Dr. Holger Schwichtenberg
15.03.2023 17:32:26
.NET Blog: Announcing Polyglot Notebooks! Multi-language notebooks in Visual Studio Code https://t.co/oxYBc0S8Px
We are excited to announce that Polyglot Notebooks, Visual Studio Code’s multi-language notebook extension, is now generally available in the VS Code Marketplace!
…
|
Dr. Holger Schwichtenberg
14.03.2023 22:33:38
The .NET 8 Preview 2 blog post https://t.co/YeUZzI6Bev does not mention the cool new C# feature "Primary Constructors" ??
Here is an example!
Requires: <TargetFramework>net8.0</TargetFramework> <LangVersion>preview</LangVersion>
@dotnet #Dotnet https://t.co/YleCCWGPQe
|
Dr. Holger Schwichtenberg
14.03.2023 22:26:11
@dotnet There is a mistake in your .NET 8 Preview 2 blog post https://t.co/YeUZzI6Bev
Wrong:[Range(0d, 1d, IsLowerBoundExclusive = false, IsUpperBoundExclusive = false)] Correct: [Range(0d, 1d, MinimumIsExclusive = false, MaximumIsExclusive = false)]
|
Dr. Holger Schwichtenberg
14.03.2023 20:32:32
.NET Blog: Hack Together: Microsoft Graph and .NET week #2 recap and final week overview https://t.co/wbqpZfNFLW
On March 1st, we launched Hack Together: Microsoft Graph and .NET to hack and learn about Microsoft Graph and .NET. Time passes so quickly; we reached the last week…
|
Dr. Holger Schwichtenberg
14.03.2023 19:37:44
Visual Studio Blog: Visual Studio 2022 v17.6 Preview 2 is now available https://t.co/9sufCtyznW
Preview 2 for Visual Studio 17.6 is now available! If you are a game developer, a mobile developer, or are interested in learning new tricks to better debug your code, check out thi…
|
Dr. Holger Schwichtenberg
14.03.2023 18:32:20
.NET Blog: EF Core 8 Preview 2: Lite and familiar https://t.co/0MESUKvytx
The second preview of Entity Framework Core (EF Core) 8 is available on NuGet today!
Basic information
EF Core 8, or just EF8, is the successor to EF Core 7, and is scheduled for release in November 20…
|
Dr. Holger Schwichtenberg
14.03.2023 18:32:19
.NET Blog: Announcing .NET 8 Preview 2 https://t.co/xrCrq99PbC
We’re excited to share what’s new in .NET 8 Preview 2. This release is a quick follow-up to the larger Preview 1 release. You’ll continue to see many more features show up with these monthly releases. .NET 6 and 7 …
|
Dr. Holger Schwichtenberg
14.03.2023 18:32:18
.NET Blog: .NET March 2023 Updates – .NET 7.0.4, .NET 6.0.15 https://t.co/6zuf4Lahe6
Today, we are releasing the .NET March 2023 Updates. These updates contain non-security improvements.
You can download 7.0.4 and 6.0.15 versions for Windows, macOS, and Linux, for x86, x64, A…
|
Dr. Holger Schwichtenberg
10.03.2023 15:54:00
In der neuen Version von Microsofts Programmiersprache C# dürfen Schnittstellendeklarationen von Properties und Methoden als static abstract deklariert sein.
|
Dr. Holger Schwichtenberg
10.03.2023 15:54:00
In der neuen Version von Microsofts Programmiersprache C# dürfen Schnittstellendeklarationen von Properties und Methoden als static abstract deklariert sein.
|
Dr. Holger Schwichtenberg
09.03.2023 20:37:04
Visual Studio Blog: Visual Studio 2022 – 17.5 Performance Enhancements https://t.co/0ynnzcnCxF
We are excited to announce that Visual Studio 2022 17.5 offers a range of performance enhancements that significantly improve the speed and responsiveness of the product in the follo…
|
Dr. Holger Schwichtenberg
09.03.2023 19:32:09
.NET Blog: What’s new for the WinForms Visual Basic Application Framework https://t.co/xn55uxkmRr
.NET from version .NET Core 3.1 up to .NET 7 has plenty of advantages over .NET Framework: it provides performance improvements in almost every area, and those improvements were a…
|
Dr. Holger Schwichtenberg
09.03.2023 16:32:31
.NET Blog: Generate images with AI using Stable Diffusion, C#, and ONNX Runtime https://t.co/bruTGgVbMC
Stable Diffusion is an AI model used to generate images based on text prompts. Using ONNX Runtime you can quickly get started generating AI images locally using your preferr…
|
Dr. Holger Schwichtenberg
08.03.2023 21:37:37
Visual Studio Blog: Developing Accessible Apps with Visual Studio https://t.co/zlXPTQPNQE
When your application has an accessibility issue, it means that some users will find it harder or impossible to use your application. This means that a percentage of your users are having…
|
Dr. Holger Schwichtenberg
07.03.2023 19:32:42
.NET Blog: Introducing the Reliable Web App Pattern for .NET https://t.co/nlPVA2qHW1
The first step of your application’s cloud journey often times is the most difficult. It’s not uncommon to find you need to scale a legacy application to meet increased business demand, but do…
|