Visual Studio 2022 – Linq to SQL


Linq to SQL is no longer being developed by Microsoft. However, you can add it to Visual Studio 2022 by adding the required packages.

open NuGet package manager – package manager console

dotnet add package netstandard-System.Data.Linq

 

Article Rating:
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...