.NET utility library that includes Application Configuration, MVC helpers and more. Utility classes include: StringUtils, ReflectionUtils, DataUtils, SerializationUtils, SecurityUtils and XmlUtils. These classes are useful in any kind of .NET MVC project.
Install HelperKit with NuGet:
Install-Package HelperKit
Or via the .NET Core command line interface:
dotnet add package HelperKit
Install HelperKit.Web with NuGet:
Install-Package HelperKit.Web
Install HelperKit.Mvc with NuGet:
Install-Package HelperKit.Mvc