The ASP.NET MVC Framework is a Microsoft web application framework that implements the model-view-controller (MVC) pattern. The latest release of the framework offers REST-style web services development capability, also known as Web API.

learn more… | top users | synonyms (6) | asp.net mvc jobs

1
vote
2answers
35 views
+50

serialize form data saved in elmah log into model object

I have Elmah logging errors. Errors save full form post information. I can access these errors and their XML or JSON representation by URL. Some of the errors that I'd like to debug have a lot of ...