.Net
Is there any jOOQ, QueryDSL equivalent in C#?
Is there any stable, well tested type safe query builder in C# or .net world? Like these one in Java: https://www.jooq.org/ http://www.querydsl.com/ EF Core? If you don’t wanna go for EF Core and write the Read more…