Showing results for September 2021 - .NET Blog

Sep 28, 2021
16
1

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 17, 2021
11
0

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 14, 2021
8
0

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

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