百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

Senparc.CO2NET

> 数据库
开源

基础通用库,支持 .NET Framework 和 .NET Core

364 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

基础通用库,支持 .NET Framework 和 .NET Core

Senparc.CO2NET

中文|Chinese Senparc.CO2NET is a common foundational extension library supporting .NET Framework and .NET Core, including basic helper classes needed for regular development.
Developers can directly use CO2NET to provide common foundational methods for their projects, avoiding the pain of repeatedly preparing and maintaining common code.
Senparc.CO2NET is already relied upon as the foundational library for Senparc series products such as Senparc.Weixin SDK and NCF.

Module Function Nuget Name Nuget Supported .NET Versions
CO2NET Base Library Senparc.CO2NET
APM Module Senparc.CO2NET.APM
Redis Base Library Senparc.CO2NET.Cache.Redis
Memcached Base Library Senparc.CO2NET.Cache.Memcached
WebApi (New) Senparc.CO2NET.WebApi
MagicObject (New) Senparc.CO2NET.MagicObject

: Supports .NET Standard 2.0+ and .NET Core 2.1/3.1, .NET 5.0/6.0/7.0/8.0/10.0+

[!NOTE] .NET 10.0 is the recommended version for new projects. It provides the latest features, performance improvements, and long-term support.

[!NOTE] CO2NET will gradually stop supporting .NET Framework 4.0 and earlier versions. Because the official update has stopped.

How to Install via Nuget?

  • CO2NET Nuget Address: https://www.nuget.org/packages/Senparc.CO2NET
  • Command:
PM> Install-Package Senparc.CO2NET  

Stages

The currently released version is stable and continuously updated. You can follow the project's progress!
Assembly online documentation (English version in preparation): http://doc.weixin.senparc.com/html/G_Senparc_CO2NET.htm
In the future, this project will be equipped with more comprehensive documentation. If you are eager to try it out, you can open the solution file and refer to the unit test project (Senparc.CO2NET.Tests). Each method has a corresponding usage example. One of the complete goals of this project is to achieve nearly 100% code coverage in unit tests.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#base-librarycacheconfigurationdecryption

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类数据库
定价开源

> 相关工具

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库