Sample MVC Project Created in Asp.Net MVC
- Followed MVC architecture.
- Followed three tier architecure layer architecture as below : a. Shopping_Sample for UI b. Sample.DAL data access c. Sample.Common for common use with (another 2 layers) d. Sample.BLL for logics
- Use of Unit Of work
- Uses Dependency Injection
- MicrosoftEntityFrameworkCore
- MicrosoftEntityFrameworkCore.Tools
- MicrosoftEntityFrameworkCore.SqlServer
Project is based on product management system
Install all nuget package to run the application and access the data.
Configured Db Context, Lifetime services and DI
Not required