How use dotConnect for SQLite with Code First (Sample Please)

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
puvinax
Posts: 10
Joined: Mon 09 Sep 2013 15:43

How use dotConnect for SQLite with Code First (Sample Please)

Post by puvinax » Mon 09 Sep 2013 15:46

Hi all

Can anyone provide a sample that use code first with dotConnect for SQLite ???
I know how to use EF6 and SQLServer with code first but i need a sample that show to me
how use Devart SQLite provider and Code First Programming

please help me and share simple and clear sample
THANKS

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: How use dotConnect for SQLite with Code First (Sample Please)

Post by MariiaI » Fri 13 Sep 2013 05:48

Sorry for the delay. Please refer to http://blogs.devart.com/dotconnect/enti ... qlite.html. This blog article includes a link for the sample project.
Current version of dotConnect for SQLite fully supports Code-First with EF 4.4 (EF 5 for .NET Framework 4.0), EF 5 (EF 5 for .NET Framework 4.5) and EF 6.

dgxhubbard
Posts: 47
Joined: Fri 14 Aug 2015 20:58

Re: How use dotConnect for SQLite with Code First (Sample Please)

Post by dgxhubbard » Mon 31 Jul 2017 18:13

I am trying to find a good code first example for EF 6 and dotconnect sqlite.
There is a link here with an example but the link is dead where can we find such an
example for visual studio 2015 and 2017?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: How use dotConnect for SQLite with Code First (Sample Please)

Post by Shalex » Tue 01 Aug 2017 09:34

The updated link for EF6 Code First article is http://blog.devart.com/entity-framework ... ml#Samples (EF assemblies naming change implemented after the article is written: viewtopic.php?t=33574 > the "Entity Framework Assembly Name Change" section).

JIC:

* EF6 Code First Migrations -> http://blog.devart.com/entity-framework ... qlite.html (EF assemblies naming change implemented after the article is written: viewtopic.php?t=33574 > the "Entity Framework Assembly Name Change" section)

* EF Core -> https://www.devart.com/dotconnect/sqlit ... TCore.html

Post Reply