Why no feature to convert T-SQL to LINQ for .NET 9 Core?
I keep requesting and keep hoping my yearly subscription will get T-SQL to LINQ for .NET 9 core. But sadly every year passes an no feature added?
Stored Procedures are a thing of the past and most development projects no longer use them. It's 2025, can't believe DevArt have not added this feature as part of the SQL editor?
What I find really odd, is it looks like you had a tool at one point that converted LINQ to T-SQL ... why? That IS backwards and for the most part entirely pointless ... you can see the T-SQL .NET 9 Core generates in the console window from LINQ so it's redundant to do LINQ to SQL.