Friday, January 11, 2019

EF support with SQL Server 2005

I am working on a asp.net project where my client is using SQL Server 2005. I want to design the data layer using Entity Framework 6, so, I just want to inquire if SQL Server 2005 is supported by Entity Framework 6. If not, which versions of Entity Framework are supported by this version of SQL Server.

Answer :
Yes, EF 6 supports SQL Server 2005 and later, SQL Server 2000 is NOT supported.

Reference :
https://stackoverflow.com/questions/25236427/ef-support-with-sql-server-2005

No comments:

Post a Comment