Working with Entity Framework 6.3 and .NET Core 3.0

In May 2019, Microsoft announced that the first preview of Entity Framework 6.3 was available on NuGet. Entity Framework 6.3 will be the first version of Entity Framework 6 that can run on .NET Core and therefore, work cross-platform.

This development, will make it easier to migrate existing applications that use Entity Framework 6 to .NET Core 3.0.

Read on, to learn more about it!

 

More Information about Entity Framework 6.3 Preview

  • Currently in Preview
  • The first version of Entity Framework 6 that can run on .NET Core
    • Work cross-platform
  • Easier to migrate existing applications that use Entity Framework 6 to .NET Core 3.0.
  • .NET Core 3.0 is currently in Preview (5)

 

What’s New in Entity Framework 6.3 Preview

  • Ability to migrate apps that use EF 6 to .NET Core 3.0
  • Support for NuGet PackageReferences (when completed)
  • Migration commands running on projects (using the new .NET project system)
  • Bug fixes
  • Community contributions

 

Getting Started with Entity Framework 6.3 on .NET Core 3.0

To get started with Entity Framework 6.3 Preview, you will need to download and install .NET Core 3.0 and then create a .NET Core 3.0 project in Visual Studio, and install the Entity Framework 6.3 Preview via NuGet using the below command:

Install-Package EntityFramework -pre

 

Watch video: What is Entity Framework and what are its Benefits?

 

Watch video: How to Create and Configure a Model in .NET Entity Framework Core Using Fluent API (Code First)

 

Learn more about Entity Framework – Enroll to our Online Course!

Check our online course “Entity Framework: Getting Started – Complete Beginners Guide” to learn all about Entity Framework.

In this course, you will learn all about Entity Framework and Entity Framework Core on both Windows and Linux, what it is, how it works, what are its available workflows and their pros and cons. To this end, you will learn how to connect your C# Applications to SQL Server Database with Entity Framework and its workflows.

Entity Framework: Getting Started - Complete Beginners Guide - Online Course
(Lifetime Access/ Live Demos / Downloadable Resources and more!)

Learn More

 

Featured Online Courses:

 

Check our other related Entity Framework and .NET articles:

 

Read also:

 

Check our latest software releases!

Easily generate SQL code snippets with Snippets Generator!

Convert static T-SQL to dynamic and vice versa with Dynamic SQL Generator.

Secure your SQL Server instances with DBA Security Advisor.

 

Rate this article: 1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)

Loading...

Reference: SQLNetHub.com (https://www.sqlnethub.com)

© SQLNetHub