.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Latest posts

Jan 24, 2024
Post comments count 25
Post likes count 9

Introducing the MSTest Runner – CLI, Visual Studio, & More

Amaury,
Marco,
Jakub

MSTest runner is a new, light-weight and portable runner for MSTest tests available in the .NET CLI, Visual Studio, and more!

Jan 23, 2024
Post comments count 2
Post likes count 0

.NET Framework January 2024 Cumulative Update Preview

Salini Agarwal

January 2024 Cumulative Update Preview Updates for .NET Framework.

Jan 16, 2024
Post comments count 14
Post likes count 2

Introducing NuGetSolver: A Powerful Tool for Resolving NuGet Dependency Conflicts in Visual Studio

Erick Yondon

Managing dependencies on complex projects can be overwhelming. Developers often grapple with numerous direct and transitive dependencies across multiple projects. When different projects share dependencies with varying versions, manual conflict resolution becomes necessary, which can be tedious and error-prone, as fixing one issue may inadvertently create others. Today, we are excited to introduce a new experimental Visual Studio extension called NuGetSolver which was developed in collaboration with Microsoft Research, which aims to simplify the process by automatically resolving NuGet dependency conflicts in ...

Jan 12, 2024
Post comments count 11
Post likes count 9

Sortable Lists for Blazor using a SortableJS Component

Burke Holland

Blazor Sortable is a new a open source community Blazor component for creating sortable lists of items using SortableJS.

Jan 9, 2024
Post comments count 7
Post likes count 1

.NET Framework January 2024 Security and Quality Rollup

Salini Agarwal

January 2024 Security and Quality Rollup Updates for .NET Framework

Jan 9, 2024
Post comments count 3
Post likes count 1

.NET January 2024 Updates – .NET 8.0.1, 7.0.15, .NET 6.0.26

Rahul Bhandari (MSFT)

Check out latest Janaury 2024 updates for .NET 7.0 and .NET 6.0

Jan 3, 2024
Post comments count 5
Post likes count 10

Announcing the Azure Migrate application and code assessment tool for .NET

Olia Gavrysh

The new tool to help you move your .NET applications from on-premises to Azure is available in Visual Studio Marketplace and as a .NET CLI tool!

Dec 28, 2023
Post comments count 1
Post likes count 5

Safer recursion in F#

David Schaefer

Tail recursion is a new F# compiler feature which helps to avoid stack overflows.

Dec 21, 2023
Post comments count 19
Post likes count 9

What’s New in Our Code Coverage Tooling?

Jakub Chocholowicz

Discover enhanced code coverage tools with better platform support, new report formats and improved performance.