tomasz.margacz
-
- 17,861 total downloads
- last updated 7/23/2017
- Latest version: 1.0.0
This class library is a extension of HttpClient which allows make patch request. -
- 7,017 total downloads
- last updated 7/11/2017
- Latest version: 1.0.0
This client library allow to manage cookies: Get, Set, Remove. Easy to use: CookiesHelper.SetCookie("keyValue", "exampleValue", DateTime.Now.AddDays(30)); var value =... More information -
- 3,941 total downloads
- last updated 1/31/2018
- Latest version: 0.0.5
This client library is a powerful tool for MSSQL/PostgreSQL. This tool allows to easy execute command/procedure with using only one line of code. Samples -... More information -
- 3,660 total downloads
- last updated 12/17/2017
- Latest version: 1.0.0
This client library allow you to easy include scripts and styles and forces them to refresh at every new publication. How to use: Example bundles: Use: @Html.RenderJs("/bundles/scripts") instead... More information -
- 3,609 total downloads
- last updated 12/28/2017
- Latest version: 1.0.1
This client library is a powerful tool for Azure Search services. This tool allows to easy upload/search/delete to search service with using only one line of code. Samples -... More information -
- 3,067 total downloads
- last updated 7/2/2017
- Latest version: 1.0.0
This client library is a powerful tool for Microsoft Azure storage services. This tool allows to easy insert/get to table service and delete with using only one line of code (this works with any object type).... More information -
- 2,624 total downloads
- last updated 1/16/2018
- Latest version: 1.0.1
This client library allow you to make http request easily. How to use: var address = "http://localhost:50787/api/Test/Test"; var requestModel = new RequestModel() { Id = "guid" }; var result = new... More information -
- 2,473 total downloads
- last updated 2/22/2018
- Latest version: 0.5.1
How to use: AzureDatacenterIPAddressService _handler = new AzureDatacenterIPAddressService(); // get all azure regions var regions = _handler.GetRegionsWithIpAddress(); // get ip address list for region var... More information -
- 1,701 total downloads
- last updated 12/14/2017
- Latest version: 1.0.0
This client library allow you compress your data, string or bytes. Class name: Compression Static methods: byte[] Compress(byte[] bytes) byte[] Decompress(byte[] bytes) string Compress(string text) //default... More information -
- 1,689 total downloads
- last updated 7/3/2017
- Latest version: 1.0.0
A simple library to allows you to send sms message. -
- 1,601 total downloads
- last updated 7/9/2017
- Latest version: 1.0.0
This client library allow you copy any of object. How to use: var copy = anyObject.DeepCopy(); -
- 1,362 total downloads
- last updated 8/5/2017
- Latest version: 1.0.0
This client library is refreshing the Azure Active Directory Token in the background. To run an automatic token refresh, add one line for the main view of the application: <script... More information -
- 1,267 total downloads
- last updated 1/14/2018
- Latest version: 1.0.0
This client library is a powerful tool for Azure Redis Cache services. This tool allows to easy set/get to cache service with using only one line of code. If you have any questions or need improvement feel... More information -
- 1,232 total downloads
- last updated 7/3/2017
- Latest version: 1.0.0
This client library allow you to symmetric encryption and decryption byte array using AES algorithm.