Using The Windows Server AppFabric Cache with ASP.NET
Posted by: Stephen Kaufman's WebLog,
on 19 May 2010 |
View original | Bookmarked: 0 time(s)
Did you know that you can use the AppFabric Cache with ASP.NET? AppFabric Cache provides an ASP.NET session state provider. There are a number of reasons that you would want to consider using the AppFabric Cache instead of other caching technologies, including the built in ASP.NET caching. The AppFabric Cache provides a number of benefits to ASP.NET programmers. When web applications need to maintain state, especially across a Web Farm, or needs to maintain objects across restarts...