The SharpSQL is a fully managed and type-safe SQL DBMS for Microsoft .NET and Mono. It should be platform independent. It should also run in SharpOS. It is programmed 100% in C#.
Pure XML database accesible by SQL. Library to access specific formatted XML files like a standard Relational Database. No separate database server engine.
Complete ORM .NET framework that goes beyond regular ORM's. It includes data acess, bussines logic and user interface automation, centralization and standarization.
Set of classes that build SQL strings without working directly with the SQL syntax, allowing devolopers building queries in their programs in a safe, fast and dynamic way.
Database access code generator, aims to create a common environment for all relational database engines, using plugins to connect as many different database engines as possible.
Library that handles persisting plain .NET objects to and from an underlying relational database. Using attributes in your source code, you define validation and other behaviour.
Supports hineritance, aggregation and persistant events.
Use this to easily add database connection management to a .Net client application. Provides an interactive GUI to set and test database connection parameters. Manages storage and retrieval of connection strings with minimal configuration.
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Monet Objects is an easy-to-use .NET object-relational mapping library. It allows .NET developers to create applications dealing with persistent objects (relying on a relational database as MySql) without writing a single SQL query.
A database refactoring framework to easily keep track of database changes. DBMS independent. All changes are kept in XML Files.
Runs on all platforms supported by Microsoft.Net and Novell's mono.
LiquiBase.Net is a port of the java based LiquiBase