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.
 
 
 
 
 
Shady Nagy d5610aad12
Upgrade ardalis.ApiEndpoints to v2. (#451)
5 years ago
..
AuthEndpoints Upgrade ardalis.ApiEndpoints to v2. (#451) 5 years ago
CatalogBrandEndpoints Upgrade ardalis.ApiEndpoints to v2. (#451) 5 years ago
CatalogItemEndpoints Upgrade ardalis.ApiEndpoints to v2. (#451) 5 years ago
CatalogTypeEndpoints Upgrade ardalis.ApiEndpoints to v2. (#451) 5 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 Removing AuthService and fixing Dockerfile for PublicApi 5 years ago
ImageValidators.cs Image added (#434) 5 years ago
MappingProfile.cs Add Blazor WebAssembly Admin Page (#426) 5 years ago
Program.cs Docker working without Configure ConfigureAppConfiguration (#443) 5 years ago
PublicApi.csproj Upgrade ardalis.ApiEndpoints to v2. (#451) 5 years ago
README.md Adding Endpoints with Authorization in separate PublicApi project (#413) 6 years ago
Startup.cs Updating Blazor Admin (#442) 5 years ago
appsettings.Development.json Updating Blazor Admin (#442) 5 years ago
appsettings.Docker.json Updating Blazor Admin (#442) 5 years ago
appsettings.json Updating Blazor Admin (#442) 5 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.