sqlite - Which one database will be easy to use for a project based on ASP.NET /MVC? -


i working on final year project. web based system based on asp.net/mvc. want start database have little confusion database use sql, sqlite , sqlite3 not complicated , me finish project on time. can please give me suggestions database should choose?

i use sql server 2008r2 +, furthermore use entity framework access asp.net/mvc fits alongside in microsoft stack.

further developer info on entity framework http://msdn.microsoft.com/en-gb/data/ef.aspx

you have write lot less database access code using approach


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -