https://github.com/yanggujun/commonsfornet
.NET Commons
https://github.com/yanggujun/commonsfornet
c-sharp dotnet json-serialization netcore nuget pool
Last synced: 11 months ago
JSON representation
.NET Commons
- Host: GitHub
- URL: https://github.com/yanggujun/commonsfornet
- Owner: yanggujun
- License: apache-2.0
- Created: 2014-03-27T06:19:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:32:33.000Z (over 3 years ago)
- Last Synced: 2025-06-17T15:51:19.346Z (12 months ago)
- Topics: c-sharp, dotnet, json-serialization, netcore, nuget, pool
- Language: C#
- Homepage:
- Size: 2.99 MB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## .NET Commons
Travis: [](https://travis-ci.org/yanggujun/commonsfornet)
AppVeyor: [](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__ [](https://www.nuget.org/packages/Commons/)
The package includes Commons.Utils, Commons.Collections
Install through nuget command line:
PM> Install-Package Commons
__Commons.Pool__ [](https://www.nuget.org/packages/Commons.Pool/)
Install through nuget command line:
PM> Install-Package Commons.Pool
__Commons.Json__ [](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: alanier@sina.cn