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.
 
 
 
 
 
dependabot[bot] 1d7125d255
Bump Microsoft.EntityFrameworkCore.InMemory from 6.0.7 to 6.0.8 (#782)
3 years ago
..
AuthEndpoints Feature/migrate to minimal api (#662) 4 years ago
CatalogBrandEndpoints Feature/migrate to minimal api (#662) 4 years ago
CatalogItemEndpoints Feature/migrate to minimal api (#662) 4 years ago
CatalogTypeEndpoints Feature/migrate to minimal api (#662) 4 years ago
Middleware Feature/exception response (#663) 4 years ago
Properties Updating Blazor Admin (#442) 5 years ago
BaseMessage.cs Shady nagy/net6 (#614) 4 years ago
BaseRequest.cs Shady nagy/net6 (#614) 4 years ago
BaseResponse.cs Shady nagy/net6 (#614) 4 years ago
CustomSchemaFilters.cs Shady nagy/net6 (#614) 4 years ago
Dockerfile update nuget package and adapt dockerfile to .net 6 (#639) 4 years ago
ImageValidators.cs Shady nagy/net6 (#614) 4 years ago
MappingProfile.cs Shady nagy/net6 (#614) 4 years ago
Program.cs Unnecessary using was removed. (#774) 3 years ago
PublicApi.csproj Bump Microsoft.EntityFrameworkCore.InMemory from 6.0.7 to 6.0.8 (#782) 3 years ago
README.md Update README.md (#746) 4 years ago
appsettings.Development.json fix to remove usage of IIS port. (#552) 4 years ago
appsettings.Docker.json Make docker work (#653) 4 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 /Web/Controllers/Api.