Using MyCouch to store ASP.Net identity data in CouchDb or in the cloud using Cloudant
Recently I put out a simple NuGet package: MyCouch.AspNet.Identity [http://www.nuget.org/packages/MyCouch.AspNet.Identity/], that lets you store ASP.Net identity data in CouchDb [http://couchdb.apache.org/] or in the cloud using Cloudant [http://cloudant.com], instead of in a SQL Server using Entity…
Daniel Wertheim