Dr. Holger Schwichtenberg
20.03.2023 17:32:27
.NET Blog: Announcing: Azure Developers – .NET Day https://t.co/hnBb24NGHe
We’re thrilled to announce Azure Developers – .NET Day! Join us on April 5th for a full day of online training and discover the latest services and features in Azure designed specifically for .NET devel…
|
Dr. Holger Schwichtenberg
16.03.2023 16:37:26
Visual Studio Blog: Help us investigate a new Welcome Experience in Visual Studio 17.6 Preview 2 https://t.co/L4RlYvymda
A central theme across Visual Studio releases is ‘get to code’ quickly. Over the years, we’ve tried many approaches to accelerate start up, project selectio…
|
Dr. Holger Schwichtenberg
16.03.2023 11:32:04
.NET Blog: How Async/Await Really Works in C# https://t.co/OoPbnQSqPT
Several weeks ago, the .NET Blog featured a post What is .NET, and why should you choose it?. It provided a high-level overview of the platform, summarizing various components and design decisions, and promi…
|
Dr. Holger Schwichtenberg
16.03.2023 00:27:04
Fachveröffentlichung: .NET 8.0: Zweite Preview beschleunigt WebAssembly-Anwendungen https://t.co/0eAYJ71sKb Neben dem Jiterpreter für Blazor WebAssembly, der einen Just-in-Time-Compiler mit einem Interpreter kombiniert, bringt .NET 8 Preview 2 neue Annotationen.
|
Dr. Holger Schwichtenberg
15.03.2023 18:32:45
Windows Blog: Microsoft Store App Awards 2023 nominations are now open! https://t.co/JoDUfVF6Pz Microsoft Store App Awards is back this year! Nominations are now open through March 29, 2023, and the form is located here. For more information, keep reading. Attention Windows use…
|
Dr. Holger Schwichtenberg
15.03.2023 17:37:08
Visual Studio Blog: Improving the Spell Checker https://t.co/f3oUBa4NGj
Welcome to our latest blog post about the spell checker feature in Visual Studio 17.6 preview 2! We’re excited to share with you the latest improvements we’ve made to this feature, which was first introduc…
|
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.
|