ActionResult in ASP.NET MVC
See the different ActionResults and learn about when to use each of them, including ViewResult and JsonResult. Sample project included!
See the different ActionResults and learn about when to use each of them, including ViewResult and JsonResult. Sample project included!
Let's see how ViewBag works in MVC, and why it may not be such a good thing.
Let's see how Model Binding between a ViewModel and Controller POST behaves in ASP.NET MVC.
Create a useful FlashMessage using ASP.NET MVC's TempData construct. Sample project included!