Top 20 NuGet Packages depending on Magic File
Total dependencies: 1
Easy read and write in your DB
Simple to use: only 2 lines of code to read and write in SqlServer table!
DataManager DM = new DataManager("dbname", "catalog", "username", "password");
DataTable res = DM.getAllRecords Datatable ("table to read");
Thats all!
More here htt...