EfCore.GenericServices
CRUD framework
A library to simplify CRUD operations between EF Core and web/mobile/desktop applications by providing a generic interface for data access and manipulation.
A library to help you quickly code CRUD accesses for a web/mobile/desktop application using EF Core.
601 stars
28 watching
95 forks
Language: C#
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
what-crud/vue-crud | A Vue.js based application framework for building REST-ful CRUD systems with features like filtering, sorting, and authentication | 834 |
ericdc1/dapper.simplecrud | A Dapper extension providing simple CRUD helpers with default values and flexible parameters | 1,153 |
opencrud/opencrud | A standard GraphQL API specification for simple CRUD operations on databases | 388 |
eicrud/eicrud | An opinionated backend framework based on NestJS that provides a simple and easy-to-use API for CRUD applications with built-in authentication, authorization, and security features. | 775 |
jungsoft/crudry | A utility library for generating and translating CRUD (Create, Read, Update, Delete) functions in Elixir applications. | 90 |
aofdev/vuefire-realtimedatabase | A Vue.js project implementing real-time CRUD functionality with Firebase | 28 |
damienbod/elasticsearchcrud | A .NET API that provides basic operations for Elasticsearch and integrates it with various frameworks and technologies. | 176 |
cristianszwarc/react_crud_localstorage | A simple React/Redux CRUD application using local storage to persist state and simulate remote API calls | 29 |
mongodb/mongo-efcore-provider | Provides a bridge between Entity Framework Core and MongoDB, enabling the use of EF Core's features with a MongoDB backend. | 344 |
tmsmith/dapper-extensions | A small C# library providing basic CRUD operations and advanced querying capabilities for POCOs without requiring attribute or base class inheritance. | 1,792 |
ivosdc/svelte-generic-crud-table | A component for displaying and editing object arrays with CRUD functionality | 67 |
odranoelbr/vue-quasar-crud | A Quasar-based CRUD component using Axios to fetch remote data | 17 |
rowanmiller/demo-efcore | Provides resources and code for delivering a talk about Entity Framework Core | 114 |
markcox80/specialization-store | A system for defining generic functions with type-based dispatch and flexible argument handling. | 30 |
erikej/efcorepowertools | Tools for reverse engineering and visualizing EF Core models in Visual Studio and the command line. | 2,217 |