A new memcached-like application made by Microsoft for .NET

June 9th, 2008

Microsoft has just released a new memcached-like application (Or service) which allows for distributed in-memory storage capabilities and can be used within any .NET Framework project (Console, ASP.NET, etc)

In their own words:

“Velocity” is a distributed in-memory application cache platform for developing scalable, available, and high-performance applications. Using “Velocity,” applications can store any serializable CLR object without concern for where the object gets stored because data is cached across multiple computers. “Velocity” allows copies of data to be stored across the cache cluster, protecting data against failures. It can be configured to run as a service accessed over the network or can be run embedded with the distributed application. “Velocity” includes an ASP.NET session provider object enabling storage of ASP.NET session objects in the distributed cache without having to write to databases, which increases the performance and scalability of ASP.NET applications

In the past we’ve had to store data using their native wrappers, custom applications or even memcached with .NET wrappers, but they were all limited to one machine. Even their session state server was limited to one machine and for session data only. This type of innovation is a step forwards towards helping web architects scale their .NET applications.

Here is a link to download the package

And here is the MSDN link for support

I didn’t find a lot of code samples out there, so if you find any please post a comment share it with us.

Chris

4 Responses to “A new memcached-like application made by Microsoft for .NET”

  1. ChatterB Says:

    We had this implemented on a 4 of the vps we have hosted at Server Intellect. They helped us install Velocity and get it running. Thou it is still and ctp stage it looks very promising.

  2. memories are made of this Says:

    [...] storage capabilities and can be used within any .NET Framework project Console, ASP.NET, etchttp://www.chrisdevbox.com/blog/2008/06/09/a-new-memcached-like-application-made-by-microsoft-for-ne…PLoS Biology - Memories Are Made of This: Modeling the CaMKII …Citation: 2005 memories are made of [...]

  3. Daniel Craig Says:

    Hello, I was looking around for a while searching for microsoft and I happened upon this site and your post regarding A new memcached-like application made by Microsoft for .NET, I will definitely this to my microsoft bookmarks!

  4. microsoft net framework 2 0 Says:

    [...] storage capabilities and can be used within any .NET framework project Console, ASP.NET, etchttp://www.chrisdevbox.com/blog/2008/06/09/a-new-memcached-like-application-made-by-microsoft-for-ne…UI module runs Windows CE WindowsForDevices?? Jun. 23, 2008 ?? Updated, Jun. 24 — Anders [...]

Leave a Reply