Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

What is it?A memcached provider for the DotNetNuke content management system and development framework. Creditsdotnetnuke-memcached uses the BeIT memcached client (http://code.google.com/p/beitmemcached/) to manage memcached connections and serialization/deserialization of .NET objects. I have ... [More] slightly modified the BeIT memcached code to allow seralization of POCO objects. Limitationsdotnetnuke-memcached requires .NET 3.5 sp1. This is due to the need to serialize/deserialize POCO objects. As of .NET 3.5 sp1 the .NET framework supports serialization of POCO(Plain old CLR objects). The requirements of POCO are that the object has a default constructor and only serializes public members of a class. This means that not all existing DotNetNuke modules will work with this provider. If you have the source code you will be able to modify the module to work with memcached. For more information about POCO Aaron Skonnard has written a great blog post about it. http://www.pluralsight.com/community/blogs/aaron/archive/2008/05/13/50934.aspx [Less]

0
 
  0 reviews  |  0 users  |  21,879 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.