Nullable Reference Types in F# 9
Read about latest F# 9 feature, Nullable Reference Types The post Nullable Reference Types in F# 9 appeared first on .NET Blog.
Fix code with GitHub Copilot
Looking to resolve code issues quickly? The new GitHub Copilot feature integrated into the lightbulb and error list in Visual Studio 2022 offers a valuable solution for developers. Whether you’re working in C# or C++, this feature will help you under...
Introducing the .NET Aspire Community Toolkit
Learn about the .NET Aspire Community Toolkit, a collection of tools and libraries that help you build with .NET Aspire. The post Introducing the .NET Aspire Community Toolkit appeared first on .NET Blog.
First preview of Visual Studio 2022 v17.13
We’re excited to announce the availability of Visual Studio 2022 v17.13 Preview 1 – the first preview of our next update to Visual Studio. This update focuses on providing fantastic developer experiences across the board, with a focus on stability ...
What’s New for C++ Developers in Visual Studio 2022 17.12
We are happy to announce that Visual Studio 2022 version 17.12 is now generally available! This post summarizes the new features you can find in this release for C++. You can download Visual Studio 2022 from the Visual Studio downloads page or upgrad...
Visual Studio 2022 v17.12 with .NET 9
We are thrilled to announce the General Availability (GA) of Visual Studio 2022 version 17.12. This update focuses on providing fantastic developer experiences for working with .NET 9 projects and new AI productivity features, along with continuous imp...
Announcing .NET 9
Announcing the release of .NET 9, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C#, .NET MAUI, .NET Aspire, and so much more. The post Announcing .NET 9 appeared first on .NET Blog.
Better GitHub Copilot completions for C#
We’re excited to announce a significant enhancement to GitHub Copilot that elevates your C# coding experience. Introducing the new update: GitHub Copilot code completions now provide more accurate and relevant autocomplete suggestions by incorporatin...
Get Ready for .NET Conf 2024!
The biggest .NET event of the year is almost here, its all free, all online, and you're invited! The post Get Ready for .NET Conf 2024! appeared first on .NET Blog.
What’s New in vcpkg (October 2024)
This blog post summarizes changes to the vcpkg package manager as part of the 2024.10.21 registry release, 2024-10-18 tool release, as well as changes to vcpkg documentation throughout October. This release adds support for Azure universal packages as ...
The making of Bring Back Plus/Minus
A lesson about the software forensics process involved in developing the Bring Back Plus/Minus extension, which brings back the plus/minus symbols to the editor outlining feature in Visual Studio 2022. While I did have the advantage of being able to ...
Microsoft C++ Team at CppCon 2024: Trip Report
The Microsoft C++ team attended CppCon, the largest C++ conference in the world. This year, the conference was held in Aurora, Colorado from September 16-20. Microsoft Booth Our team managed a booth from Monday to Thursday of the week. This gave us an ...
Unreal Engine Toolbar in Visual Studio
In Visual Studio 2022 version 17.11, we’ve added a new Unreal Engine toolbar to Visual Studio. The Unreal Engine toolbar is a new feature that provides quick access to common Unreal Engine tasks. You can find the toolbar at the top of your code windo...
Introducing Microsoft.Extensions.VectorData Preview
We are excited to introduce the Microsoft.Extensions.VectorData.Abstractions package available in preview today. This new package provides a unified abstraction layer that enables you to integrate vector stores into your .NET applications. The post Int...