125 packages tagged with “ef-core”
Remote linq extensions for EF Core. Use this package on server side to apply queries to EFs DbContext. Use this package in a client side project to enable utilization of query features specific to EF Core: - Apply eager-loading (Include-expressions in linq queries) - Make use of DB functions e.g. queryable.Where(x => Microsoft.EntityFrameworkCore.EF.Functions.Like(x.Name, "%fruit%"))
EF Core serialization support for the object-oriented enumeration.
CachedQueries is a .NET library designed to seamlessly integrate caching into Entity Framework (EF) queries. It simplifies caching IQueryable results directly within EF, removing the need for additional layers, while ensuring efficient data retrieval and cache invalidation.
A libary that provides serializer support for EF Core for strongly-typed IDs.
A libary that adds permission-based authorization.
A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers.
Implementation of CQELight abstractions with EF Core
An EntityFramework Core repository implementation.
A libary that provides serializer support for EF Core for value objects.
Entity Framework Core implementations of repository pattern with Unit of Work, specification support, expression handling, and transaction management for robust data access with EF Core.
Base classes that allow for easy construction of RESTful APIs using EF Core.
Implementation of CQELight EventStore abstractions with EF Core/SQLServer or SQLite
Provides access to appsettings.json for connection strings for three environments, development, testing/staging and production.
This package contains frequently used repository abstractions.
This package contains configurations and extensions for the use of EntityFrameworkCore with SqlServer.
FluidNames is the Entity Framework Core plugin for create some enhancements in your EF Core database context.
This package contains frequently used repository implementations of their respective abstractions.
Authorization extensions for the Snacks.Entity.Core package.
This package contains frequently used model abstractions.
Caching extensions for the Snacks.Entity.Core package
This package contains frequently used model implementations of their respective abstractions.
Provides functionality to read connections strings from appsettings.json using dependency injection
A .NET package for Entity Framework, providing comprehensive change tracking with deep insights.
Entity Framework Core Code First generator from database schema. Automatically generates DbContext, Entity classes, and Entity Configurations from your database. Cross-platform support for Windows, macOS, and Linux.