Found 108 packages
Micro ORM for any DbProviderFactory
CRUD for Dapper
Dapper is a great tool if you want to write database-agnostic code. However, sometimes you need to access functionality that is provider-specific. This assembly adds support for writing Oracle-specific SQL, that supports all dbtypes used by the Oracle managed provider on a parameter, supports setting various properties on the command(LOBFetchSize, ArrayBindCount, BindByName), as well as setting CollectionType on the parameter. Using this package, you can now run stored procedures that returns RefCursor, or use array bind count to execute a sql statements with a array of parameters.
Tool for auto generation of CRUD sql statements based on entities definitions
Tool for auto generation of CRUD sql statements based on entities definitions
Lightweight Semi-Automatic ORM
Micro ORM for any DbProviderFactory.
Provides an abstraction over ADO.NET.
A Tiny ORMish thing for your POCO's.
MicroLite is a .NET 4.5 library providing a small lightweight or "micro" object relational mapping (ORM) for the Microsoft .NET framework.
source code https://github.com/Mirze1993/MicroORM come soon excample ...
Dapper is a great tool if you want to write database-agnostic code. However, sometimes you need to access functionality that is provider-specific. This assembly adds support for writing Oracle-specific SQL, that supports all dbtypes used by the Oracle managed provider on a parameter, supports setting various properties on the command(LOBFetchSize, ArrayBindCount, BindByName), as well as setting CollectionType on the parameter. Using this package, you can now run stored procedures that returns RefCursor, or use array bind count to execute a sql statements with a array of parameters.
Microsoft SQL Server specific components for Susanoo
Needletail is a set of libraries, this is the Micro ORM, visit the project website to check the other tools and to read the documentation.
A .NET 4.5 library which adds an extension for the MicroLite ORM Framework to integrate with ASP.NET WebApi.
DrivenDb is a better microORM. Unique features, excellent performance, and cleaner code in as few trips to the database as possible.
A high performance, low code alternative to ORM's such as Entity Framework, offers intelligent database mapping to your existing CLR objects with minimal effort. Visit "Design Goals" on GitHub to see more rationale and guidance.
A .NET 4.5 library which adds an extension for the MicroLite ORM Framework to integrate with ASP.NET MVC.
Yep Another Wrapper for Dapper. This wrapper provides a simple Unit of Work pattern for isolating transactional business rules, cache and crud layer.
This is a tiny library with which you can use any database stored procedure as like any normal CLR method, even with 'out' parameters!