What are field parameters? If you are familiar with Sitecore Web Forms, you will know that there are a number of Sitecore field controls that
Tag: Sitecore MVC
Sitecore MVC: View Renderings vs Controller Renderings
I am in the middle of writing up recommended practices for Sitecore MVC, and one of the questions I need to address is the good
Posting forms in Sitecore MVC (Part 2) – Controller Renderings
In part 1, I explained how to post a form from a view renderings. In part 2, we will replicate this scenario with a controller
Posting forms in Sitecore MVC (Part 1) – View Renderings
I was writing a blog post about TempData, and quickly realized that I needed to preface that blog post with one about your options when
Passing data between actions in Sitecore MVC
In standard ASP.NET MVC, you may be accustomed to seeing RedirectToAction. This allows you to specify a controller and action to redirect to, as well
Unit testing Sitecore MVC
ASP.NET MVC and unit testing go hand in hand. The basic MVC architecture forces a separation of concerns that lends itself well to unit testing,