question

CottonGargoyle-9336 avatar image
0 Votes"
CottonGargoyle-9336 asked cooldadtx answered

LinqToSQL and NET Core 5

  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

dotnet-runtime
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.

1 Answer

cooldadtx avatar image
0 Votes"
cooldadtx answered

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.

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.