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 ‘ASP.NET’
Convention Based Localization With ASP.NET MVC – Davy Brion’s Blog
HTML5 Boilerplate MVC 3 Websites with AppHarbor in 3 Easy Steps
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…
Hanselminutes Podcast 257 – Selenium for Web Automation Testing with Jim Evans
Scott chats with Jim Evans from the Selenium team about how to get into Web Automation Testing. What’s new in Selenium v2? Can you use Selenium with any browser? How does .NET fit into the process? All this and more in this Web Testing Episode. Downl…
Get to Know Action Filters in ASP.NET MVC 3 Using HandleError – .net DEvHammer
What’s an Action Filter?
If you’re just getting started with ASP.NET MVC, you may have heard of something called action filters, but haven’t had the chance to use them yet. Action filters provide a convenient mechanism for attaching code to your…
NuGet Package of the Week #2 – MvcMailer sends mails with ASP.NET MVC Razor Views and Scaffolding
Have you implemented the NuGet Action Plan? Get on it, it’ll take only 5 minutes: NuGet Action Plan – Upgrade to 1.1, Setup Automatic Updates, Get NuGet Package Explorer. The Backstory: I was thinking since the NuGet .NET package management site is s…
Free Video Training: ASP.NET MVC 3 Features – Scott Guthrie’s Blog
A few weeks ago I blogged about a great ASP.NET MVC 3 video training course from Pluralsight that was made available for free for 48 hours for people to watch. The feedback from the people that had a chance to watch it was really fantastic. We also…
Microsoft pushed MVC to Beta!
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.

