MVC3 Deployment Checklist

by Matt 5. December 2011 11:14
This is more for my reference than anything, but every one in a while I deploy a new MVC 3.0 app that doesn't have the framework installed on the s... [More]
Tags: ,
Categories: .NET | MVC

Long Past Due Project Upgrades

by Matt 14. September 2011 14:59
I spent a great deal of time this weekend upgrading a project from .NET 3.5, MVC 2.0, and ASPX View Engine to .NET 4.0, MVC 3.0, using the Razor view engine, and implemented Telerik's RadControls for ASP.NET Ajax. [More]

Hosting an MVC Application on XP (IIS 5.1)

by Matt 22. March 2010 00:40
Getting an MVC 2.0 application running on my XP Pro box under IIS 5.1 was a fairly painless process, contrary to the feelings conveyed in many blog posts I had read on the subject. [More]
Tags:
Categories: IIS | MVC

Map Your Checkboxes To bool MVC Action Parameters

by Matt 1. February 2010 20:40
Over the past couple of months, I've decided I no longer like accepting a FormCollection object in post actions in my MVC applications. I've decided to strongly type my parameters for easier debugging and, well, it's resulted in a whole lot fewer casts in my code. It just makes sense. [More]
Tags:
Categories: ASP.NET | MVC

PDC09: ASP.NET MVC 2.0

by Matt 26. November 2009 20:31
In my last post on PDC09, I wrote about Silverlight 4 Beta. Another announcement I'm quite excited about is MVC 2.0 Beta, which was made by Bob Muglia in his keynote speech. [More]
Tags: ,
Categories: MVC | Video Tutorials

JavaScript onLoad() Event In MVC

by Matt 20. September 2009 22:02
Recently, I've wanted to have a javascript method trigger when a certain page loads in my ASP.NET MVC project. [More]
Categories: Javascript | JQuery | MVC

Recaptcha In MVC

by Matt 21. August 2009 19:17
So you want to add a recaptcha to your MVC project, and don't know where to start.  Don't worry, I was there a couple of months ago, having never used a captcha before. [More]
Tags: , ,
Categories: ASP.NET | C# | MVC

More MVC Videos

by Matt 22. June 2009 22:40
Following up on my habit of seeking out instructional videos, I have found three new MVC videos from MIX09. [More]
Categories: MVC | Video Tutorials

MVC Videos

by Matt 3. June 2009 10:35
MVC videos for download [More]
Tags:
Categories: MVC | Video Tutorials