Languages

Announcing TypeScript 5.8
Today we’re excited to announce the release of TypeScript 5.8! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Writing types in our code allows us to explain intent and have oth...
2025-02-28 19:35
What’s New in vcpkg (February 2025): Package installation performance, new tested triplet, and more
This blog post summarizes changes to the vcpkg package manager as part of the 2025.02.14 registry release, 2025-02-11, 2025-01-29, 2025-01-24, and 2025-01-20 tool releases, as well as changes to vcpkg documentation throughout February. This release inc...
2025-02-27 23:20
.NET 10 Preview 1 is now available!
Find out about the new features in .NET 10 Preview 1 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 10 Preview 1 is now available! appeared first on .NET Blog.
2025-02-25 20:00
.NET Aspire 9.1 is here with six great new dashboard features, and more!
.NET Aspire 9.1 is here! From enhanced dashboard capabilities like Resource Relationships and Localization Overrides to improved Docker integration and flexible console logs, this release is packed with tools to streamline your development process. The...
2025-02-25 18:00
Let’s Learn .NET: GitHub Copilot Event
Join us for an exciting Let's Learn .NET live stream event where we will explore GitHub Copilot and its capabilities. The post Let’s Learn .NET: GitHub Copilot Event appeared first on .NET Blog.
2025-02-24 19:30
std::generator: Standard Library Coroutine Support
std::generator is a C++23 feature that enables you to write concise, straightforward functions that generate sequences of values on-demand without manually managing state. It builds upon C++20’s coroutines, providing some standard library support for...
2025-02-24 17:03
MSVC Address Sanitizer updates in Visual Studio 2022 version 17.13
We have been investing in the quality of MSVC Address Sanitizer (ASan) in several key areas over the past year, including working with LLVM upstream to stay coordinated with their changes, adding coverage for internal tools and libraries, and hardening...
2025-02-21 16:19
.NET MAUI Performance Features in .NET 9
Optimize .NET MAUI application size and startup times with trimming and NativeAOT. Learn about `dotnet-trace` and `dotnet-gcdump` for measuring performance. The post .NET MAUI Performance Features in .NET 9 appeared first on .NET Blog.
2025-02-20 18:05
Visual Studio Code CMake Tools Extension 1.20 Release: Introducing Built-In CMake Language Services
The February release of CMake Tools in VS Code is now available. With this release, we have some new updates to the extension to improve CMake integrations with the extension’s support. Some updates include the built-in support for CMake Language ser...
2025-02-20 15:52
Announcing Chroma DB C# SDK
Get started building AI applications using Chroma DB using the C# client SDK The post Announcing Chroma DB C# SDK appeared first on .NET Blog.
2025-02-19 18:05
Building .NET AI apps with Chroma
Get started building AI applications using Chroma DB using the C# client SDK. The post Building .NET AI apps with Chroma appeared first on .NET Blog.
2025-02-19 18:05