SqlLite from C# - Which is easier to LINQ-to-SQL or Entity Framework?
Posted
by Greg
on Stack Overflow
See other posts from Stack Overflow
or by Greg
Published on 2010-04-28T06:28:00Z
Indexed on
2010/04/28
6:33 UTC
Read the original article
Hit count: 214
sqlite
Hi,
What would people recommend using as a persistence approach for Sqlite from a C# windows forms application - LINQ-to-SQL or Entity Framework?
(I ask this on the basis that I've had some people say stay away from DataTables and move to one of the new approaches)
© Stack Overflow or respective owner