.NET Blog

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

ASP.NET Core updates in .NET 5 Preview 6

.NET 5 Preview 6 is now available and is ready for evaluation. Here's what's new in this release: Get started To get started with ASP.NET Core in .NET 5.0 Preview 6 install the .NET 5.0 SDK. You need to use Visual Studio 2019 16.7 or Visual Studio 2019 for Mac 8.6 to use .NET 5.0. Install the latest version of the C# extension, to ...

Introducing Project Tye

Project Tye Project Tye is an experimental developer tool that makes developing, testing, and deploying microservices and distributed applications easier. When building an app made up of multiple projects, you often want to run more than one at a time, such as a website that communicates with a backend API or several services all ...