0% found this document useful (0 votes)
2 views

MVC Syllabus

The document outlines key topics to be covered in an ASP.NET MVC course, including an introduction to MVC, CRUD operations using edmx, model binding, and validations. It also addresses advanced topics such as authentication methods, jQuery integration, AJAX calls, and data management techniques. Additionally, it covers state management and the folder structure of MVC applications.

Uploaded by

Swapnil Dekate
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

MVC Syllabus

The document outlines key topics to be covered in an ASP.NET MVC course, including an introduction to MVC, CRUD operations using edmx, model binding, and validations. It also addresses advanced topics such as authentication methods, jQuery integration, AJAX calls, and data management techniques. Additionally, it covers state management and the folder structure of MVC applications.

Uploaded by

Swapnil Dekate
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Asp.

net MVC Topics to be covered

1. Introduction to MVC
2. Adding edmx into MVC Project
3. Scaffolding template for crud operation using edmx
4. Understanding of MVC Communication
5. HtmlHelpers in MVC
6. Html Layout views rendering
7. Model Binding in MVC (How data travel from view to controller)
View to Controller
a. string or string[]
b. FormCollection class
c. Model class
8. Validations in mvc (DataAnnotations)
a. To provide validations onto the model properties
b. To Render the ui based on annotations.
9. Folder structure of mvc
10. Components of edmx files
11. Basic Linq on Controller
12. Authentication
Forms Authentication
Windows Authentication
Passport Auth
Federated
13. Bundling
14. Minification
15. Jquery Introduction
16. Jquery Basic Programs
17. Ajax Call
18. Ajax call with Linq
19. Ajax Call with Ado.net
20. Ajax Call with Ado.net calling SP
21. Model Pop Up (Add Data)
22. Jquery Datatable Data Binding
23. Edit and Delete customization in Datatable
24. CRUD of Jquery Datatable
25. FileUpload using ajax
26. Preview PDF files on IFrame using Ajax
27. Update the existing uploaded file using Ajax
28. Binding the multiple table data using sp onto Jquery Datatable
29. Adding multiselect dropdownlist
30. Saving data into sp using the bulk insert concept.
31. Complete crud operation on the Jquery datatable with Multiselect dropdown.
32. Passing bulk insert model using ajax
33. Passing single model using ajax
34. Passing array of object data using ajax.
35. Jquery validation for required field
36. Jquery validation for regular expression.
37. State management is MVC. (Session, Cookie, Application etc)

You might also like