Restier is a framework for building convention-based, secure, queryable APIs with ASP.NET. This package contains runtime components for interacting with DbContexts from Entity Framework 6.4 and later.
Commonly used types:
Microsoft.Restier.EntityFramework.EntityFrameworkApi
Provides extension methods to materialize query results - essentially a white-labelling of EF's `XAsync()` extension methods, albeit with names that explicitly convey the concept of materialization as the intent.
This package is for Entity Framework 6.x. For an identical API on Entity...
More information
Provides extension methods to materialize query results while describing failures using discriminated unions.
An `IQueryable` version of `OneOf.Linq`.
This package is for Entity Framework 6.x. For an identical API on Entity Framework Core, see...
More information
Provides an extension method to materialize a paginated query.
This package is for Entity Framework 6.x. For an identical API on Entity Framework Core, see `FGS.Linq.Extensions.Pagination.EntityFrameworkCore`.