WibblyWobbly
❔ Migration from .NET Framework 4.8 to .NET7, Need .NET Standard?
Well according to the article you posted above the Mindbox.Data.Linq library allows you to use the system.data.linq name space so maybe this could work.
So then porting into a .NET Standard class library is also possible, so I'll give it a go.
Thanks for your help 🙂
23 replies
❔ Migration from .NET Framework 4.8 to .NET7, Need .NET Standard?
Hmmm ok.
So I'm not sure what the best approach might be then. This is where I was going in circles.
The DAL written in .NET Framework is huge and our first steps into migrating everything to core, was we wanted to put it behind an API.
We were hoping it could be a .NET Core API that could reference the .NET Framework 4.8 DAL (by means of .net std), query the data context etc. But thats not possible ?
23 replies
❔ Migration from .NET Framework 4.8 to .NET7, Need .NET Standard?
Yeah which is why I tried "Mindbox.Data.Linq" which apparently is "A clone of Microsoft System.Data.Linq to allow multi-DLL extensibility and EF compatibility." to use in .NET Standard.
However when I try to access the .NET Framework 4.8 code in the .NET Standard
I continue to get the exception.
So I'm unsure how too approach this.
23 replies