Skip to content

velyo/dotnet-extensions

Repository files navigation

.NET Extension Methods

Build status Stories in Ready Gitter

Libraries of .NET extension methods.

  • Velyo.Extensions - Extension methods for some System classes.
  • Velyo.Collections.Extensions - Extension methods for some System.Collections classes.
  • Velyo.IO.Extensions - Extension methods for some System.IO classes.
  • Velyo.Web.Extensions - Extension methods for some System.Web classes.

Getting started

To install Velyo.Exensions, run the following command in the Package Manager Console

PM> Install-Package Velyo.Exensions

To install Velyo.Collections.Exensions, run the following command in the Package Manager Console

PM> Install-Package Velyo.Collections.Exensions

To install Velyo.IO.Exensions, run the following command in the Package Manager Console

PM> Install-Package Velyo.IO.Exensions

To install Velyo.Web.Exensions, run the following command in the Package Manager Console

PM> Install-Package Velyo.Web.Exensions

About

Libraries with extension methods for many of .NET types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published