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 SQL yourself, you could use Dapper, too.
C# devs
null reference exceptions

source