
Trace the history of MVC from 2009 to MVC 5 and its minor versions, and highlight features from 5.2.3 and MVC 6.0 for use with the new ASP.NET code.
Create controllers and actions in ASP.NET MVC 5, pass user values through a query string, bind them to action parameters, and display via ViewBag in corresponding views.
Explore redirecting to a specific URL in ASP.NET MVC 5 with a dedicated action method, including default URL handling and redirecting to external sites or internal views.
Learn to create and access dynamic properties in the ViewBag collection within ASP.NET MVC 5, using a Hello World controller and its index view.
Discover how RedirectResult works in ASP.NET MVC 5, compare 302 redirects with 301 redirects, and implement go to url and go to url permanently using Html.ActionLink for SEO-friendly navigation.
Explore using FileResult as a controller action return type in ASP.NET MVC 5, returning CSS, XML, and image content with proper content types from files in content or images folders.
Explore PartialViewResult usage in asp.net mvc 5 by creating a ShowChildViewContent parent view that embeds a ChildView with Html.Partial and Html.RenderPartial from the Shared folder.
This lecture demonstrates submitting form data to an index action using approach-2 in ASP.NET MVC 5, with begin form, two forms, parameter names, request form, and ViewBag-based calculations.
Demonstrate how cross-site request forgery works, then implement protection in MVC using the Html helper anti forgery token and the validate anti forgery token attribute.
Demonstrate how cross site request forgery targets a login form in an MVC app, then fix it by adding @Html.AntiForgeryToken and validating the token on the server.
This lecture shows how MVC prevents script injection by default through input validation. It also explains how to allow scripts by disabling validation and how Server.HtmlEncode keeps input safe.
MVC is a framework for building web applications using a MVC (Model View Controller) design pattern.
This course provides developers with a thorough knowledge in developing Web Applications using MVC Design Pattern.
In this course by development expert Kameswara Sarma Uppuluri, you'll learn essential concepts that you need to know to build Web Applications using ASP.NET MVC 5.
This course provides step-by-step walk-throughs and coding demos that you're encouraged to code along with to enhance the learning process.
This course is broken down into 27 Modules with each module providing source code so that you can follow along with Kameswara Sarma Uppuluri.