Entity Framework RawQueryBuilder (Replaces FromSqlRaw with StringBuilder-like query builder)

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • EntityFrameworkCore.RawQueryBuilder

    Entity Framework Core Query Builder (allows to dynamically add conditions) using Raw SQL statements and string interpolation

  • Project: https://github.com/Drizin/EntityFrameworkCore.RawQueryBuilder

  • DapperQueryBuilder

    Dapper Query Builder using String Interpolation and Fluent API

  • This project is just a fork of another QueryBuilder that I made for Dapper where manually building queries is much more important (as compared to EF where most queries will be made using LINQ expressions - I know).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts