Showing results for September 2021 - .NET Blog

Sep 28, 2021
Post comments count16
Post likes count1

Custom deployment layout for Blazor WebAssembly apps

Javier Calvarro Nelson
Javier Calvarro Nelson

.NET 6 adds support for custom packaging of Blazor WebAssembly apps. In this post we'll try out the new JavaScript initializers and publishing extensibility to package Blazor WebAssembly apps as multipart bundles.

ASP.NETASP.NET CoreBlazor
Sep 23, 2021
Post comments count1
Post likes count0

Introducing the New NuGet.org Package Details Page

Jiachen Jiang
Jiachen Jiang

Today, we are excited to announce a massive makeover for the package details page on NuGet.org. We built NuGet.org to help .NET developers find packages that will accelerate their projects, and this latest update has changes meant to help package consumers and authors alike.

NuGetNuGet.orgFeature Announcement
Sep 17, 2021
Post comments count11
Post likes count0

HTTP/3 support in .NET 6

Sam Spencer
Sam Spencer

See how to use HTTP/3 in your apps built using .NET 6.

ASP.NET.NET.NET Internals
Sep 15, 2021
Post comments count4
Post likes count0

Introducing Package Source Mapping

Nikolche Kolev
Nikolche Kolev

We're happy to announce the first preview release of Package Source Mapping with Visual Studio 2022 preview 4! Package Source Mapping gives you fine-grained control of where your packages come from by mapping every package in your solution to a target package source.

NuGetSecurityFeature Announcement
Sep 14, 2021
Post comments count8
Post likes count0

.NET September 2021 Updates – 5.0.10 and 3.1.19

Sanket Kalaskar
Sanket Kalaskar

Today, we are releasing the .NET September 2021 Updates. These updates contains reliability and other improvements. See the individual release notes for details on updated packages. You can download 5.0.10 and 3.1.19 versions for Windows, macOS, and Linux, for x86, x64, Arm32, and Arm64. Improvements ...

.NET.NET Core
Sep 8, 2021
Post comments count8
Post likes count0

Taking the EF Core Azure Cosmos DB Provider for a Test Drive

Jeremy Likness
Jeremy Likness

An overview of some enhancements to the Azure Cosmos DB provider for Entity Framework Core introduced in EF Core 6.0. Includes a reference project that demonstrates implicit ownership, primitive collections and raw SQL.

Entity FrameworkASP.NETAzure