C# Un Supported Features

etl2016 1 Reputation point
2021-09-18T19:27:56.907+00:00

Hi, is there a list of programming features that are not supported from C# .Net Core 3.1 onwards? For example Microsoft.Data.SqlClient is recommended in comparison with System.Data.SqlClient. Is there such a comprehensive list as one-stop-shop from Microsoft documentation or otherwise?

thanks for your help.

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.
10,649 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. P a u l 10,496 Reputation points
    2021-09-18T21:14:29.403+00:00

    I normally consult the migration guides when upgrading .NET Core version:
    https://learn.microsoft.com/en-us/aspnet/core/migration/30-to-31?view=aspnetcore-5.0&tabs=visual-studio

    If you look in the navigation bar there are guides to migrate between all major versions. They list most of the major deprecations/moved libraries/configuration & code changes and it's quite comprehensive.

    0 comments No comments

  2. Karen Payne MVP 35,386 Reputation points
    2021-09-19T01:10:47.607+00:00

    You can check out the following

    133308-figure1.png

    0 comments No comments