Database, ORM & Storage
Database
- MSSQL
- MySql/MariaDB
- Postgresql
- Azure SQL, Azure SQL Managed Instance
- Azure Cosmos DB
ORM
- Entity Framework (EF)
- LINQ to DB is the fastest LINQ database access library offering a simple, light, fast, and type-safe layer between your POCO objects and your database.
- Dapper
- NHibernate NHibernate is a mature, open source object-relational mapper for the .NET framework.
- dotConnect (not free) can connect to Oracle,MySQL,PostgreSQL,SQLite,DB2 and SQL Server. Quicky connect to database without install any ODBC drivers
Storage
- Azure Storage: File, Blob
- Amazon S3
Data Security
- Encryption at Rest: IDataProtector
- Azure Key Vault
- Storage encryption
Loading comments...