REPR¶
📕 Articles¶
📺 Videos¶
📦 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 new
to quickly scaffold a .Net 5 Web-Api project with MongoDB as the data store.