zlacker

[parent] [thread] 1 comments
1. neonsu+(OP)[view] [source] 2024-08-29 02:33:31
There is https://github.com/linq2db/linq2db which is LINQ to SQL reincarnated.

Of course there's EF Core too.

replies(1): >>WorldM+W81
2. WorldM+W81[view] [source] 2024-08-29 14:18:40
>>neonsu+(OP)
And NHibernate.Linq and Dapper.Extensions.Linq… Most ORMs in the ecosystem have at least one Linq support library, even if just a third-party extension.

Also, there are fun things that support Linq syntax for non-ORM uses, too, such as System.Reactive.Linq and LanguageExt: https://github.com/louthy/language-ext/wiki/How-to-deal-with...

[go to top]