Dr. Holger Schwichtenberg
21.03.2023 20:37:55
Visual Studio Blog: Upgrading from IntelliCode custom team completions models to deep learning. https://t.co/qWgluwGALS
TL;DR – A deep learning model will now help provide starred completions for custom methods in the IntelliSense list. All users of Visual Studio 2022 will rec…
|
Dr. Holger Schwichtenberg
21.03.2023 19:32:17
.NET Blog: Secure your .NET cloud apps with rootless Linux Containers https://t.co/vO7PWiA9mJ
Starting with .NET 8, all of our Linux container images will include a non-root user. You’ll be able to host your .NET containers as a non-root user with one line of code. This platfo…
|
Dr. Holger Schwichtenberg
21.03.2023 18:32:39
.NET Blog: .NET Performance Delivers Again for Bing, From .NET 5 to .NET 7 https://t.co/MPmvPbUuxM
Nearly two years ago, I published an article detailing the upgrade of Bing’s central workflow engine (XAP) to .NET 5 from .NET Framework. You can see that post for a refresher on…
|
Dr. Holger Schwichtenberg
21.03.2023 16:37:09
Visual Studio Blog: Streamlining your Debugging process with Breakpoint Groups https://t.co/5GJOddPb2o
Have you ever had a situation when you are debugging a complex scenario with a huge list of breakpoints, and you find yourself scrolling and tapping in the breakpoints window…
|
Dr. Holger Schwichtenberg
21.03.2023 14:27:25
Fachveröffentlichung: Kolumne: .NETversum: dotnet new https://t.co/2MjNRhgv0n
|
Dr. Holger Schwichtenberg
20.03.2023 19:32:44
.NET Blog: File and Folder dialogs in .NET MAUI with CommunityToolkit https://t.co/1EfVENbrT5
Note: This is a guest blog post by Vladislav Antonyuk, who is a senior software engineer at DataArt and a core contributor of the .NET MAUI Community Toolkit.
Interacting with files …
|
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)]
|