All Projects → RickStrahl → Westwind.utilities

RickStrahl / Westwind.utilities

Licence: mit
A general purpose utility and helper library for .NET development

Projects that are alternatives of or similar to Westwind.utilities

Ace
Asheron's Call server emulator.
Stars: ✭ 185 (-8.42%)
Mutual labels:  dotnet-core
Fsh
F# Shell with integrated F# scripting. Like Bash or Powershell, but better 'cause F#.
Stars: ✭ 195 (-3.47%)
Mutual labels:  dotnet-core
Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
Stars: ✭ 2,747 (+1259.9%)
Mutual labels:  dotnet-core
You Dont Need Lodash Underscore
List of JavaScript methods which you can use natively + ESLint Plugin
Stars: ✭ 13,915 (+6788.61%)
Mutual labels:  utilities
Minicover
Cross platform code coverage tool for .NET Core
Stars: ✭ 193 (-4.46%)
Mutual labels:  dotnet-core
Dotnet Env
A .NET library to load environment variables from .env files
Stars: ✭ 195 (-3.47%)
Mutual labels:  dotnet-core
Hotchocolate
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
Stars: ✭ 3,009 (+1389.6%)
Mutual labels:  dotnet-core
Util
A collection of useful utility functions
Stars: ✭ 201 (-0.5%)
Mutual labels:  utilities
Netmq
A 100% native C# implementation of ZeroMQ for .NET
Stars: ✭ 2,366 (+1071.29%)
Mutual labels:  dotnet-core
Awesome Wpf
A collection of awesome WPF resources, libraries and UI controls.
Stars: ✭ 196 (-2.97%)
Mutual labels:  dotnet-core
Corehook
A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
Stars: ✭ 191 (-5.45%)
Mutual labels:  dotnet-core
Anclafs
ASP.NET Core Library and Framework Support
Stars: ✭ 192 (-4.95%)
Mutual labels:  dotnet-core
Bridge
♠️ C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET.
Stars: ✭ 2,216 (+997.03%)
Mutual labels:  dotnet-core
Fontawesome.sharp
A library for using Font Awesome in WPF & Windows Forms applications
Stars: ✭ 185 (-8.42%)
Mutual labels:  dotnet-core
Nanoutils
🌊 Tiniest FP-friendly JavaScript utils library
Stars: ✭ 200 (-0.99%)
Mutual labels:  utilities
Mac Keyboard Brightness
🔆 Programmatically get & set the keyboard & display backlight brightness on Macs. Flash your keyboard to the music! (only works on <2015 Macs)
Stars: ✭ 185 (-8.42%)
Mutual labels:  utilities
Miniscaffold
F# Template for creating and publishing libraries targeting .NET 5.0 `net5.0` or console apps .NET 5.0 `net5.0`.
Stars: ✭ 193 (-4.46%)
Mutual labels:  dotnet-core
Fxjs
Functional Extensions Library for JavaScript
Stars: ✭ 202 (+0%)
Mutual labels:  utilities
Blazorrepl
Write, compile, execute and share Blazor components entirely in the browser
Stars: ✭ 196 (-2.97%)
Mutual labels:  dotnet-core
Sharprompt
Interactive command line interface toolkit for C#
Stars: ✭ 197 (-2.48%)
Mutual labels:  dotnet-core

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].