The .NET Stacks #47: ๐งจ Now with 32 more bits
This week, we talk about Visual Studio 2022, API updates, and more.
Make microservices fun again with Dapr
Let's take a look at Dapr, a distributed application runtime that promises to make working with microservices easier.
The .NET Stacks #46: ๐ What's new with your favorite IDE
This week, we talk about IDE updates, the .NET Upgrade Assistant, and more.
Meet the .NET Upgrade Assistant, Your .NET 5 Moving Company
The .NET Upgrade Assistant is a global command-line tool that guides you through migrating your .NET Framework apps to .NET 5, automating several painful steps along the way. In this post, we review the tool by migrating an ASP.NET MVC app.
The .NET Stacks #45: ๐ฅ At last, hot reload is (initially) here
Hey, hot reload is here! We also talk about C# updates.
Instant Feedback Is Here: Introducing Hot Reload in .NET 6
With .NET 6 Preview 3, you can use hot reloading with your ASP.NET Core apps.
The .NET Stacks #44: ๐ฆ APIs that are light as a feather
This week, we discuss the FeatherHttp project and Azure Static Web Apps.
Working with the Blazor DynamicComponent
In this post, we discuss how to dynamically render components in Blazor using the new DynamicComponent.