Allow linked server (MSSQL) support in EF Core
We have the ability to use linked servers in LINQ to SQL. It's a nice feature, nicely built out in the Connections Properties on its own Linked Databases tab. Having the ability to use this in EF Core would allow us to use the modern EF technology instead of the old LINQ to SQL technology.
3
votes