ASP.NET MVC Model view controller ( MVC) Step by Step Part 3

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

See our other Step by Step video series below :-

In the last two videos of the MVC series we have only seen how the controller and view work. Model is one the important part of the MVC framework. In this video we will create a simple customer model / class , we will flourish some hard coded data in the controller , pass this model to the view and display the model data on the view.

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.

Комментарии
Автор

Do not miss our Interview Question video series

dnfvideo
Автор

dnfvideo, you are good at putting things together. This is one of the better MVC tutorial video online.

dlmaniac
Автор

Thank you so much. I have been struggling with MVC for months. Your videos made it easy to learn. Thank you for your hard work.

FarhanaAfrin
Автор

Really awesome, you explained with ease, and I understood it with the same ease.

whatmyeyeswant
Автор

All the video of MVC is very good. Thank you very much.

satyarathore
Автор

This is just excellent! If you could have some MVC tutorials for windows application Forms, i would be so happy to see them!!

But this is very well explained and easy to understand. I would like more!

tilemarron
Автор

It is great and I hope if you continue on this series ... it is amazing for us

mmhamed
Автор

You explained Everythings man as professional. Thx a lot you save my day...

ihabs
Автор

Great videos, sheds some light on this particular tech.

VicViperthe
Автор

Thanks, this video is good for a quick grasp on MVC framework usage from Visual Studio

RammmCH
Автор

really its very gud video for know about MVC arichitecture....thanks....

sangramm
Автор

Thanks for teaching in a very good way. Hamid Ali

Ab-fnwn
Автор

Razor syntax for MVC 5:

The customer id is : @Model.Id
The customer Code is : @Model.CustomerCode
The customer Amount is : @Model.Amount

frankqi
Автор

Thanks a lot for helping us learning MVC

kctripathy
Автор

Thanks very much for this, please people it is poor the videos like this, please i need moore!!! :D teach more of this pls.

BioDestiny
Автор

Great video...i like it very much...Thank you very much

tejaswinichavan
Автор

May I ask how did you pasted 3 different lines of code in successive order as if they where on a stack? That happen around the 2:10 mark.

TheHydrogen
Автор

Why you have chosen MVC 2 Application in the begin.Because, I am working on VS 2012 n i don't have options (ie. Mvcccontrroller.Model) one.In 2012 its showing a drop down and I dont know what to select from that. Please assist. ASAP

SanchitNakra
Автор

its good and very help full for beginner

mdfarhan
Автор

another first class video. 
Newbie questions:
1) It looks like the strong typing gives access to the model in the view. Model reference seems generic when you created a specific object  (customer) in the model. I would think you would want to reference CUSTOMER.ID  in the view rather than model.ID??? 2) How would you reference a second object like PhoneNumbers in the model?
Thanks!

kenmtb