Aktuelle Nachrichten von Dr. Holger Schwichtenberg RSS Logo

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…   21.03.2023
Twitter, 21.03.2023

.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…   21.03.2023
Twitter, 21.03.2023

.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…   21.03.2023
Twitter, 21.03.2023

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…   21.03.2023
Twitter, 21.03.2023

Fachveröffentlichung: Kolumne: .NETversum: dotnet new https://t.co/2MjNRhgv0n   21.03.2023
Twitter, 21.03.2023

.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 …   20.03.2023
Twitter, 20.03.2023

.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…   20.03.2023
Twitter, 20.03.2023

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…   16.03.2023
Twitter, 16.03.2023

.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…   16.03.2023
Twitter, 16.03.2023

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.   16.03.2023
Twitter, 16.03.2023

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…   15.03.2023
Twitter, 15.03.2023

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…   15.03.2023
Twitter, 15.03.2023

.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!

…   15.03.2023
Twitter, 15.03.2023

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
   14.03.2023
Twitter, 14.03.2023

@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)]

dotnet https://t.co/yQD3Z9lNmU


   14.03.2023

Twitter, 14.03.2023

.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…   14.03.2023
Twitter, 14.03.2023

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…   14.03.2023
Twitter, 14.03.2023

.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…   14.03.2023
Twitter, 14.03.2023

.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 …   14.03.2023
Twitter, 14.03.2023

.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…   14.03.2023
Twitter, 14.03.2023

Softwarearchitekt, Dozent und Autor mit Schwerpunkt Microsoft .NET und Web Mehr…

Mehr...

Mehr...

Mehr...

Beratung und Weiterbildung zu allen Themen rund um Microsoft, .NET und Web

Mehr...

Mehr...