Scott Smith

Blog Tutorials Projects Speaking RSS

Introducing Humanizer

Mehdi Khalili has a new project, a micro-framework that turns your normal strings, type names, enum fields, date fields ETC into a human friendly format.

Details on the project including samples and links can be found here: 

http://www.mehdi-khalili.com/introducing-humanizer

If you want to check out the source code or contribute, then head over to the GitHub repository:

https://github.com/MehdiK/Humanizer

Finally, a NuGet package is available here:

https://nuget.org/packages/Humanizer

Or you can install the package via the package manager console command:

1
PM> Install-Package Humanizer