Author: .NET Web Development and Tools Blog | Posted on: 11/30/2013 10:02:10 PM | Views : 1343

In this blog post I’ll take my MVC Movie app and in 15 minutes connect it to the preview Windows Azure Cache service. The image below shows the details of a movie along with timing data (1.4 milliseconds), cache status ( Hit in this case) and the PID of the IIS server. You can download the completed app here . Later in the tutorial we’ll use the PID to show the session cache preserves data across web site failovers. Features Fast ! Cache read access is typically in the 1 millisecond range, writes about 1.2 millisecond for the premium cache. The basic and standard caches are not quite that fast, but do provide a major speedup over typical database access (which is often in the hundreds to thousands of millisecond range.) Ultra-fast Local Cache...(read more)

Go to the complete details ...