View on GitHub

EzApi2016

Fork of EzApi adapted for SQL Server 2016

EzApi2016

Fork of EzApi adapted for SQL Server 2016

Installation and usage

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.

Website

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Credits are for Microsoft =)

License

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, http://opensource.org/licenses/ms-pl.html.)