Showing archive results for 2022

May 4, 2022
Post comments count4
Post likes count1

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

NuGetFeature Announcement
May 3, 2022
Post comments count6
Post likes count1

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.

.NETASP.NETASP.NET Core
May 2, 2022
Post comments count1
Post likes count0

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.

.NETASP.NETASP.NET Core
Apr 26, 2022
Post comments count57
Post likes count0

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

.NET.NET MAUI
Apr 25, 2022
Post comments count2
Post likes count0

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

Maintenance & Updates.NET.NET Framework
Apr 18, 2022
Post comments count45
Post likes count2

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

C#.NET