garrettwong / Utilities

Common utilities for application development: SMTP, LDAP, File Servers, Database, Web Servers, HTTP, TCP, Parallelization, Tasking, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utilities

Common utilities which can be pulled from the core Nuget repository. These utilities are relevant for application development, including the following areas: SMTP, LDAP, File Servers, Database, Web Servers, HTTP, TCP, Parallelization, Tasking... etc.

Publish Nuget:

Reference - pushing to Nuget

  1. nuget pack Utilities.csproj -Version 1.0.x
  2. nuget push GW.Common.Utilities.1.0.15.nupkg {API_KEY} -Source https://www.nuget.org/api/v2/package

Contributing

License

Apache 2.0; see LICENSE for details.

About

Common utilities for application development: SMTP, LDAP, File Servers, Database, Web Servers, HTTP, TCP, Parallelization, Tasking, etc.

License:Apache License 2.0


Languages

Language:C# 100.0%