.NET Blog

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

Latest posts

May 11, 2022
Post comments count 14
Post likes count 1

Announcing gRPC JSON transcoding for .NET

James Newton-King

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.

May 10, 2022
Post comments count 29
Post likes count 0

.NET MAUI Release Candidate 3

David Ortinau

.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.

May 10, 2022
Post comments count 3
Post likes count 0

Announcing Entity Framework 7 Preview 4

Jeremy Likness

Announcing the release of EF7 Preview 4 and DDD-friendly value converters for value generators.

May 10, 2022
Post comments count 7
Post likes count 0

ASP.NET Core updates in .NET 7 Preview 4

Daniel Roth

.NET 7 Preview 4 is now available! Check out what's new in ASP.NET Core in this update.

May 10, 2022
Post comments count 8
Post likes count 1

Announcing .NET 7 Preview 4

Jeremy Likness

.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.

May 10, 2022
Post comments count 6
Post likes count 0

.NET May 2022 Updates – .NET 6.0.5, .NET 5.0.17 and, .NET Core 3.1.25

Dominique Whittaker

Check out May updates for .NET 6.0, .NET 5.0, and .NET Core 3.1

May 10, 2022
Post comments count 4
Post likes count 0

.NET Framework May 2022 Security and Quality Rollup

Salini Agarwal

We are releasing the May 2022 Security and Quality Rollup Updates for .NET Framework.

May 5, 2022
Post comments count 2
Post likes count 0

Upgrading a WCF service to .NET 6 with CoreWCF

Mike Rousos

Let's take a look at how to upgrade a sample WCF service to .NET 6 using CoreWCF.

May 4, 2022
Post comments count 4
Post likes count 1

Quickly Map Your NuGet Packages to Sources

Erick Yondon

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...