Skip to content

gncabrera/xside-extensions

Repository files navigation

Xside Extensions

Actually this documentation is in progress. Some of the features aren't described in the Wiki

NuGet

The NuGet page is https://www.nuget.org/packages/XSide.System.Extensions/ To install it, from the Package Manager Console, run:

PM> Install-Package XSide.System.Extensions

Usage

The toolbox has only one namespace: System.Extensions. Adding a using to this namespace all the extensions will be available.

using System;
using System.Linq;
...
using System.Extensions;
...

namespace My.Namespace
{
    class Program
    {
    }
}

Features

WIP

About

A set of useful extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages