Request for Entity Framework Version for SQL Server Databases

asem alsaif 20 Reputation points
2023-10-08T07:39:01.8433333+00:00

Hello
I am using .NET Framework 4.8.

I would like to download Entity Framework that supports commands such as Add-Migration, Bundle-Migration, Update Database, Drop Database, Remove Migration, and Get DbContext for SQL Server databases.

Which version of Entity Framework can be downloaded from NuGet for SQL Server databases?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,010 questions
0 comments No comments
{count} votes

Accepted answer
  1. Karen Payne MVP 35,436 Reputation points
    2023-10-08T10:48:05.7266667+00:00

    There is one option Entity Framework 6, see the following for migration options. For database commands see the Database class.

    NuGet package.

    Microsoft docs Get started with Entity Framework 6

    Example using SQL-Server for windows forms, see the following GitHub repository.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.