Showing results for 2023 - Page 14 of 18 - .NET Blog

Apr 4, 2023
Post comments count22
Post likes count23

Improvements to auth and identity in ASP.NET Core 8

Jeremy Likness
Jeremy Likness

The ASP.NET Core team shares their plans to improve authentication, authorization, and identity management in .NET 8.

.NETASP.NET Core
Apr 3, 2023
Post comments count4
Post likes count17

ASP.NET Core Route Tooling Enhancements in .NET 8

James Newton-King
James Newton-King

Route tooling is a group of new features in .NET 8 that makes ASP.NET Core routing easier to use. Check out what route tooling adds to building ASP.NET Core apps.

.NETASP.NETASP.NET Core
Mar 29, 2023
Post comments count1
Post likes count9

Improving multi-platform container support

Richard Lander
Richard Lander

Learn how to build containers for multiple architectures, including building containers on Apple M1 machines for an x64 cloud.

.NETContainersLinux
Mar 21, 2023
Post comments count6
Post likes count9

Secure your .NET cloud apps with rootless Linux Containers

Richard Lander
Richard Lander

Learn about patterns for securing your containers with a non-root user, and changes to .NET container images in .NET 8 to enable this behavior.

Containers.NETSecurity
Mar 20, 2023
Post comments count0
Post likes count5

Announcing: Azure Developers – .NET Day

Mehul Harry
Mehul Harry

Join us on April 30th for a full day of online training and discover the latest services and features in Azure designed specifically for .NET developers.

.NETAzureEntity Framework
Mar 16, 2023
Post comments count81
Post likes count199

How Async/Await Really Works in C#

Stephen Toub - MSFT
Stephen Toub - MSFT

Async/await was added to the C# language over a decade ago and has transformed how we write scalable code for .NET. But how does it really work? In this post, we take a deep dive into its internals.

.NETFeatured.NET Fundamentals