#
micro-orm
Here are 34 public repositories matching this topic...
CRUD for Dapper
mysql
crud
repository
nuget
micro-orm
query-builder
dapper
poco
sql-generation
sqlserver
dapper-extensions
dapper-donet-core
dapper-microorm
dapper-crud
-
Updated
May 22, 2020 - C#
CRUD operations with Dapper made simple.
-
Updated
Jun 11, 2020 - C#
Data-access framework with a strong focus on query composition, granularity and code aesthetics.
-
Updated
Jun 11, 2020 - C#
Tutorial samples that shows how to use Dapper .NET
-
Updated
Nov 23, 2019 - C#
-
Updated
Apr 28, 2020 - C#
基于 Dapper、Dapper-Extensions 构建的微型 ORM 类库,提供一个包含增、删、改、查等常用方法的数据访问层基类,支持用 Lambda 表达式书写查询和更新条件
-
Updated
Nov 17, 2018 - C#
An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.
orm
database
data-binding
micro-orm
entity-framework
dataset
data-access-layer
entityframework
entity-framework-core
nhibernate
dapper
ormlite
poco
orm-framework
orm-library
entityframeworkcore
data-access
microorm
ado-dotnet
data-access-library
-
Updated
May 1, 2020 - C#
Microservices Social Media / Network / Chatt, with .net core 2.2, Docker, Implement with Domain Driven Design with all best practices design and architetural patterns as DDD, CrossCutting IoC, SOLID, etc
docker
social-media
microservices
social-network
domain-driven-design
design-patterns
micro-orm
ioc-container
entity-framework-core
dapper
repository-pattern
microservices-architecture
solid-principles
code-first
chatting-app
microservices-application
microservices-example
net-core-2-2
net-core-api
-
Updated
Sep 15, 2019 - C#
Idiomatic data access for F#
-
Updated
Feb 17, 2020 - F#
A fast and easy to use cross platform library for storing data.
-
Updated
Jul 27, 2019 - C#
A simplistic ADO.NET wrapper.
-
Updated
Sep 13, 2018 - C#
Crane is an simple to use ORM to minimise the job of mapping SQL queries to POCO
-
Updated
Apr 2, 2018 - C#
Data Commander is a front-end for SQL and other databases. The program has a plugin architecture for adding arbitrary data providers.
c-sharp
sql-server
database
csharp
dotnet
micro-orm
microsoft-sql-server
datagrid
sql-statement
table-statement
query-statement
-
Updated
May 28, 2020 - C#
Execute SQL directly from .NET Core !
mysql
xamarin
sql
orm
database
dotnet
dotnetcore
sqlite
postgresql
micro-orm
db
npgsql
data-access-layer
db2
sqlserver
adonet
ado-net
database-framework
dotnet-library
-
Updated
Jun 13, 2020 - C#
Functions similar to iBATIS, but without XML
-
Updated
Jun 7, 2019 - C#
Fast, simple, convention-based (but configurable) and extensible Micro-Orm
-
Updated
Nov 13, 2019 - HTML
A lightweight micro-ORM for dotNet
-
Updated
Jul 17, 2017 - C#
Database manipulation easy and reliable way.
-
Updated
Jul 29, 2019 - Visual Basic
Improve this page
Add a description, image, and links to the micro-orm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the micro-orm topic, visit your repo's landing page and select "manage topics."


When
IDatabasewas added as singleton service:Thinking of the performance lost of open/close conn, should I inherit from IDisposable and call
db.Disposein the implementation of Dispose() method in the transient service?the MySQ