Best of ASP.NET CoreOctober 2023

  1. 1
    Article
    Avatar of dzDZone·3y

    Building a Microservices API Gateway

    Learn how to build a Microservices API Gateway using YARP in ASP.NET Core with step-by-step instructions and code examples.

  2. 2
    Article
    Avatar of auth0Auth0·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. 3
    Article
    Avatar of milanjovanovicMilan 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. 4
    Article
    Avatar of andrewlock.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. 5
    Article
    Avatar of dotnet.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. 6
    Article
    Avatar of discdotDiscover .NET·3y

    Events are an API. Treat them that way!

  7. 7
    Article
    Avatar of dzDZone·3y

    Building a RESTful Minimal API With .NET Core 7

    Learn how to build a RESTful Minimal API with .NET Core 7 using the Minimal API approach. The tutorial covers creating endpoints to retrieve and save credit score ratings, as well as the prerequisites for running the tutorial.