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

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -