- First Brench: ASP.NET-API only
- Second Brench: Brench with only ASP.NET-MVC (MVC Controller is directly connected to the database)
- Third Brench: MVC requests the ASP.NET-API and the result is published on the web via ASP.NET-MVC.
- Basic CRUD operations and more
- NLayer Architecture
- DI and IOC Container (AutoFac)
- DTO's
- Validations
- Global Exception Handlers
- Mapping
- Caching for stable performance
This video belongs to Third Brench. Which is the scenario where both mvc and api are ready.