Skip to content

Jonathandelacruzp/HelperKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelperKit

NetFrameWork.Legacy.CI NetFramework.NugetPublish.CI NuGet NuGet

.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.

Installing HelperKit

Install HelperKit with NuGet:

Install-Package HelperKit

Or via the .NET Core command line interface:

dotnet add package HelperKit

Installing HelperKit.Web

Install HelperKit.Web with NuGet:

Install-Package HelperKit.Web

Installing HelperKit.Mvc

Install HelperKit.Mvc with NuGet:

Install-Package HelperKit.Mvc