Members Only RestSharp The Ultimate RestSharp Client in ASP.NET and C# My group has been doing a lot of REST API consumption lately, and our favorite tool to use for that is the terrific RestSharp library. Our latest project is very
Members Only RestSharp Extending RestSharp to Handle Timeouts in ASP.NET MVC We're working on a large project which consumes a custom-build API, and one of the requirements of this project is that if the API goes down, certain sections of the
Members Only ASP.NET Web API A Simple Caching Scheme for Web API using Dependency Injection I use Dependency Injection (DI) quite a bit in my ASP.NET projects, particularly in Web API and MVC web applications. Recently, I had a need to implement a caching
Members Only ASP.NET Web API A Simple Organization for ASP.NET Web API Producer/Consumer Apps My team regularly writes ASP.NET Web API projects which have multiple consumers, and oftentimes we also write at least one of said consumers. To accomplish this, we often invoke
Members Only ASP.NET MVC Consuming Web API Custom Validation in MVC using RestSharp I previously wrote a post called Custom Validation in ASP.NET Web API with FluentValidation, in which I showed how my group set up a validation framework over WebAPI using