REPR
December 17, 2024 ยท View on GitHub
๐ Articles
๐บ Videos
- The .NET Docs Show - Controllers are Dinosaurs: The Case for API Endpoints
- REPR and Clean Architecture
๐ฆ Libraries
- ardalis/ApiEndpoints - A project for supporting API Endpoints in ASP.NET Core web applications.
- dj-nitehawk/FastEndpoints - A light-weight REST Api framework for ASP.Net 6 that implements REPR (Request-Endpoint-Response) Pattern
- NyronW/MinimalEndpoints - A light weight abstraction over ASP.NET minimal API
๐ Samples
- dj-nitehawk/MongoWebApiStarter - A full-featured starter template for
dotnet newto quickly scaffold a .Net 5 Web-Api project with MongoDB as the data store.