Fixing FluentValidation quirks
FluentValidation [https://github.com/JeremySkinner/FluentValidation] is a fantastic validation library for MVC and Web API projects. I use it extensively and already blogged [http://sergeyakopov. »
FluentValidation [https://github.com/JeremySkinner/FluentValidation] is a fantastic validation library for MVC and Web API projects. I use it extensively and already blogged [http://sergeyakopov. »
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 [http://sergeyakopov.com/fixing-fluentvalidation-quirks] on FluentValidation and WebApi. I wanted to briefly talk about request validation in RESTful APIs today. »
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 »
A common practice a lot of web developers employ is storing random referential data in hidden fields in the views. More often than not, this includes »