-
Notifications
You must be signed in to change notification settings - Fork 1
Home
## Avo Helper Library
Pure c# library with helper and extensions for simple task
Getting Started
download and create it as a dll , and you are good to go
Prerequisites
Avo has no dependencies ,
Examples
Extension Methods
DataTable This a extension to work with datatable
Return true if column exist
`
DataTable dtSubject = new DataTable();
dtSubject.Columns.Add("subjectId");
dtSubject.Columns.Add("name");
var isExist = dt.IsColumnExist("name"); // returns true
var isExistCode = dt.IsColumnExist("code"); // returns false
` Deployment Add additional notes about how to deploy this on a live system
Built With Dropwizard - The web framework used Maven - Dependency Management ROME - Used to generate RSS Feeds Contributing Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors Billie Thompson - Initial work - PurpleBooth See also the list of contributors who participated in this project.
License This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments Hat tip to anyone whose code was used Inspiration etc