November 2009 Entries

Overriding the HTTP Verb in ASP.NET MVC 2

The Problem Okay so lets start with a little bit of background on what a HTTP verb is. Raise your hand if you know what they are… Okay put it down people in your office are starting to stare at you. So without dragging out the explanation the HTTP verb is basically the way in which a request tells the server what it is trying to do. Most developers are familiar with the concept of a POST and GET request, however those are not the only types of HTTP verbs. There is also PUT, DELETE, and HEAD requests. Up until the...

posted @ Tuesday, November 24, 2009 11:09 PM | Feedback (0)