Is there anyone reading this that has experience of netcore-System.Data.Linq? We are about to embark on a very large code-base migration from Framework 4.8 to .NET8. We have relied on Linq2Sql for all data access. We have around 1.7 million lines of code which compiles to around 400 assemblies. We are not in a position to rewrite our data access layer.

1 Reply 1

We are not in a position to rewrite our data access layer. That's not a sustainable position. The netcore-System.Data.Linq library you refer to seems to be a solo venture. The last update is two years ago. Also, it doesn't have any tests, no quality insurance.

I'd rather say you're not in a position to hang on to your data access layer. Any LINQ-to-Sql port will deprecate sooner or later. One day you'll simply have to modernize this data layer. Try to forestall having to do that under time pressure. There must be assemblies that are relatively isolated. Those are good candidates to start with and set the ball rolling.

Your Reply

By clicking “Post Your Reply”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.