ASP.NET MVC Model View Controller (MVC) Step by Step Part 5

preview_player
Показать описание

See our other Step by Step video series below :-

In this video we will try to understand the importance of strongly typed views.

Want to Learn MVC 5 in 2 days start from the below video :-

The following syllabus has been covered in Learn MVC 5 in 2 days

Learn MVC 5 in 2 days
Lab 1 : - Simple Hello world(20 Minutes)
Lab 2 : - Explain MVC Routing(10 Minutes)?
Lab 3 : - Explain ViewData, ViewBag, TempData & Session Variables?(20 Minutes)
Lab 4 :- Explain Model and Strongly typed views (20 minutes)?
Lab 5 : - Explain Model Binders(10 minutes)?
Lab 6 :- Why MVC and MVC vs Webforms ? (30 minutes)
Lab 7 :- Explain TempData , Peek and Keep ? (10 Minutes)
Lab 8 : - Explain Data Annotations and HTML Helpers classes?(31 Minutes)
Lab 9 : - What is the need of ViewModel in MVC? (10 Minutes)
Lab 10 : - How can we use Entity Framework in MVC?(20 minutes)
Lab 11 : - How to implement viewmodel, partial view and webgrid?(45 minutes)
Lab 12 : - What is the difference between ActionResult and ViewResult in MVC?(10 minutes)
Lab 13 :- How to implement Ajax using Json and Jquery in MVC ? (60 Minutes)
Lab 14 : - What is the use of Async Controllers in MVC?(20 minutes)
Lab 15 :- How to deploy MVC Application on IIS ? (10 minutes)
Lab 16 :- How can we do Windows and Forms Authentication in MVC? (50 Minutes)
Lab 17 : - How can we use MVC areas for better modular development ? (10 Minutes)
Lab 18 :- How to implement MVC with Angular ? (60 minutes) ?
Lab 19 :- Can we Overload MVC Action methods ? (10 Minutes)
Lab 20 :- How to improve Reusability using Angular ? (20 Minutes) ?
Lab 21 :- What is the need of WebAPI in MVC ? (30 Minutes)
Lab 22 : - How to do exception handling in MVC? (30 Minutes)
Lab 23 :- How to do update and delete using MVC , WebAPI , EF and Angular? (30 Minutes)
Lab 24 : - How to use MVC Webgrid?(30 minutes)
Lab 25 :- How to implement Validation using Angular and MVC (30 minutes)?
Lab 26 :- What is SPA (Single page application)?
Lab 27 :- How to Organize MVC project and Understanding CORS issue ? (42 minutes)
Lab 28 :- Explain the importance of DisplayModes ? (10 minutes)
Lab 29 :- How to do unit testing with MVC projects (30 minutes)?
Lab 30 :- How to implement SPA using Angular Routing ?
Lab 31 :- How to create decoupled systems using MVC DI ?
Lab 32 :- How can we have multiple submit buttons in ASP.NET MVC ?
Lab 33 : - What is the importance of AntiForgery in MVC?
Lab 34 :- What is the importance of ValidateInput and AllowHTML in MVC?
Lab 35:- Bundling and Minification.
Lab 36 :- Layout pages in Razor
Lab 37: - What are ActionFilters in MVC?
Lab 38: - What is WebAPI (Theory)?
Lab 39: - How can we create and consume WEB API (Practical)?
Lab 40 :- MVC 6/ASP.NET Core Training-Part 1 (2 Hours).

We are also distributing a 100 page Ebook "Learn ASP.NET MVC 5 Step by Step". If you want this ebook please share this video in your facebook/twitter/linkedin account and email us on
Рекомендации по теме
Комментарии
Автор

Do not miss our Interview Question video series

dnfvideo
Автор

Gosh if you were my real life teacher instead of Virtual one.
Long Live Sir.

shahfaisal
Автор

You forgot the dot! the dot!.... oh brother...
... see, I told you!

:) I love all the typos and the mistakes. makes this demo much more real. really great work and I appreciate it a lot - I am sure a lot of others as well. finally I understand MVC in its model - view - controller sense because you started from scratch and never used the word "it just works!" thank you very, very much...

SokSa
Автор

Excellent videos in the series so far, keep up the great work!

KevinGuyerPrime
Автор

Strongly type html helper files are good but it all depends upon taste of individual preference and for me I like old method because I take help of some third party programs to generate stunning forms, thats why I like old method so that everything should not be meshed with extra helper tags. I appreciate you explained both ways.

bawagrafix
Автор

Hi Shiv,
Thank you for your insight. But let me tell you in your video the Customer Id is not coming properly even i am facing the same problem. Please Help me
Regards

AryaChuodhury
Автор

There is some error.. when you entered customer id i001, it is showing 0.

Just check

technocratpratik
Автор

on 11:30 th minute in this video, Id is not working, please watch

norberta
Автор

@using (Html.BeginForm("DisplayCustomer", "Home", FormMethod.Post))
{

<text>Enter customer ID @Html.TextBox("id", (string)Model)</text><br/>
<text>Enter customer Code @Html.TextBox("CustomerId", (string)Model)</text><br />
<text>Enter customer amount @Html.TextBox("amount", (string)Model)</text><br />
<text><input type="submit" value="Submit data" /></text> <br />
}


that's how my code worked. I am new to .net but I think it was able to attach itself to the model but was not sure to which property it has to fill in the data. So i gave actual attribute names as i mentioned in my model class.

sapnadani
Автор

Id is wrong, displaycustomer view not displaying exact value which you had given in fillcustomer view

sreesis
Автор

you enter the id value it dispaly the '0' why?

SadiqMsadiqsha
Автор

Good videos, you need to work on you pronunciation

jhonhernandez