Easily read contacts from iOS and Android.
Sample:
var contacts = await Plugin.ContactService.CrossContactService.Current.GetContactListAsync();
DON'T FORGET PERMISSIONS:
ON ANDROID:
READ_CONTACTS
ON IOS:
into Info.plist...
More information
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...
More information
A .NET Standard 2.0 library for reading, writing and editing PDF files.
This is a modified fork based on several OSS projects. For more information see the license.
A set of tools and "controls" for the .net Console. It contains: List Input/Output Controls, Text Input/Output Controls, Progress Bar, Spinner, Data Table, Prompter, Menus, etc.