how does dotConnect compare to Data.SQLite for Entity F?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
callagga
Posts: 1
Joined: Sat 01 May 2010 00:01

how does dotConnect compare to Data.SQLite for Entity F?

Post by callagga » Sat 01 May 2010 00:06

Hi,

how does dotConnect compare to Data.SQLite for Entity Framework support?

I've tried Data.SQLite from sqlite.phxsoftware.com with VS2010 in a C# program but I'm finding a few issues around edges. Is there someone who's tried both and can comment on how much more solid (if any) dotConnect is for EF support for SQLite?

thanks

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 06 May 2010 14:04

You can download the trial version of the dotConnect for SQLite here:
http://www.devart.com/dotconnect/sqlite/download.html
Add Devart Entity model to the project, it's functionality is similar to the ADO.NET Entity data model.
Please let us know if your testing finds out any problems.

Post Reply