Tell me please what nosql solution is best suited for use with ASP.NET MVC?
Tell me please what nos开发者_开发百科ql solution (MongoDB, RavenDB, Cassandra, etc.) are best suited for use with ASP.NET MVC? and why(speed, ease of use, stability, etc.)? and examples of its use.
Actually, for ASP.NET MVC it doesn't matter as it runs on .NET Framework, you should ask a solution for .NET
have a look here, i'd recommand RavenDB because it already has a .NET API included and it's written in C#
精彩评论