Dapper-Extensions
CRUD library
A small C# library providing basic CRUD operations and advanced querying capabilities for POCOs without requiring attribute or base class inheritance.
Dapper Extensions is 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. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
2k stars
137 watching
585 forks
Language: C#
last commit: about 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A Dapper extension providing simple CRUD helpers with default values and flexible parameters | 1,153 |
| A tool that generates CRUD operations based on C# POCO classes using Dapper Micro ORM | 670 |
| A simple and convenient API for CRUD operations using Dapper. | 640 |
| A utility library for generating and translating CRUD (Create, Read, Update, Delete) functions in Elixir applications. | 90 |
| A package that simplifies setting up CRUD operations in Django models with a streamlined view class | 20 |
| A library to simplify CRUD operations between EF Core and web/mobile/desktop applications by providing a generic interface for data access and manipulation. | 601 |
| A web application demonstrating CRUD functionality using ASP.NET Core Razor Pages and htmx. | 88 |
| A wrapper around Dapper to simplify building dynamic SQL queries with parameterized strings | 524 |
| A Svelte-based CRUD application using Sapper and Bulma for managing products from the Northwind API | 78 |
| An object mapper for .Net that simplifies data access to databases using ADO.NET connections. | 17,629 |
| A PHP Codeigniter framework library that creates a full functional CRUD system without requiring custom JavaScript or CSS modifications. | 1,008 |
| An implementation of a Dapper-based custom identity storage provider for ASP.NET Core | 7 |
| An integrated .NET Core library enabling efficient GraphQL integration with Dapper and performance-focused entity mapping. | 290 |
| A collection of building blocks for Ethereum smart contract systems using Solidity and Nix. | 579 |
| A rapid controller development framework for building API and search-enabled CRUD applications | 375 |