Safer Deletes Through POST Links in ASP.NET MVC
Besides providing an elegant .NET-based web application platform, ASP.NET MVC (as packaged in Visual Studio 2010) can help you crank out a decent CRUD interface before your coffee goes cold. Well, almost.
For reasons that aren't quite crystal to your humble narrator, they leave the "D" as a lonely exercise for the MVC novice, and munsoning this implementation could result in a loophole in your architecture that could hang your data out to dry.
What I'm circumlocuting here is the peril of implementing your Delete as an HTTP GET action, rather ...