Skip to content

VikKol/commonsfornet

 
 

Repository files navigation

.NET Commons

Travis: Build Status

AppVeyor: Build status

About

Welcome to .NET Commons home.

.NET Commons is originally inspired by the "Apache Commons Project" for java applications. It is intended to provide the common components, basic programming facilities and low level infrastructure for .NET applications.

Currently .NET Commons consist of following major components:

Commons.Utils

Commons.Collections

Commons.Pool

Commons.Json

License

Apache License v2.0

Installation

The lastest release information can be found here

The projects are published as 3 nuget packages.

Commons NuGet

The package includes Commons.Utils, Commons.Collections

Install through nuget command line:

  PM> Install-Package Commons

Commons.Pool NuGet

Install through nuget command line:

  PM> Install-Package Commons.Pool

Commons.Json NuGet

Install through nuget command line:

  PM> Install-Package Commons.Json

Issues

Please report issues.

or send an email to: alanier@sina.cn

Packages

No packages published

Languages

  • C# 99.1%
  • Other 0.9%