Is LinqToSQL available in a desktop application using VB.Net and NET Core 5
If so, where do I find a reference to "DeferredLoadingEnabled"
Thanks in Advance
Is LinqToSQL available in a desktop application using VB.Net and NET Core 5
If so, where do I find a reference to "DeferredLoadingEnabled"
Thanks in Advance
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.
6 people are following this question.