Mongo DB with NOrm vs SQL Server 2008 R2 with linqToSQL in ASP.NET MVC 3 [closed]
do you have any experience with mongo db and NOrm in asp.net mvc? i have read开发者_如何转开发 that mongo is faster than sql server 2008. I know that mongo is schema free and i can use the type List. Why do I have to continue to choose sql server? mongo db appear more fast and more flexible
You miss the context: there are tasks where MongoDB would suit better than SQL Server, but there are some where SQL would be better. You should understand the details of you problem to choose the right tool.
精彩评论