Forthcoming multi-tier MVC ecommerce product in .NET Core
- .NET CORE / EF CORE MVC Application
- Technology specific DB selection, Microsoft SQL server/PostgreSQL/SQLite
- AspNetCore Identity Management
- Auto seeded database
- NetCoreEcommerce.Data - Entity Framework Core Object–relational mapping
- NetCoreEcommerce.Service - Service level methods
- NetCoreEcommerce.Web.Tests - Test Application
- NetCoreEcommerce.Web - Web UI Application with Razor
- Multi tenanted database schemas
- Multi tier category hierarchy
- Currency formatting throughout
- Admin Razor pages formatting
- Checkout page implementation
- End user Razor pages formatting
- Mini basket controls implementations
- Test implementations against controller actions and ordering methods