Membase & Visual Studio
Tue, 12/28/2010 - 23:24
Folks,
I am trying a create a SilverLight Application with Membase as its backend. But I am completely clueless as to how should I code the entire functionality of connecting to Membase in Visual Studio 2010.
Can anyone please share a step by step guide of connecting to Membase using Visual Studio 2010/Expression Blend
Thank,
Sushant Chavan
Hi Sushant,
Would love to learn more about what you're attempting. SilverLight is a rich-client platform and a SilverLight application would not usually talk directly with a Membase server. Instead, the SilverLight application would usually talk with a web service (such as a .NET/ASP/C# application), and the web service would in turn communicate with more backend services and databases like Membase.
In the .NET/C# platform, by the way, one of the first steps is to learn about the highly recommended Enyim client library for Memcached / Membase. See: http://memcached.enyim.com and some of the wiki and FAQ entries there.
Cheers,
Steve