An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

blazartech.queryablevalues.sqlserver

Allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server Database Provider. This is accomplished by using the AsQueryableValues extension method available on the DbContext class. Everything is evaluated on the server with a single round trip, in a way that preserves the query's execution plan, even when the values behind the IEnumerable<T> are changed on subsequent executions.

Ecosystem
nuget.org
Latest Release
10.0.0
2 months ago
Versions
74
Downloads
977,367 total
Links
Registry nuget.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Repository
Stars 98 on GitHub
Forks 7 on GitHub
Rankings on nuget.org
Downloads Top 2.7%