How to implement a linq provider?

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
  • Relinq

    With re-linq, it's now easier than ever to create full-featured LINQ providers. Used by NHibernate, Entity Framework and others.

    The best way to go about it seemed to be using Remotion’s relinq. I even managed to find one example to base my work off.

  • Samples-Relinq-LinqToHql-V2

    Sample for re-linq: how to generate a HQL-based query from a LINQ expression tree

    The best way to go about it seemed to be using Remotion’s relinq. I even managed to find one example to base my work off.

  • 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.

  • Entity Framework

    EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.

    if you never built LINQ provider before, Relinq is the right choice. It simplifies translation a lot. EF Core up to version 2.x was built on top of Relinq, why not good sample https://github.com/dotnet/efcore/releases/tag/v2.1.23

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