Quote:
Originally Posted by PMasta
I would choose MongoDB for flexibility and speed tho
|
using mongoDB in this kind of project make absolutly no sens...
a pserver database need data integrity that's why it's important to choose a SGBD.
Advantages of something like MongoDB is that you can access very fast to object because there is no real data integrity system. Data are sometimes stored many time so the first data you access is the returned one. But in case of an emulator for exemple you need Data Integrity.
MySql is kind of crappy btw that's why we use MSSQL. You still can use MYSQL if you want to (just need some change on your connection and on the driver) but it will completly slow down the whole process because Entity Framework is a Microsoft framework so it works better with MSSQL.