Missed .NET Day on Agentic Modernization? Watch the coding demos and agentic workflow sessions on demand.
.NET Blog
Free. Cross-platform. Open source. A developer platform for building all your apps.
Latest posts
Announcing gRPC JSON transcoding for .NET
gRPC JSON transcoding is a new feature for .NET that allows gRPC services to be called with REST + JSON. Try it now in .NET 7 preview 4.
.NET MAUI Release Candidate 3
.NET MAUI Release Candidate 3 is now available with dozens of bug fixes and quality improvements. We also take a look at navigating with Shell including passing parameters and full objects.
Announcing Entity Framework 7 Preview 4
Announcing the release of EF7 Preview 4 and DDD-friendly value converters for value generators.
ASP.NET Core updates in .NET 7 Preview 4
.NET 7 Preview 4 is now available! Check out what's new in ASP.NET Core in this update.
Announcing .NET 7 Preview 4
.NET 7 Preview 4 is now available with enhancements to the OpenTelemetry implementation, date and time, cache metrics, on stack replacement (OSR) and regular expressions.
.NET May 2022 Updates – .NET 6.0.5, .NET 5.0.17 and, .NET Core 3.1.25
Check out May updates for .NET 6.0, .NET 5.0, and .NET Core 3.1
.NET Framework May 2022 Security and Quality Rollup
We are releasing the May 2022 Security and Quality Rollup Updates for .NET Framework.
Upgrading a WCF service to .NET 6 with CoreWCF
Let's take a look at how to upgrade a sample WCF service to .NET 6 using CoreWCF.
Quickly Map Your NuGet Packages to Sources
Package Source Mapper When we introduced Package Source Mapping late last year, we noticed a certain challenge to make onboarding to using the feature easier. Could there be a way for us to automatically generate a NuGet.config for you based on your project’s known packages and sources? We started to develop a tool that does just that for you. Learn more about how you can use it below. Getting the Tool You can download the tool directly from NuGet.org as a dotnet tool: Alternatively, you can download and compile the code locally if you prefer to. Using Package Source Mapper The package source mapper tool...