Best of ASP.NET Core — October 2023
- 1
- 2
Auth0·3y
.NET 8: What's New for Authentication and Authorization
The release of .NET 8 brings authentication and authorization enhancements such as the new bearer token authentication handler for token-based authentication, Identity API endpoints for user authentication and account management, and simplification in defining custom authorization policies.
- 3
Milan Jovanović·3y
Improving ASP.NET Core Dependency Injection With Scrutor
ASP.NET Core Dependency Injection can be improved with the Scrutor library, which extends the features of Microsoft.Extensions.DependencyInjection. Scrutor allows for assembly scanning and service decoration, reducing boilerplate code and making the DI setup cleaner and more maintainable.
- 4
.NET Escapades·3y
Updates to Docker images in .NET 8
The article describes the updates to Docker images in .NET 8. It covers the support for chiseled containers, smaller images and improved R2R with composite images, running container images with non-root users, changes in port default for ASP.NET Core apps, dependency changes in Alpine .NET 8 images, version-specific tags for Windows images, and changes in the default Linux distros for the images.
- 5
.NET Blog·3y
Now Generally Available
Announcement of the general availability of C# Dev Kit, a Visual Studio Code extension that brings an improved C# development experience to Linux, macOS, and Windows. The kit leverages core C# language services and offers additional productivity value to developers. Updates and improvements will be made on a monthly basis.
- 6
- 7