Compatibility between .NET CORE 3.1 and SQL SERVER 2022

Palomo Regidor, Cristina 20 Reputation points
2024-02-09T08:00:45.0266667+00:00

Good afternoon, I would like to ask the following question: Is the framework .NET CORE 3.1 compatible with SQL SERVER 2022? Thanks in advance and Best regards, Cristina Palomo

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,361 questions
0 comments No comments
{count} votes

Accepted answer
  1. Azar 22,355 Reputation points MVP
    2024-02-09T08:10:44.5933333+00:00

    Hai Palomo Regidor, Cristina

    That's a great question and thanks for using QandA platform.

    Yes, I think the .NET Core 3.1 is compatible with SQL Server 2022. Although .NET Core 3.1 is not the latest version of .NET Core, it should still work with SQL Server 2022. Microsoft ensures backward compatibility for older versions of .NET Core with newer versions of SQL Server to support a wide range of development scenarios and applications.

    If this helps kindly accept the answer thanks much.


1 additional answer

Sort by: Most helpful
  1. Olaf Helper 43,246 Reputation points
    2024-02-09T08:20:29.5233333+00:00

    .NET core apps utilize a data component like SqlClient without beeing aware what for a SQL Server version/edition/type is at the end of the communication. Could be SQL Server 2008-2022 or Azure SQL database; it works

    0 comments No comments