to build enterprise level app we need to learn following
- basic layout of MVC pattern
- ActionsLinks
- ViewBag, VIewData, TempData
- HttpGet, HttpPost
- Html Helpers
- Strongly type Helpers
- Front end and back end validation
- Cookies , Session
- Partial Views
- CURD operation using EF
- Database first Approach
- Code First Approach
- CURD using jQuery, Ajax
- Asynchronous js and XML
- for partially page load
- Working with Areas
- identify all modules
- converting each module into area
- security
- Admin
- user
- Multi layer Architecture
- Design Pattern
- Version control
Comments
Post a Comment