question

etl2016-6749 avatar image
0 Votes"
etl2016-6749 asked karenpayneoregon answered

C# Un Supported Features

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.

dotnet-csharp
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Paul-5034 avatar image
0 Votes"
Paul-5034 answered

I normally consult the migration guides when upgrading .NET Core version:
https://docs.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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

karenpayneoregon avatar image
0 Votes"
karenpayneoregon answered

You can check out the following

133308-figure1.png



figure1.png (34.9 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.