Skip to content

A general purpose utility and helper library for .NET development

License

Notifications You must be signed in to change notification settings

tinmanjk/Westwind.Utilities

 
 

Repository files navigation

Westwind.Utilities

NuGet Documentation

A general purpose utility and helper library for .NET development

Moved from Westwind.Toolkit repo

  • Added support for .NET Standard 2.0
  • Targets .NET 4.5, 4.0 and NetStandard 2.0

Installation

You can install the package from NuGet using the Visual Studio Package Manager or NuGet UI:

PM> install-package westwind.utilities

or the dotnet command line:

dotnet add package westwind.utilities

What is it?

Every .NET application requires small, common and often repeated tasks. This library is a collection of those things that I commonly need on a regular basis and have compiled over the years.

It includes tools for:

and much, much more.

It's worthwhile to browse through the source code or the documentation to find out the myriad of useful functionality that is available, all in a small single assembly.

This assembly is the base for most other West Wind libraries.

License

This library is published under MIT license terms.

Copyright © 2012-2019 Rick Strahl, West Wind Technologies

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A general purpose utility and helper library for .NET development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%