It is possible to use appfabric for non web/asp.net caching ?
say instead of ncache/memcached etc.
It is possible to use appfabric for non web/asp.net caching ?
say instead of ncache/memcached etc.
I have successfully experimented with Microsoft's project "Velocity" for caching in a non-web application. Velocity was the code name for what became AppFabric caching. I have not tried AppFabric caching, because I only have access to Windows XP/Server 2003 systems, and AppFabric requires Vista/7/Server 2008. Looking at the AppFabric caching documentation, I don't see any reason why it would now only work for web applications.
AppFabric is application-agnostic - there's nothing to prevent you using it in WinForms/WPF/Windows Services applications, in fact I can see that it would lend itself quite well to a Windows Service.