News

The FrozenSet and FrozenDictionary classes introduced in .NET 8 are immutable collections optimized for fast look-ups. Here’s how to take advantage of them.
The social-media company aims to enable brands to fully create and target ads using artificial intelligence by the end of next year, according to people familiar with the matter.
News C# Dev Kit Previews .NET Aspire Orchestration By David Ramel 02/26/2025 Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development ...
Creating a Sample AutoCAD Plugin with .NET 8.0 and C++/CLI for AutoCAD 2025 By Madhukar Moogala In this article, will walk through the development of a simple AutoCAD plugin using C++/CLI. The plugin ...
Desired Behavior: As a developer working with the LTS Release of the .NET 8 SDK in visual studio 2022, I would like to be able to compile my class library targeting .NET 8, reference the output in "C# ...
Announcements and blog posts Jon Douglas, Jeremy Likness and Angelos Petropoulos: .NET 7 is available today What's new in .NET 7 Generic math System.Numerics INumber<T>, IBinaryInteger, IFloatingPoint ...
On February 21st, 2023, Microsoft released the first look at the upcoming .NET version, which will also feature a number of ASP.NET Core-powered web development advancements. The .NET 8 version ...
Microsoft shipped the first preview of .NET 8, for which the company touted polishing of native Ahead-of-Time (AOT) compilation, and, on the web-dev side, the new Blazor United project that melds ...
Take advantage of the ability to create and consume data streams asynchronously in C# 8.0 to improve the performance of your applications.