Reliable Database Connections and Commands with Polly
Network services can fail or become temporarily unreachable unexpectedly. This is especially true when running code on cloud providers like AWS or Azure and more often »
Network services can fail or become temporarily unreachable unexpectedly. This is especially true when running code on cloud providers like AWS or Azure and more often »
I think anyone who's ever written data access code has at some point explored the Unit-of-Work (UOW) pattern. This pattern presets a great way to manage »
Update: This code is now available on GitHub and NuGet! If you landed on this page than you probably know what JSend is. If you don't »
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. I wanted to briefly talk about request validation in RESTful APIs today. I've had a lot »