Fork of EzApi adapted for SQL Server 2016
The preferred way is to Nuget
PM> Install-Package EzApi
via Package Manager Console
Alternatively you can compile include the output EzApi.dll
on your project, or include this project directly in your solution.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Credits are for Microsoft =)
The project inherits the Microsoft license:
Copyright © Microsoft Corporation. All Rights Reserved.
This code released under the terms of the
Microsoft Public License (MS-PL, https://opensource.org/licenses/ms-pl.html.)