minimal-api topic
FastEndpoints
A light-weight REST API development framework for ASP.NET 6 and newer.
MongoWebApiStarter
A full-featured starter template for `dotnet new` to quickly scaffold an Asp.Net 8 Web-Api project with MongoDB as the data store.
northwind-dotnet
A full-stack .NET 6 Microservices build on Minimal APIs and C# 10
CleanMinimalApi
A template for an API using Clean Architecture and .NET Minimal API's.
StructuredMinimalApi
The goal of this project it's to show how to use MinimalApi.Endpoint package. It demontrate how to configure API endpoints as individual classes based on minimal Api (.Net 6)
minimal-api-example
Original blog post: https://nikiforovall.github.io/dotnet/aspnetcore/2021/09/10/opinionated-minimal-api.html
MinimalHelpers
A collection of helpers libraries for Minimal API projects.
OperationResults
A set of lightweight libraries to totally decouple operation results and actual application responses.
SimpleAuthentication
A library to easily integrate Authentication in ASP.NET Core projects.