.NET ORM

  • Entity Framework Core - Familiar developer experience to previous versions of EF, including LINQ, POCO, and Code First support.
  • Dapper - Simple object mapper for .NET.
    • Dapper-FluentMap - Provides a simple API to fluently map POCO properties to database columns when using Dapper.
    • Dommel - Simple CRUD operations for Dapper.
  • Limebean - Hybrid-ORM, designed to be simple to use and not totally hide SQL, while having all the nice things you expect from an ORM. Inspired by RedBeanPHP.
  • NEventStore - Persistence library used to abstract different storage implementations when using event sourcing as storage mechanism. This library is developed with a specific focus on DDD/CQRS applications.
  • NoDb - "no database" file system storage for .NET Core/ASP.NET Core because not every project needs a database.
  • NPoco - Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco.
  • NReco.Data - Lightweight provider-independent DAL for SQL commands generation, CRUD operations and simple POCO mapping.
  • ServiceStack.OrmLite - Light, simple and fast convention-based POCO ORM.
  • SqlFu - Fast and versatile Micro-ORM.
  • yessql - .NET document database working on any RDBMS.

Comments

Popular posts from this blog

Google Open Source it's Google I/O 2019 Android App

Nikita Voloboev - His wonderful world of macOS Applications

Free Tools for Teams and Collaboration For Developers