Do not miss our Interview Question video series 25 Important ASP.NET Interview Questions : th-cam.com/video/pXmMdmJUC0g/w-d-xo.html 30 Important C# Interview Questions : th-cam.com/video/BKynEBPqiIM/w-d-xo.html 25 Angular Interview Questions : th-cam.com/video/-jeoyDJDsSM/w-d-xo.html 5 MSBI Interview Questions : th-cam.com/video/5E815aXAwYQ/w-d-xo.html
I just wanted to say thanks! love these tutorials. They are extremly helpfull to get started with MVC!! I really hope that you put out the fifth video, we would all benefit from it!
Really thank u very much sir, just before today i thinked that MVC is to complicated, but now i can say to the interviewer that i know mvc, thx sir u added a star in my Resume,,,,i will teach some of my juniors and also i will help them
I've been following your course since the beginning and you have really opened my eyes as to what the whole MVC framework is. I'm using VS2012/MVC 4 so the syntax is slightly different in the view, concepts are the same. Very useful and very well explained !!!
@FourthDimension001 As this is a step by step video i did not wanted to students to get confused with HTML helper classes. I wanted them to use their normal knowledge of ASP.NET , in my next video i have talked about HTML helper classes. Wanted to have a gradual progression rather than jumping to things straight. Thanks
It Help me lot as a New one in MVC.It Explain so nicely. Thanks a lot.Can u Please post the forward? Everyone waiting here to show your new post.Again Thanks!!!!!
a simple question here. I think the form attribute action="DisplayCustomer" is just used to open a new page /DisplayCustomer view page, not to invoke the ActionResult DisplayCustomer() in the controller. The /DisplayCustomer view page get opened and the data from the controller is passed in by @Model.**** Correct me if I am wrong. Thank you, great video
Want to Learn MVC 5 in 2 days start from the below video :- th-cam.com/video/Lp7nSImO5vk/w-d-xo.html 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? Visit us at www.questpond.com for more details
Thanks this was a very good video..However i have one question if we want to handle following functonality e.g Add,Update, Delete from one view, Means we have only one view..and have these 3 buttons..pls advice
Great starter videos. This has gotten me back into the swing of things, when it comes to MVC. I'm sad that in order to watch the rest of the videos, you have to pay some fee. In order to get around this, I plan on going through the w3schools asp.net tutorial on MVC, as well as any other tutorials I can find. I do wish that you would post up your videos for free though.
This is great video but I have a slight concern, At one point you didn't wanted to use server controls within the View since that would defy the logic and you button click action will be written in the view itself but at other point you are writing code for this normal and privileged customer within the view itself. I am a C# programmer and totally new to this MVC and ASP.net, so I wanted to know if this is OK ?
I think part 5 is on codeproject website. The author didn't create a video but he made a tutorial on codeproject website. Search in google "Learn MVC (Model View Controller) step by step in 7 days - Day 1" and part 5 is at the bottom.
Thanks for this great help... please tell me how to deal with many object (like listview or gridview ) (using HTML controls) with the help of model( if we select strong type view) as for single object we used model.Id, model.Customercode etc.. please share video for this too..
Thanks for sharing. What are the other options for building views. The helper classes save you from writing HTML but they are not WYSIWYG. How can you format your page using helper classes. e.g positioning your controls or applying styles?
thanks a lot man you really did a good work, but where is the 5th video for the helper classes. i was so blur on mvc and most of the explanation on internet were confusing and i find it as useles..
It is a good course. When you added in the if statement about the privileged customer in the view were you embedding business logic into the view? Should this logic be embedded in the controller?
I have mvc5 and I selected both webforms and mvc when creating my project but when I add the aspx file to views and run it I get this error The view at 'FillCustomer.aspx' must derive from ViewPage, ViewPage, ViewUserControl, or ViewUserControl. How can I solve it?
When I click "Submit" button the url that is being formed is /Customer/FillCustomer/DisplayCustomer/ So, I am not able to redirect to DisplayCustomer. Can you pls tell me what might be the reason.
Hello Sir I am using visual studio 2012 version I am getting some problem that as like u when i Add partial view by I am getting the page by .cshtml extension and ur extension is .aspex why this is happening kindly help...
When I click on "Click here" it goes to Customer/FillCustomer/DisplayCustomer which displays nothing but the FillCustomer page itself, and there is a blue line under action = "DisplayCustomer" also which suggests that DisplayCustomer cannot be found. Could you clear this up please??? Thanks a lot!!
hey when are u going to release the 5th video for helper classes. I need it badly and me not able to understand through net.Please release the 5th video soon
i have null reference exception at 'displaycustomer.aspx' "%=Model.Id%" i have clearly associated model .cs file even though this error is rising please help!
Do not miss our Interview Question video series
25 Important ASP.NET Interview Questions : th-cam.com/video/pXmMdmJUC0g/w-d-xo.html
30 Important C# Interview Questions : th-cam.com/video/BKynEBPqiIM/w-d-xo.html
25 Angular Interview Questions : th-cam.com/video/-jeoyDJDsSM/w-d-xo.html
5 MSBI Interview Questions : th-cam.com/video/5E815aXAwYQ/w-d-xo.html
wonderful explanation of mvc for someone moving into mvc from 2008 asp.net webpages-thanku so much!
I just wanted to say thanks! love these tutorials. They are extremly helpfull to get started with MVC!! I really hope that you put out the fifth video, we would all benefit from it!
Really thank u very much sir, just before today i thinked that MVC is to complicated, but now i can say to the interviewer that i know mvc, thx sir u added a star in my Resume,,,,i will teach some of my juniors and also i will help them
Really helpful videos.!! Thank You very much.
You are simply explaining and anyone can learn the ASP.NET MVC in a simple way.
Looking for Part 5.!!
Thanks for demonstrating the tutorials. I gained a basic knowledge regarding MVC. Thanks a lot..
Great demonstration. Simplified well enough for anyone trying to study MVC.
Bestest explanation of a difficult concept I have ever seen! Just too too awesome!
Excellent series so far. I'm going to recommend it to other programmers that I know.
It's good you go over the mvc concept on why we should separate logic from view. Thank you
Thanx for this series(1-4) , we really want to know more about HTML Helpers as you said .
I've been following your course since the beginning and you have really opened my eyes as to what the whole MVC framework is. I'm using VS2012/MVC 4 so the syntax is slightly different in the view, concepts are the same.
Very useful and very well explained !!!
Coming from Java...ASP .NET is very similar to Spring MVC. Its really easy to understand what you are doing. Thank you very much. Regards.
@FourthDimension001 As this is a step by step video i did not wanted to students to get confused with HTML helper classes. I wanted them to use their normal knowledge of ASP.NET , in my next video i have talked about HTML helper classes. Wanted to have a gradual progression rather than jumping to things straight. Thanks
Thank u very much , You are the king of tutorials !
Please post more. I've learn so much with your tutoriales.
It Help me lot as a New one in MVC.It Explain so nicely. Thanks a lot.Can u Please post the forward? Everyone waiting here to show your new post.Again Thanks!!!!!
Awesome video series! The best I've ever seen! Love it!
Great work. looking forward to part 5.
@dnfvideo thanks for the series, your videos have been very helpful. I was wondering if part 5 is out yet? Thanks
Super... nice explanation.. if the example with the connection of database transaction , then it would more useful.. to everyone....
Awesome !!! Awesome !!! Awesome !!!
When we expect part 5?
Superb way of explaining.
Nice point in this video is that no logic should be defined in UI...Thanks for valuable info
Thanks Wating for More Parts.
Very useful. Thnx for the very good info...Many more videos like these will certainly
help ..
This video is great. Will you be making the part 5 anytime soon? Please do so.
Astonishing Article thanks for sharing with us ....
Part 5 please!! great videos, thanks
You have done really great job to make those videos... But I wonder where is the next video?
DUDE! Awesome tutorials!!!!!!!!! Thanks
Thanks for the great tutorials.
These 4 videos really helped me understand the basics of MVC architecture...thank you so much...Is there a continuation to Part4 ...please let me know
Thank you very its very useful please upload Part 5 please......
a simple question here. I think the form attribute action="DisplayCustomer" is just used to open a new page /DisplayCustomer view page, not to invoke the ActionResult DisplayCustomer() in the controller. The /DisplayCustomer view page get opened and the data from the controller is passed in by @Model.****
Correct me if I am wrong. Thank you, great video
Hi dude very good tutorial....very well explained
Want to Learn MVC 5 in 2 days start from the below video :-
th-cam.com/video/Lp7nSImO5vk/w-d-xo.html
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?
Visit us at www.questpond.com for more details
Can you set this up in a playlist?
Thank u
Next video please....fantastic explanation!
Excellent work mate. Its really good. Thanks for the post
Thank you so much for your way of explaining.
Thanks this was a very good video..However i have one question if we want to handle following functonality e.g Add,Update, Delete from one view, Means we have only one view..and have these 3 buttons..pls advice
Good to learn MVC for beginners.
learned something new! Dude you are awesome. Just slow down a bit...
Thanks for the help.. Part 5 please
Great starter videos. This has gotten me back into the swing of things, when it comes to MVC. I'm sad that in order to watch the rest of the videos, you have to pay some fee. In order to get around this, I plan on going through the w3schools asp.net tutorial on MVC, as well as any other tutorials I can find. I do wish that you would post up your videos for free though.
Great Job, Good Sample.
Great job. So Action must have the same name as the View in order for them to be associate? Is that correct?
it is good to learn mvc......thank you
I am not able to find the next video on HTML Helpers, as you stated in the end! Would b great if you can please provide the link!
This is great video but I have a slight concern, At one point you didn't wanted to use server controls within the View since that would defy the logic and you button click action will be written in the view itself but at other point you are writing code for this normal and privileged customer within the view itself. I am a C# programmer and totally new to this MVC and ASP.net, so I wanted to know if this is OK ?
Nice tutorials man...looking for the part 5 - asp.net MVC HTML helper classes.
good one, easy to understand!
Thank You Very Much!! it helped me a lot!!
I think part 5 is on codeproject website. The author didn't create a video but he made a tutorial on codeproject website. Search in google "Learn MVC (Model View Controller) step by step in 7 days - Day 1" and part 5 is at the bottom.
Great Video Tutorial, thanks so much
Your videos are very useful.
Good lesson on MVC using C-sharp
Thanks for this great help... please tell me how to deal with many object (like listview or gridview ) (using HTML controls) with the help of model( if we select strong type view) as for single object we used model.Id, model.Customercode etc.. please share video for this too..
Thanks for sharing. What are the other options for building views. The helper classes save you from writing HTML but they are not WYSIWYG. How can you format your page using helper classes. e.g positioning your controls or applying styles?
Are we going to see Part 5? Good videos, by the way.
simply superb !!
thanks a lot man you really did a good work, but where is the 5th video for the helper classes. i was so blur on mvc and most of the explanation on internet were confusing and i find it as useles..
great work
nice work. part 5 pls.
Good tutorial for beginners.
Thanks it helps me a lot. can you explain how to communicate with db also from model.
Great video.. when can we expect the part5, please?
great work.
Thank you....super video..
I like your every video , can u please upload the part 4 of ASP>NET MVC
Hi..This is view to controller values transfer process?
Very fine once again
It is a good course. When you added in the if statement about the privileged customer in the view were you embedding business logic into the view? Should this logic be embedded in the controller?
Thats what I was wondering also. Do the logic in the controller then use viewdata to move the privileged customer text to the view?
I have mvc5 and I selected both webforms and mvc when creating my project but when I add the aspx file to views and run it I get this error The view at 'FillCustomer.aspx' must derive from ViewPage, ViewPage, ViewUserControl, or ViewUserControl.
How can I solve it?
great job
@Remya Ramesh, thanks for link
Great one..
can any one tell me where i ll get next parts
When I click "Submit" button the url that is being formed is /Customer/FillCustomer/DisplayCustomer/
So, I am not able to redirect to DisplayCustomer. Can you pls tell me what might be the reason.
Hello Sir I am using visual studio 2012 version I am getting some problem that as like u when i Add partial view by I am getting the page by .cshtml extension and ur extension is .aspex why this is happening kindly help...
nice job .............
WOW YOUR THE BEST
When I click on "Click here" it goes to Customer/FillCustomer/DisplayCustomer which displays nothing but the FillCustomer page itself, and there is a blue line under action = "DisplayCustomer" also which suggests that DisplayCustomer cannot be found. Could you clear this up please??? Thanks a lot!!
Shouldn't the if/else be inside the C Sharp file?
execellent. I loved it
Thanks, for this Nice Video .
Tq so much.... So much helpful to all ......
hey when are u going to release the 5th video for helper classes. I need it badly and me not able to understand through net.Please release the 5th video soon
how about and MVC 2 version on editable grid? can you give me an example on that... thanks.
good stuff
i have null reference exception at 'displaycustomer.aspx' "%=Model.Id%"
i have clearly associated model .cs file even though this error is rising please help!
I got warning saying displaycustomer was not found. 8:29 - 8:35 is I think where I missed the steps since it was not showing the full screen.
very helpful, thanku
Thank you so much ..... !!
It would be helpful,if you tell that when should i use "" and when "" symbol?
After clicking submit button, it shows DisplayCustomer in URL but the text boxes from FillCustomer are still there.
Under my solution explore it is not showing up any aspx file where do i get it
Can we Add Aspx pages in view in mvc 5? i am getting error
video is not working after 2.11 minutes. Can any pls check and let me know if any alternative link is available for this video?
thanks for sharing this!
part 5???