Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yanggujun/commonsfornet

.NET Commons
https://github.com/yanggujun/commonsfornet

c-sharp dotnet json-serialization netcore nuget pool

Last synced: about 1 month ago
JSON representation

.NET Commons

Awesome Lists containing this project

README

        

## .NET Commons

Travis: [![Build Status](https://travis-ci.org/yanggujun/commonsfornet.svg?branch=master)](https://travis-ci.org/yanggujun/commonsfornet)

AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/k41cr396bexk1e9f?svg=true)](https://ci.appveyor.com/project/yanggujun/commonsfornet)

### 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](https://github.com/yanggujun/commonsfornet/wiki/Commons.Utils)

[Commons.Collections](https://github.com/yanggujun/commonsfornet/wiki/Commons.Collections)

[Commons.Pool](https://github.com/yanggujun/commonsfornet/wiki/Commons.Pool)

[Commons.Json](https://github.com/yanggujun/commonsfornet/wiki/Commons.Json)

### License

Apache License v2.0

### Installation

The lastest release information can be found [here](https://github.com/yanggujun/commonsfornet/releases)

The projects are published as 3 nuget packages.

__Commons__ [![NuGet](https://img.shields.io/nuget/v/Commons.svg?maxAge=2592000)](https://www.nuget.org/packages/Commons/)

The package includes Commons.Utils, Commons.Collections

Install through nuget command line:

PM> Install-Package Commons

__Commons.Pool__ [![NuGet](https://img.shields.io/nuget/v/Commons.Pool.svg?maxAge=2592000)](https://www.nuget.org/packages/Commons.Pool/)

Install through nuget command line:

PM> Install-Package Commons.Pool

__Commons.Json__ [![NuGet](https://img.shields.io/nuget/v/Commons.Json.svg?maxAge=2592000)](https://www.nuget.org/packages/Commons.Json/)

Install through nuget command line:

PM> Install-Package Commons.Json

### Issues

Please report [issues](https://github.com/yanggujun/commonsfornet/issues).

or send an email to: [email protected]