Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Cédric Michel ed63faac84
update all nuget package (#603)
4 years ago
..
AuthEndpoints Update to latest Endpoints package and fix breaking changes (#506) 5 years ago
CatalogBrandEndpoints Update Specification and other packages to latest version (#582) 4 years ago
CatalogItemEndpoints manage conflict (generic way) use toast to show error (#588) 4 years ago
CatalogTypeEndpoints Update Specification and other packages to latest version (#582) 4 years ago
MiddleWares manage conflict (generic way) use toast to show error (#588) 4 years ago
Properties Updating Blazor Admin (#442) 5 years ago
BaseMessage.cs Adding Endpoints with Authorization in separate PublicApi project (#413) 6 years ago
BaseRequest.cs Adding Endpoints with Authorization in separate PublicApi project (#413) 6 years ago
BaseResponse.cs Adding Endpoints with Authorization in separate PublicApi project (#413) 6 years ago
CustomSchemaFilters.cs Adding Endpoints with Authorization in separate PublicApi project (#413) 6 years ago
Dockerfile Feature/update net 5 (#487) 5 years ago
ImageValidators.cs Image added (#434) 5 years ago
MappingProfile.cs Add Blazor WebAssembly Admin Page (#426) 5 years ago
Program.cs Swamy/remove unused usings and reorganize usings (#489) 5 years ago
PublicApi.csproj update all nuget package (#603) 4 years ago
README.md Adding Endpoints with Authorization in separate PublicApi project (#413) 6 years ago
Startup.cs manage conflict (generic way) use toast to show error (#588) 4 years ago
appsettings.Development.json fix to remove usage of IIS port. (#552) 4 years ago
appsettings.Docker.json Updating Blazor Admin (#442) 5 years ago
appsettings.json fix to remove usage of IIS port. (#552) 4 years ago

README.md

API Endpoints

This folder demonstrates how to configure API endpoints as individual classes. You can compare it to the traditional controller-based approach found in /Controllers/Api.