Everything is unstable. You cannot assume that every external service call will
succeed on first attempt - the load balancer might be removing a failing host,
the database might be being patched, the Ops person…
The latests release of LazyCache [https://github.com/alastairtree/LazyCache], my
open source cache library based on ObjectCache
[https://msdn.microsoft.com/en-us/library/system.runtime.caching.objectcache%28v=vs.110%29.aspx?f=255&…
I recently had a requirement to be able to spot pluralised words which may not
be real words, but follow English language conventions, and so appear as a
plural to any normal reader. So ComplexBusinesObjects…
WebApi controller actions can return a variety of response types:
HttpResponseMessage, IHttpActionResult, CLR objects and then the Task based
variety of each for async actions. But which one is best? And how do we unit…