Autoplay
Autocomplete
Previous Lesson
Complete and Continue
ASP.Net Core 3.1 MVC
Section 1: Introduction and Getting Started with Entity Framework Core
How_to_Use_LMS__Start_Learning_ (6:19)
1. Day 1 Getting Started With Entity Framework Core 2.0 Code First Approach (40:34)
2. Day 2 Migrations And Database Updates (44:26)
3. Day 3 Class Desinging Techniques (50:36)
Assessment Exercise- 01
Section 2: Data Annotations and CRUD Operations
4. Day 4 Data Annotations And CRUD (60:59)
5. Day 5 Select Operations (44:54)
Assessment Exercise- 02
Section 3: Loading, Modes, and Transactions
6. Day 7 Eager Loading Vs Explicit Loading Vs Lazy Loading (32:46)
7. Day 6 Immediate Mode Vs Differed Mode List Vs IEnumerable Vs IQueryable (37:42)
8. Day 8 Raw SQL And Stored Procedures (62:22)
Assessment Exercise- 03
Section 4: Transactions and Layered Approach
9. Day 9 Auto And Mannual Transactions (37:56)
10. Day 10 3 Layered Approach With Net Standard Library (79:20)
Assessment Exercise- 04
Section 5: Introduction to ASP.Net Core MVC
11. Day 1 Introduction To ASP.Net Application (Will Arrive Soon) (38:00)
12. Day 2 Getting Started With First Static And MVC Core Web Apps (45:21)
13. Updated For VS 2019 Getting Started With ASP.Net Core 3.1 MVC (10:56)
Assessment Exercise- 05
Section 6: ASP.Net Core MVC Basics
14. Day 3 Get Vs Post And Passing Data From View To Controller (65:30)
15. Day 4 Razor View Engine And HTML Helper Classes (52:39)
Assessment Exercise- 06
Section 7: Data Handling and CRUD Operations
16. Day 5 ViewData Vs ViewBag And Entity Framework Core In MVC (57:42)
17. Day 6 Model Binding And TempData (63:01)
Assessment Exercise- 07
Section 8: TagHelpers, Forms, and Bootstrap Integration
18. Day 7 TagHelper And Form ValidationsEg (52:13)
19. Day 8 CRUD Operations And BootStrap (54:46)
20. Day 9 Dependency Injection And Layouts (70:41)
Assessment Exercise- 08
Section 9: Authentication and Authorization in ASP.Net MVC
21. Day 10 Authentication And Authorization (66:03)
22. Day 11 Authentication (LogIn Logout) (36:18)
23. Day 12 Authentication (Email Confirmation And Forgot Password) (58:53)
Assessment Exercise- 09
Section 10: Authorization and Ajax in ASP.Net MVC
24. Day 13 Authorization (Initial Setup) (24:17)
25. Day 14 Authorization(Assign Roles Dynamically) (44:08)
26. Day 15 AjaxLinks And Forms (Links And Partial Views) (78:55)
Assessment Exercise- 10
Section 11: Ajax and JQuery Based Operations
27. Day 16 AjaxLinks And Forms (AjaxForms) (27:16)
28. Day 17 JQuery Based Ajax Calls Read Operations (68:49)
29. Day 18 JQuery Based Ajax Calls Create Update Delete Operations (33:24)
Assessment Exercise- 11
Section 12: Introduction to Entity Framework and EDM
30. Creating an Entity Data Model (11:24)
31. Exploring Entity Data Model (4:58)
32. Learning Entity Framework 5 This lecture not applicable to EF6 (1:44)
Assessment Exercise- 12
Section 13: Querying the EDM - Basic Operations
33. Performing an Insert Operation (6:27)
34. Performing a Select Operation (3:24)
35. Performing a Search Operation (5:00)
36. Performing an Update Operation (5:11)
37. Performing a Delete Operation (1:51)
Assessment Exercise- 13
Section 14: Working with Stored Procedures
38. Working With Stored Procedures-I (6:22)
39. Working With Stored Procedures-II (4:02)
40. Working With Stored Procedures-III (7:14)
Assessment Exercise- 14
Section 15: Advanced EDM Queries and Loading Techniques
41. Immediate Mode Vs Differed (5:08)
42. Working With Transactions in Entity Framework (9:49)
43. Working With Navigation Properties in Entity Framework (6:34)
44. Lazy Loading in Entity Framework (17:20)
45. Magic with Entity Framework (6:18)
Assessment Exercise- 15
Section 16: Advanced Entity Framework - DbContext
46. Introduction To .tt Files (12:05)
47. DbContext Vs ObjectContext (15:33)
48. Performing CRUD Operations I (9:25)
49. Performing CRUD Operations II (8:18)
Assessment Exercise- 16
Section 17: Advanced Operations
50. DbSet.AddRangeRemoveRange (4:49)
51. Entity Splitting (7:12)
52. Table Splitting (5:37)
53. Insert Update and Delete Function Mapping to Stored Procedures (3:37)
54. Stored Procedures with Multiple Result Sets (8:27)
Assessment Exercise- 17
Section 18: Multi-User Scenarios and Performance Optimization
55. Understanding Multi User Scenarios (5:36)
56. Handling Multi User Scenarios (8:58)
57. Entity Framework Life Cycle And Generating Mapping Views (7:50)
58. NoTracking Queries (6:12)
59. Async Query Execution (5:00)
Assessment Exercise- 18
Section 19: Data Access and Repository Patterns
60. Moving your model to a separate assembly (5:11)
61. Working with Repository Pattern (7:32)
62. Working with Generic Repository Pattern (6:03)
Assessment Exercise- 19
Section 20: Introduction to ASP.Net MVC and Models
63. Introduction To Controller And Action (18:12)
64. Introduction To View (8:48)
Assessment Exercise- 20
Section 21: Working with Data in ASP.Net MVC
65. Binding A Form To An Action (9:18)
66. View To Action Parameterized Method (10:41)
67. Get Vs Post (12:29)
68. Introduction To Razor View Engine (11:25)
Assessment Exercise- 21
Section 22. First Look At Razor View Engine
69. Form Redesign Using HTML Helper Classes (12:59)
70. List Controls HTML Helper Classes (5:11)
Assessment Exercise- 22
Section 23. State Management In Asp.Net MVC & Layouts
71. ViewData Vs ViewBag (12:57)
72. Creating A Simple GridView In MVC (4:50)
73. TempData In MVC (17:59)
74. Life Cycle Of TempData In MVC (8:29)
75. Layout Or Master Pages In MVC (6:20)
Assessment Exercise- 23
Section 24. Introduction To Models
76. Models In MVC (11:50)
77. Master Details Screen (5:53)
78. Creating List And Details (7:39)
79. Performing Edit In MVC (6:03)
80. Performing Delete And Insert In MVC (5:19)
81. ASP.NET MVC Entity Framework Scaffolding (7:26)
Assessment Exercise- 24
Section 25. Validations In Asp.Net MVC
82. Form Validation I (11:31)
83. Form Validation With EDMs (9:25)
84. Creating Custom Validators (8:13)
Assessment Exercise- 25
Section 26. Authentication and Authorization In Asp.Net MVC
85. Introduction to Authentication And Authorization Bootstrap (10:04)
86. Implementing Authentication I (12:43)
87. Implementing Authentication II (6:46)
88. Implementing Autherization (11:36)
Assessment Exercise- 26
Section 27. Advanced Asp.Net MVC - Ajax Action Link In MVC
89. Partial Views (4:06)
90. Ajax Action Link (10:53)
91. Ajax Action Link In RealTime (10:21)
92. Ajax Action Link To Create Form (4:20)
Assessment Exercise- 27
Section 28. Advanced Asp.Net MVC - Ajax Forms In MVC
93. Ajax Forms (5:37)
94. introduction To JSON (6:53)
95. JSON Data Incoming (9:41)
96. JSON Data Outgoing (8:13)
Assessment Exercise- 28
Section 29. Final Exam
final exam
56. Handling Multi User Scenarios
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock