-
## Start from:
[Walkthrough: Creating an IQueryable LINQ Provider](https://msdn.microsoft.com/en-us/library/bb546158.aspx)
## Scope
It open question if this topic is in scope of the curse.
-
In keeping with the nature of POCO abstractions, it would be nice (and, if we want to abstract the interfaces from underlying API implementations, necessary) to wrap queries as a partially-implemented…
-
## File a bug
When comparing a nullable integer that has a ?? fallback an exception occurs at query time.
```
System.InvalidOperationException: 'The binary operator Equal is not defined for the type…
-
## File a bug
I ran into a regression going from 8.0.1 to 9.0.0 using the Sqlite provider. I have some code which is checking if the string value of a column (column name Value) is one of a number of…
-
While #54 talks about replacing the entire driver, this is a more focused change on replacing the entire LINQ pipeline of the driver with a custom implementation.
The main benefit is extensibility …
-
```
Implement a LINQ provider on top of SolrNet.
```
Original issue reported on code.google.com by `mauricio...@gmail.com` on 11 Oct 2008 at 9:29
-
```
Implement a LINQ provider on top of SolrNet.
```
Original issue reported on code.google.com by `mauricio...@gmail.com` on 11 Oct 2008 at 9:29
-
this issue is back in new preview version, i have a few queries like this
```
using LinqToDB;
using Microsoft.Extensions.DependencyInjection;
using Ultra.Abstractions.Processors;
using Ultra.Se…
-
Since installing .NET 9, I have come across a bug in production where setting `preview` results in certain LINQ queries causing an `InvalidOperationException`. This did not happen with .NET 9 RC2, how…
-
```
I know it sort of steps away from the core performance orientated design of
Dapper but I'm currently writing (and have a 60% complete) implementation of a
Linq provider that works with Dapper.
…