SQLite from C# - Which is easier to LINQ-to-SQL or Entity Framework? -


what people recommend using persistence approach sqlite c# windows forms application - linq-to-sql or entity framework?

(i ask on basis i've had people stay away datatables , move 1 of new approaches)

linq-to-sql available sql server. may limit choices somewhat.

apparently there's project called dblinq tries port linq-to-sql interfaces other databases: http://code.google.com/p/dblinq2007/ . haven't tried myself.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -