Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Angular with MVC Core Combo Package
Learn Angular Step by Step
Lab 1: - Running your first Angular Application. (71:26)
Lab 2: - Creating the Customer UI, Model and Component. (39:45)
Lab 3: - Angular Routing: Creating Master pages and navigations (30:51)
Lab 4: - Increasing Performance using Lazy Loading. (35:39)
Lab 5: - Implement Validations in Angular. (40:55)
Lab 6: - Angular Dependency Injection. (34:34)
Lab 7:- Input,output and event emitters. (37:58)
Lab 8:- Make HTTP calls using Angular Components. (41:33)
Lab 9: - Integrating MVC Core with Angular using Visual Studio. (90:27)
Lab 10:- Migratting Angular 6 to Angular 7 (17:36)
Lab 11 :- Unit Testing in Angular using Jasmine & Karma. (32:31)
Question 1 :- Can we have multiple components in Startup? (8:54)
Angular Book Download
Angular Interview Q & A
25 basics interview Q & A on Angular - Part 1 (47:02)
Angular Interview Questions - Part 2 (11:57)
Angular interview questions - Part 3 (21:12)
Angular interview questions - Part 4 (14:36)
Angular interview questions - Part 5 (3:46)
Angular interview questions - Part 6 (26:52)
Angular interview questions - Part 7 (9:52)
Angular Q & A PDF Download
Learn MVC 5 in 2 days
Lab 1: - Simple Hello world(20 Minutes) (23:06)
Lab 2: - Explain MVC Routing(10 Minutes)? (13:13)
Lab 3: - Explain ViewData, ViewBag, TempData & Session Variables?(20 Minutes) (27:27)
Lab 4 :- Explain Model and Strongly typed views (20 minutes)? (25:23)
Lab5: - Explain Model Binders(10 minutes)? (10:42)
Lab 6 :- Why MVC and MVC vs Webforms ? (30 minutes) (28:51)
Lab 7 :- Explain TempData , Peek and Keep ? (10 Minutes) (10:21)
Lab 8: - Explain Data Annotations and HTML Helpers classes?(31 Minutes) (31:55)
Lab 9: - What is the need of ViewModel in MVC? (10 Minutes) (13:39)
Lab10: - How can we use Entity Framework in MVC?(20 minutes) (19:23)
Lab 11: - How to implement viewmodel, partial view and webgrid?(45 minutes) (44:18)
Lab 12: - What is the difference between ActionResult and ViewResult in MVC?(10 minutes) (10:21)
Lab 13: - How to implement AJAX using JSON and jQuery using MVC?(60 minutes) (50:24)
Lab14: - What is the use of Async Controllers in MVC?(20 minutes) (17:04)
Lab 15 :- How to deploy MVC Application on IIS ? (10 minutes) (12:13)
Lab 16:- How can we do Windows and Forms Authentication in MVC? (50 Minutes) (45:55)
Lab 17 : - How can we use MVC areas for better modular development ? (10 Minutes) (8:38)
Lab 18 :- How to implement MVC with Angular ? (60 minutes) ? (52:15)
Lab 19 :- Can we Overload MVC Action methods ? (10 Minutes) ? (6:35)
Lab 20 :- How to improve Reusability using Angular ? (20 Minutes) ? (17:45)
Lab 21: - What is the need of WebAPI in MVC?(30 Minutes) (36:56)
Lab 22: - How to do exception handling in MVC?(30 Minutes) (25:47)
Lab 23: - How to do update & delete using MVC, WebAPI, EF & Angular?(30 Minutes) (25:46)
Lab 24: - How to use MVC Webgrid?(30 minutes) (25:39)
Lab 25 :- How to implement Validation using Angular and MVC (30 minutes)? (26:12)
Lab 26 :- What is SPA (Single page application)?(30 minutes) (27:49)
Lab 27 :- How to Organize MVC project and Understanding CORS issue ? (42 minutes) (42:01)
Lab 28 :- Explain the importance of DisplayModes ? (10 minutes) (8:33)
Lab 29 :- How to do unit testing with MVC projects (30 minutes)? (26:38)
Lab 30 :- How to implement SPA using Angular Routing ?(20 minutes) (16:51)
Lab 31: - How to create decoupled systems using MVC DI?(60 minutes) (56:03)
Lab 32 :- How can we have multiple submit buttons in ASP.NET MVC ?(13 minutes) (12:35)
Lab 33: - What is the importance of AntiForgery in MVC?(10 minutes) (8:40)
Lab 34:- What is the importance of ValidateInput and AllowHTML in MVC?(10 minutes) (9:36)
Lab 35:- Bundling and Minification(15 minutes) (14:42)
Lab 36 :- Layout pages in Razor (27:28)
Lab 37: - What are ActionFilters in MVC? (14:54)
Lab 38: - What is WebAPI (Theory)? (3:31)
Lab 39: - How can we create and consume WEB API (Practical)? (15:27)
Lab 40 :- MVC 6/ASP.NET Core Training-Part 1 (2 Hours). (111:00)
WebAPI. (76:25)
Source Code
Event management application project end to end.
ASP.NET MVC Interview Questions with answers
ASP.NET MVC Interview Questions with answers Part 1. (45:15)
ASP.NET MVC Interview Questions with answers Part 2. (18:53)
ASP.NET MVC Interview Questions with answers - Part 3 (12:34)
ASP.NET MVC Interview Questions with answers - Part 4 (16:10)
ASP.NET MVC Interview Questions with answers - Part 5 (32:19)
ASP.NET MVC Interview Questions with answers PDF Download
Learn MVC core in 4 hours
Lesson 1:- .NET core and .NET Standards. (26:07)
Lab 2: - MVC core basics(Startup.cs, Program.cs.appsettings.json & Kestrel). (26:13)
Lab 3: -Request Pipelines nd Middleware. (29:54)
Lab 4:-Implementing basic Model,View and Controller. (33:03)
Lab 5 :- Routing,Conventional,Attribute and Route Constraint (28:45)
Lab 6:- Creating Models & strongly typed views. (18:34)
Lab 7 :- DI (Transient , Scoped , Singleton and Factory) (33:19)
Lab 8 :- Hosting MVC Core Application on IIS & Apache. (19:31)
Source Code
MVC Core Training Recording
Training Part 1 :- Running your first .NET core Application.-01st May 2020 (61:49)
Training Part 2 :- Boostrapping, configuration , middleware and MVC 5 vs MVC core.-02nd May 2020 (56:20)
Training Part 3 :- Dependency Injection types.-03rd May 2020 (45:30)
Training Part 4 :- EF core basics part 1.-08th May 2020 (38:33)
Training Part 5 :- EF core basics part 2-09th May 2020 (51:09)
Training Part 6 :- Creating Patient maintenance screen-11th May 2020 (71:25)
Training Part 7 :- Basic of JWT token-13th May 2020 (48:02)
Training Part 8 :- Integrating JWT token with Angular - Part 1-14th May 2020 (52:50)
Training Part 9 :- Integrating JWT token with Angular - Part 2-24th May 2020 (65:41)
Training Part 10 :- Interceptor and NewtonSoft configuration - 28th May 2020 (56:20)
Training Part 11 :- ViewData,ViewBag,Tempdata and Session.- 04th June 2020 (55:51)
Training Part 12 :- MVC Core Training.- 11th June 2020 (48:48)
MVC Core Source Code
Lab 8 :- Hosting MVC Core Application on IIS & Apache.
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock