BetterDotNet NuGet Package

Convenience extensions for reducing friction when using C#
built-in types.

See the project page on Github for examples.

Among other things, allows the following:
"{0}".Format("some string");
"{key}".Format(new Dictionary{{"key", 10}});
new Dictionary{{33, "nothing"}}.Get(22, "alt") == "alt";
10.Pluralize("sock", "socks");
"text longer than ten characters".ReflowWords(10);.




Got any BetterDotNet Question?





Info

Version: 1.0.2
Author(s): Dan Nemec
Last Update: Monday, January 14, 2013
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/nemec/Better.Net
NuGet Url: https://www.nuget.org/packages/BetterDotNet


Install
Install-Package BetterDotNet
dotnet add package BetterDotNet
paket add BetterDotNet
BetterDotNet Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

avg-downloads-per-day

1

days-since-last-release

4142