🔭 I’m currently working on ...
- CryptographyHelper - Simple extension methods which make working with cryptography easier.
- EntityFrameworkCore.SqlServer.SimpleBulks - Fast and simple bulk insert (retain client populated Ids or return db generated Ids), bulk update, bulk delete, bulk merge and bulk match for SQL Server.
- EntityFrameworkCore.PostgreSQL.SimpleBulks - Fast and simple bulk insert (retain client populated Ids or return db generated Ids), bulk update, bulk delete, bulk merge and bulk match for PostgreSQL.
- EntityFrameworkCore.MySql.SimpleBulks - Fast and simple bulk insert, bulk update, bulk delete, bulk merge and bulk match for MySQL.
- MapItEasy - Simple and fast object mapper (using Expression Trees API) to map data between 2 objects which have identical (or nearly identical) shapes, useful for scenarios like cloning or data archiving, ...