LinqToSQL and NET Core 5

Cotton Gargoyle 21 Reputation points
2021-07-15T12:38:59.437+00:00
  1. Is LinqToSQL available in a desktop application using VB.Net and NET Core 5
  2. If so, where do I find a reference to "DeferredLoadingEnabled" Thanks in Advance
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,135 questions
0 comments No comments
{count} votes

Accepted answer
  1. Michael Taylor 49,701 Reputation points
    2021-07-15T13:43:34.25+00:00

    L2S has been deprecated for many years now. I would not recommend you build code against it.

    L2S is not supported on anything other than .NET Framework. The assemblies have not been ported to .NET Standard/Core/5. Since it is deprecated they won't be ported either.

    0 comments No comments

0 additional answers

Sort by: Most helpful