Mongo DB with NOrm vs SQL Server 2008 R2 with linqToSQL in ASP.NET MVC 3

447 views Asked by At

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

1

There are 1 answers

0
vissi On

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.