Top 20 NuGet ORM Packages
A package that implements Auditing for Entity Framework Core based DbContexts. It is extensible to allow other logging providers like MongoDB, Azure tables etc. Just inherit AuditingDbContext from your application's DbContext and use the overloaded SaveChange(string userName) instead of the standard...
Entity Framework Always Encryted support through Azure Key Vault
Package Description
A easy-to-use and high performance Micro-ORM for .NET
Bulk operations for Entity Framework
基于netstandard2.0的类似于Entity Framework的实体框架,目前支持SQL Server,MySQL,MariaDB,Oracle和Postgresql,CloudEntity使用了类似于Linq但又不是Linq的全新的查询方式,这会让很多熟悉Linq的开发人员打开一个新世界的大门。
基于开源orm框架PetaPoco 实现Sql语句帮助器,不使用反射、lambda等,效率更高,使用更方便。通过表、列描述类,可以借用开发工具的提示完成Sql编写。详见http://www.cnblogs.com/guozhong111/p/7076556.html
helper.Build<ORG_USER.SqlAttr, ORG_DEPARTMENT.SqlAttr>((f, t, c) =>
f.Select(t.ID, t.NAME, t.BIND_IP, t.DESCRIPTION, c.NAME.Alias("CNAME"), c.FAX, c.REM...
SQLite Helper is an open source .NETStandard library for easy storage and access of data from SQLite databases.
It uses SQLitePCLRaw to provide platform independent access to sqlite.
!!WARNING!! Library is currently in beta, breaking changes might occur!!
Providers access to the INFORMATION_SCHEMA via EntityFramwork and LINQ.
EF Core - Generic Repository
AntData.Orm mysql For Dotnet Core
An implementation of M.Repository abstraction using EntityFramework.
Quickly test your NHibernate mappings using the PersistenceSpecification class
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
Entity Framework extenstions library (Bulk processing and Meta helpers)
UoW and Repository Pattern with EF
Mssql provider for Light.Data
NHibernate 2nd level cache provider that uses System.Runtime.Caching.MemoryCache.
Supports SqlChangeMonitor and HostFileChangeMonitor.
Does not depend on System.Web.dll