Pinned Repositories
AesFileCryptor
Command line utility for encrypting and decrypting files with symmetric cipher (AES).
BinaryExcelReader
Lightweight C# library to ease loading data from Excel binary (xlsb) file format into DataTable object, based on Microsoft OLE DB Driver. Also supports xls, xlsx and xlsm formats.
Preconditions
Simple and lightweight C# library to ease arguments checks. Inspired by lecaillon preconditions library and jskeet preconditions classes. Preconditions contains Check class as simple wrapper over the ArgumentException and ArgumentNullException classes.
TSQL-data-migrator
A TSQL procedure that allows you to easily copy tables data from one database to another without recreating foreign keys. It automatically determines the order of dependencies between tables and it allows you to use a linked server for the source database.
Ninjanaut's Repositories
Ninjanaut/BinaryExcelReader
Lightweight C# library to ease loading data from Excel binary (xlsb) file format into DataTable object, based on Microsoft OLE DB Driver. Also supports xls, xlsx and xlsm formats.
Ninjanaut/Preconditions
Simple and lightweight C# library to ease arguments checks. Inspired by lecaillon preconditions library and jskeet preconditions classes. Preconditions contains Check class as simple wrapper over the ArgumentException and ArgumentNullException classes.
Ninjanaut/AesFileCryptor
Command line utility for encrypting and decrypting files with symmetric cipher (AES).
Ninjanaut/TSQL-data-migrator
A TSQL procedure that allows you to easily copy tables data from one database to another without recreating foreign keys. It automatically determines the order of dependencies between tables and it allows you to use a linked server for the source database.
Ninjanaut/docker-lemp-stack
Ninjanaut/ExcelReader
Lightweight C# library to ease loading data from Excel file into DataTable object, based on NPOI library.
Ninjanaut/sample-efcore
Sample console script as part of blog article. The aim is to demonstrate basic data manipulation through ORM.
Ninjanaut/sample-mongo-crud
Sample console script as part of blog article. The aim is to demonstrate MongoDB operations.
Ninjanaut/sample-mvc
Sample website as part of blog article. The aim is to demonstrate domain driven design patterns.
Ninjanaut/sample-todo-list
Sample website, with the help of which I tested and learn the React technology.
Ninjanaut/srp
Ninjanaut/WeihanLi.Npoi
NPOI Extensions, excel/csv importer/exporter for IEnumerable<T>/DataTable, fluentapi(great flexibility)/attribute configuration