Integrating JSend response format with your Web API
If you landed on this page than you probably know what JSend is. If you don’t than let me enlighten you - JSend is a specification... »
If you landed on this page than you probably know what JSend is. If you don’t than let me enlighten you - JSend is a specification... »
FluentValidation is a fantastic validation library for MVC and Web API projects. I use it extensively and already blogged about it before. However, there are 2... »
It was a cold, wintry day. I had just gotten back to my mostly empty apartment from a long day at work. The usual dread was... »
Update: Check out a follow-up post on FluentValidation and WebApi. »
One of the most common tasks in any application is displaying confirmation messages after execution of a back-end operation. The standard way to accomplish this is... »