DEV Community

andreasneuman
andreasneuman

Posted on

Entity Framework Core Code-First Tutorial

This tutorial guides you through the process of creating a simple application powered by Entity Framework Core. This application will create tables in the database based on the model in run-time, fill them with sample data, and execute queries.

Requirements

If you want to target Entity Framework Core 2.0, this tutorial requires the following:

Visual Studio 2017 or higher
.NET Core SDK 2.0
.NET Framework 4.6.1 or higher

If you want to target Entity Framework Core 1.1, this tutorial requires the following:

Visual Studio 2013 or higher
.NET Framework 4.5.1 or higher
Note that Entity Framework support is available only in Professional Edition of dotConnect for SQLite.

Read the full tutorial at https://www.devart.com/dotconnect/sqlite/articles/tutorial-efcore.html

Oldest comments (0)