20 - What is Entity Framework
21 - Steps of database first method in Entity Framework
22 - Creating SQL database
23 - Creating new project & installing Nuget Packages
24 - Generating Models and DbContext
25 - Generating Controller and Views
26 - Register DbContext and run Web site
27 - Secure connection string
28 - Deep diving design of Index view
29 - Using HtmlDisplayNameFor
30 - Using HtmlDisplayFor to show data
31 - Customize Layout of website
32 - Deep diving Index Action in Controller
33 - Deep diving design of details view
34 - Details Action in Controller
35 - Design of Delete view
36 - Deep diving Action of Delete view
37 - Deep diving of Create view
38 - Edit view Deep diving