Migrating Linq to SQL code to .Net Core

后端 未结 3 838
野的像风
野的像风 2021-02-04 02:51

We have some legacy code that uses Linq to SQL as the ORM. We\'d like to migrate this logic to .Net Core so that we can house it on a linux server. As far as I can tell, L2S is

3条回答
  •  盖世英雄少女心
    2021-02-04 03:08

    DevArt's LinqConnect now support .NET Core as of May 2017:

    https://www.devart.com/news/2017/net-core-support.html

    It's a drop in replacement for Linq To Sql and it even dislocates you from MS SQL Server if you so wish!

提交回复
热议问题