BorisMomtchev / NiCris.Dashboard-.NET-4.5

NiCris.Dashboard for .NET 4.5 and VS 2012
Other
1 stars 0 forks source link

Web API Validation Filter #1

Closed BorisMomtchev closed 12 years ago

BorisMomtchev commented 12 years ago

For some reason Web API was not happy with a BO that is using Data Annotations for validation.

BorisMomtchev commented 12 years ago

http://stephenwalther.com/archive/2012/03/05/introduction-to-the-asp-net-web-api.aspx

BorisMomtchev commented 12 years ago

http://www.asp.net/web-api/videos/getting-started/custom-validation

BorisMomtchev commented 12 years ago

http://www.askamoeba.com/Opensource/Opensourcedetail/144/Create-and-Consume-ASP-Net-Web-API-REST-Services-MVC4

BorisMomtchev commented 12 years ago

Solved with a DTO for the POST/PUT.