A feature of ASP.NET MVC that i really like is that when you use the LabelFor extension method in a strongly-typed view, the LabelFor implementation will try to retrieve and use metadata for the property you're creating a label for. For instance:
@…
Posts Tagged ‘MVC’
Convention Based Localization With ASP.NET MVC – Davy Brion’s Blog
March 23rd, 2011
Comments Off
HTML5 Boilerplate MVC 3 Websites with AppHarbor in 3 Easy Steps
March 21st, 2011
Comments Off
Here’s a quick way to get a new .Net MVC 3 site up that incorporates HTML5 Boilerplate patterns and practices.
Step 0: Get Git (If you don’t have it)
Git for Windows is available from the msysgit repository on Google Code; this guide was written…
HTML5-MVC application using VS2010 SP1 – IBloggable – implemented
March 15th, 2011
Comments Off
This is my first attempt at creating HTML5 pages. VS 2010 allows working with HTML5 now (you just need to make a small change after installing SP1). So my Razor view is now a HTML5 page.
I call this application – 5Commerce – (an over-simplified) HTML…
Microsoft pushed MVC to Beta!
October 15th, 2008
No Comments
Tonight microsoft has officially pushed ASP.NET MVC to Beta status. Over the next few days I’ll be converting my CRM codebase to the new beta. I’ll keep everyone posted on what has changed.

