Browse by Tags

ASP.NET MVC Preview 4 Finds
Thursday, July 17, 2008 7:53 AM
I’ve went through the ASP.NET MVC Preview 4 source and found some interesting finds that will help you do work more easily. These 6 finds are just the tip of what I’m sure is included in this drop. ( Read more… ) Read More...
MVC Post-Redirect-Get Sample Updated
Friday, June 06, 2008 1:30 AM
ASP.NET MVC Sample for using the Post-Redirect-Get pattern updated to the MVC Preview 3 bits. Showcasing some newer functionality that makes the pattern more simplistic.( Read more… ) Read More...
Using SubDataItems and View User Controls in ASP.NET MVC
Wednesday, June 04, 2008 6:07 PM
Learn how to use the new SubDataItems within the ASP.NET MVC Preview 3 bits with your View User Control. Also explains a small patch to the framework to get this to work correctly. ( Read more… ) Read More...
RedirectToAction Nasty Bug in ASP.NET MVC Preview 3
Tuesday, June 03, 2008 5:07 AM
Find out about a nasty bug identified using certain routing schemes and RedirectToAction, and what workarounds you have. ( Read more… ) Read More...
Lambda Based RedirectToAction Sample Updated to MVC Preview 3
Friday, May 30, 2008 2:42 AM
Utilizing Lambda expressions, make the RedirectToAction method much easier to use, read, and refactor! This update took the original sample and it now works with the MVC Preview 3 bits. ( Read more...) Read More...
by mhawley | with no comments
Filed under: , , ,
ViewData "dot" Notation Expressions in ASP.NET MVC
Thursday, May 29, 2008 1:53 PM
Here's something very cool I just found in the ASP.NET MVC Preview 3 bits, you can specify, what I call, "dot" notation expressions on your view data. With the new ViewDataDictionary you can now use the "dot" notation expressions to get access the same value as using the safely typed Model. ( Read More... ) Read More...
by mhawley | with no comments
Filed under: , ,
ASP.NET MVC - Localization Helpers
Friday, May 23, 2008 7:01 PM
Learn how to easily use localization within an ASP.NET MVC application utilizing similar methods to that of ASP.NET resource expressions. I show 3 different approaches to using localization within your application. ( Read more... ) Read More...
ASP.NET MVC: UI Validation Framework Update
Monday, May 19, 2008 1:56 PM
I've taken some recommendations regarding the MVC UI Validation framework I originally posted about , which is available within the MvcContrib project. I'm still working on future advancements like attributing your model, but I did make a significant step forward ensuring both client and server side validation is successful. With some simple changes to how you... Read More...
ASP.NET MVC - Living in a Web Forms World
Tuesday, May 13, 2008 4:22 PM
When developing ASP.NET MVC applications, most examples or sites have shown you starting from complete scratch. This is all and well if you have the time to completely re-write an existing application for 6+ months or have started a v1 product. Right, in the "real-world" the former rarely happens and if your a developer wanting to stay on the bleeding... Read More...
ASP.NET MVC - Using Post, Redirect, Get Pattern
Friday, May 09, 2008 6:57 AM
The ASP.NET MVC pattern tends to lead itself into a more simplified and "true" HTTP experience by re-introducing patterns that have been lost, or at least, not followed in many years. One such pattern is the Post, Redirect, Get (PRG) pattern in which it is "to help avoid duplicate form submissions and allow web applications to behave more intuitively with browser... Read More...
More Posts Next page »