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.
 
 
 
 
 
Eric Fleming 2f1b7fe0db Removing unused interface 6 years ago
..
Entities Allow to remove items from the basket setting quantity to zero 6 years ago
Exceptions Standardize namespaces to all be under the `Microsoft.eShopOnWeb` namespace and update default namespaces. (#102) 8 years ago
Interfaces Removing unused interface 6 years ago
Services Allow to remove items from the basket setting quantity to zero 6 years ago
Specifications Capitalized isPaging property 6 years ago
ApplicationCore.csproj Remove references to namespace "Microsoft.EntityFrameworkCore.*" in order to remove dependencies to EF Core in project ApplicationCore. Remove any packages related to EF Core from ApplicationCore.csproj. 6 years ago
CatalogSettings.cs Cart Updates (#26) 8 years ago