Top 20 NuGet Packages
Clock
High resolution timer
A transaction workflow library.
System.Tuples is a small tuple library made to be compatible with .net 2.0, .net 3.0 and .net 3.5.
Some general useful extension methods for .NET 4.0 or above
Some testing useful extension methods for .NET 4.0 or above
Description
Some web useful extension methods for .NET 4.0 or above
公共类库工具
具有以下特性:
1、具有很多常用的数据类型处理的公共类
极其简易的日志工具
具有以下特性:
1、多子线程写日志文件
2、自动删除一定时间之前的日志文件
3、文件大到一定程度自动记入下一个文件
win 服务集成组件
具有以下特性:
1、安装时可以读取配置文件服务名称及注释
2、集成了安装服务API
3、实现简单集成服务
4、可以在调试下加“-s”参数实现 调试进 OnStart 方法内
如:
/// <summary>
/// 应用程序的主入口点。
/// </summary>
public static void Main(string[] args)
{
using (ServiceBaseUtility setting = new ServiceBaseUtility())
{
if (!string.IsNullOrWhiteSpace(set...
win 服务集成组件代码如下:
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[RunInstaller(true)]
public class Program : System.Utility.Commons.Core.ServiceBaseInstaller
{
public static void Main(string[] args)
{
using (Program setting = new Program())
{
...
提供对接口总线调度访问的工具
具有以下特性:
1、具有线程安全特性
2、支持WCF的Http和Tcp通道模式访问
3、支持对本地接口实现类模式访问
4、支持通过WCF代理服务访问WCF服务
5、支持通过WCF代理服务的配置路由访问WCF服务
6、支持对路由的多种负载均衡策略访问接口的实现服务
7、支持OAuth2安全协议通道访问
提供对WCF代理访问和路由配置访问的WCF服务
具有以下特性:
1、通过此WCF代理服务访问其实WCF服务
2、支持通过此WCF代理服务获取其配置的路由信息
对Excel操作的工具
作业任务调度框架引擎组件
具有以下特性:
1、多线程并发运行多个作业任务
2、日志记录调度器监听、作业任务监听
3、支持cron表达式
4、实现简单集成服务
如:
public partial class Service1 : JobEngineServiceBase
{
public Service1()
{
InitializeComponent();
}
}
可以注册,并激活软件的一个组件
System.Waf is a lightweight framework that helps you to create well-structured XAML applications. This package contains the UWP (Universal Windows Platform) specific types.