Fixing FluentValidation quirks
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... »
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... »
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... »
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... »
It seems that dependency injection (DI) as software development pattern has become the standard for many open source projects and software companies. Indeed, if you practice... »