Compatibility between .NET CORE 8 and SQL SERVER 2012

ps-rizwan 21 Reputation points
2024-03-15T05:32:25.55+00:00

Hi, I would like to ask the following question: Is the framework .NET CORE 8 compatible with SQL SERVER 2012? Can the .NET CORE 8 Entity Framework run in a backward compatibility mode to support SQL Server 2012?

Developer technologies ASP.NET ASP.NET Core
SQL Server Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AgaveJoe 30,126 Reputation points
    2024-03-15T10:34:02.34+00:00

    Is the framework .NET CORE 8 compatible with SQL SERVER 2012?

    Yes, the .NET Core 8 framework has a database provider for SQL Server which supports SQL Server 2012.

    https://learn.microsoft.com/en-us/ef/core/providers/sql-server/?tabs=dotnet-core-cli

    0 comments No comments

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.