ASP .NET MVC TRAINING Lv 1

Course Contents

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

ASP .NET MVC LV.1

1. Installing MVC

2. Which mvc version is my mvc application using

3. Creating your first asp.net mvc application

4. Controllers in an mvc application

5. Views in an mvc application

6. ViewData and ViewBag in mvc

7. Models in an mvc application

8. Data access in MVC using entity framework

9. Generate hyperlinks using actionlink html helper

10. Working with multiple tables in mvc

11. Using business objects as model in MVC

12. Creating a view to insert data

13. FormCollection in MVC

14. Mapping asp.net request data to controller action simple parameter types

15. Updatemodel function in MVC

16. Difference between updatemodel and tryupdatemodel

17. Editing a model in mvc

18. Updating data in mvc

19. Unintended updates in mvc

20. Preventing unintended updates

21. Including and excluding properties from model binding using bind attribute

22. Including and excluding properties from model binding using interfaces

23. Why deleting database records using get request is bad

24. Deleting database records using post request in mvc