Documentation
Summary
Summary
This post details the versioning strategy we are using for our products. We are talking about products and not libraries, web services or APIs.
Summary
With the arrival of .NET 4.5, writing async code correctly is easier than ever. Like any tool, it should be only applied where it makes most sense – in web u...
Always set the CacheControlMaxAge attribute in web.config to a high number (a year is good). You don’t want people pulling down the same static content they ...