Messaging between components

Decouple godot components messaging replacing your singleton signal bus with a robust event bus.

Feature Flags with Minimal Endpoints

Automatically register Minimal Endpoints and use Feature flags to expose endpoints conditionally .

Global Exception Handling

Global Exception Handling in ASP.NET Core 8 with IExceptionHandler.

Entity Framework with PostgreSQL

Create a database to use on demo examples with Entity Framework, Postgres and Docker container.

Authentication on your requests

Using Delegating Handler to add authentication to your HttpClient outbound requests.