Info
Version: | 1.1.0.1 |
Author(s): | Luigi Senzamici |
Last Update: | Tuesday, December 31, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MagicDataCore |
Install
Install-Package MagicDataCore
dotnet add package MagicDataCore
paket add MagicDataCore
MagicDataCore Download (Unzip the "nupkg" after downloading)
Dependencies
- MagicAccessCore(>= 1.0.0.1)
- MagicFileCore(>= 1.0.0.1)
- MagicResponseCore(>= 1.0.0.1)
- Newtonsoft.Json(>= 12.0.3)
Tags
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("table to read");
Thats all!
More here http://MagicData.it/Documentazione/EsempioDataManager.