Microsoft Developer Blogs

Get the latest information, insights, announcements, and news from Microsoft.

cplusplusfeature-300x188
<format> in Visual Studio 2019 version 16.10

C++20 adds a new text formatting facility to the standard library, designed primarily to replace snprintf and friends with a fast and type safe interface. The standardized library is based on the existing {fmt} library, so users of that library will feel at home. Before diving into how std::format works I want to thank Victor Zverovich, ...


swimlane-cross-platform-300x142
.NET June 2021 Updates – 5.0.7 and 3.1.16

Today, we are releasing the .NET June 2021 Updates. These updates contains reliability and security improvements. See the individual release notes for details on updated packages. You can download 5.0.7 , 3.1.16 versions for Windows, macOS, and Linux, for x86, x64, Arm32, and Arm64. Security CVE-2021-31957...


devblog-brand-visualstudiowin2019-300x188
Learn What’s New in .NET Productivity

The .NET Productivity team (aka. Roslyn) continues to enhance your developer productivity with the latest tooling updates in Visual Studio 2019. In the last release, we listened to your feedback and have been hard at work improving the .NET developer experience. To try out the latest .NET productivity enhancements download the latest Visual ...