doPersistence is a C# dll that persists any object to any database. Will save directly to tables with dynamic Sql or it will map to stored procedures (store, load, delete, list).

For single objects add a class attribute:
[Persistable("Customer", "CustomerId", true)]
public class Customer { ...

For list objects, inherit from a generic list:
public class CustomerList : PersistentList<Customer>

Bulk storage is extremely fast with data pagination available on loads. ~10,000 objects/second. ~2,000 objects/second if loaded one row at a time.

See website for example code. Or download zip file for working copy.

Features

  • Persists any object to the database
  • All data types supported
  • SqlServer plugin is complete (Oracle, Access, MySql to do)
  • If using dynamic Sql, properties/columns must be the same name
  • If using stored procedures, column name and data types can be different
  • Generic List provides interface to result sets with data pagination and bulk copy

Project Activity

See All Activity >

Follow doPersistence

doPersistence Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of doPersistence!

Additional Project Details

Operating Systems

Windows

Intended Audience

Advanced End Users, Developers, Architects, Security Professionals

Programming Language

C#

Database Environment

Project is a relational object mapper, Project is a database abstraction layer (API), SQL-based, ADO.NET

Related Categories

C# Front-Ends, C# Frameworks, C# Object-Relational Mapping (ORM) Software

Registered

2012-05-10