.NET Blog

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

Latest posts

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

May 3, 2022
Post comments count 6
Post likes count 1

Microsoft Graph’s Journey to .NET 6

Joao Paiva

Read about the journey of Microsoft Graph on upgrading from .NET Framework 4.6 to .NET 6 and all the impact that came with it.

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

YARP 1.1 is here with new requested reverse proxy features

Sam Spencer

YARP 1.1 has been released. YARP is a highly customizable open-source reverse proxy written for .NET. This release adds a few commonly requested features.

Apr 28, 2022
Post comments count 13
Post likes count 2

CoreWCF 1.0 has been Released, WCF for .NET Core and .NET 5+

Sam Spencer

CoreWCF 1.0 has been released, the first major release of the project, and provides WCF functionality for .NET Core, .NET Framework and .NET 5+.

Apr 26, 2022
Post comments count 57
Post likes count 0

.NET MAUI Release Candidate 2 – With 100% More Tizen

David Ortinau

.NET MAUI Release Candidate 2 is now available with dozens of bug fixes full support for Tizen. Get started today to build app for Android, Windows, iOS, and macOS.

Apr 25, 2022
Post comments count 2
Post likes count 0

.NET Framework April 2022 Cumulative Update Preview

Salini Agarwal

We have released the April 2022 Cumulative Update Preview for .NET Framework with several quality and reliability improvements.

Apr 18, 2022
Post comments count 45
Post likes count 2

C# 11 Preview Updates – Raw string literals, UTF-8 and more!

Kathleen Dollard

C# 11 features are coming along nicely and the most recent release features all sorts of goodies including updates to string literals, pattern matching, checked user-defined operators, and an update on !!.

Apr 13, 2022
Post comments count 25
Post likes count 0

Announcing .NET 7 Preview 3

Jon Douglas

.NET 7 Preview 3 is now available with enhancements to observability, startup times, codegen, GC regions, native AOT compilation, and more.

Apr 13, 2022
Post comments count 14
Post likes count 0

Announcing Entity Framework Core 7 (EF7) Preview 3

Jeremy Likness

Announcing the release of EF7 Preview 3 and custom database-first scaffolding with T4 templates.