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.
 
 
 
 
 
Steve Smith b30b0c2eef Code cleanup 5 years ago
..
AuthEndpoints Add Blazor WebAssembly Admin Page (#426) 5 years ago
CatalogBrandEndpoints Add Blazor WebAssembly Admin Page (#426) 5 years ago
CatalogItemEndpoints BlazorShared and Services (#430) 5 years ago
CatalogTypeEndpoints Add Blazor WebAssembly Admin Page (#426) 5 years ago
Properties Update docker compose to include new Public API project (#414) 6 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 Adding Endpoints with Authorization in separate PublicApi project (#413) 6 years ago
MappingProfile.cs Add Blazor WebAssembly Admin Page (#426) 5 years ago
Program.cs Adding Endpoints with Authorization in separate PublicApi project (#413) 6 years ago
PublicApi.csproj Add catalogitem update endpoint to public api (#418) 5 years ago
README.md Adding Endpoints with Authorization in separate PublicApi project (#413) 6 years ago
Startup.cs Code cleanup 5 years ago
appsettings.Development.json Adding Endpoints with Authorization in separate PublicApi project (#413) 6 years ago
appsettings.json Adding Endpoints with Authorization in separate PublicApi project (#413) 6 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.