Top 20 NuGet Packages
Package Description
Package Description
A .NET Core lightweight inter-process communication framework
A .NET Core lightweight inter-process communication framework
Shared functionality across the core layer of Imagine Microservices. This package should not be used in the gateway projects.
Once you have installed the extension library within your project. String extensions functions will be available on all string types
Convert an object to XML format.
A simple sACN library for .NET Core
.Net implementation of the Apache Kafka Protocol that provides basic functionality through Producer/Consumer classes. The project also offers balanced consumer implementation.
Encrypted Token based authentication and authorization for MVC Projects
Package Description
扩展的线程池,可以自定义线程池数量使用方法介绍
Action<int> action = DoSomething2;
var _taskSchedulerEx = new TaskSchedulerEx(20, 20);
List<Task> taskList = new List<Task>();
for (int i = 0; i < 20; i++)
{
int k = i;
taskList.Add(_taskSchedulerEx.Run(() =>
{
action(k);
}));
}
Task.WaitAll(taskList.ToArray());
_taskSc...
Package contains headless content API for Kaliko CMS - an open-source content management system.
You'll find information on how to get started over at: http://kaliko.com/cms/get-started/
Package contains the ASP.NET WebForms provider for Kaliko CMS - an open-source content management system.
You'll find information on how to get started over at: http://kaliko.com/cms/get-started/
Design for Asp.Net Framework MVC multiple tables CRUD.
Only code need is to inherit from TableController, set the TableNameList, IsReadonly attributes, the view will automatically get from share folder. Table Controller will get the dbContext based on table name accordingly..
Typical usage cases, mu...
Simple REST based repository interface to LiteDB and MongoDB
Uilities for famous logging library (NLog):
- PersianDateLayoutRenderer
- PersianLongDateLayoutRenderer
- PersianShortDateLayoutRenderer
- EncryptedZipArchiFileCompressor (archieve file with password)