Top 20 NuGet Packages

Extra Math Functions
A collection of functions that handle the reading and writing some special format of numbers
A simple lightweight threadsafe implementation of LRU(Least recently used) cache. Usage: LRUCache<int, int> lruCache = new LRUCache<int, int>(3); lruCache.Add(1, 1); lruCache.Add(2, 2); lruCache.Add(3, 3); lruCache.Get(1); lruCache.Get(2); lruCache.Get(3); lruCache.Add(4, 4); lruCache.Delete(2);...
Native proxy implementation for the Jal.Aop library
Microsoft.Extensions.DependencyInjection extension for the Jal.Aop.Aspects library
Just another library to bootstrap your libraries
Just another library to implement a service locator pattern
Microsoft.Extensions.DependencyInjection implementation of the Jal.Locator library
Microsoft.Extensions.DependencyInjection installer for the Jal.RestClient library
Just another library to get the settings of your application based on Microsoft.Extensions.Configuration library
Castle Windsor installer for the Jal.Settings.Configuration library
LightInject installer for the Jal.Settings.Configuration library
Microsoft.Extensions.DependencyInjection installer for the Jal.Settings.Configuration library
JalaliDatePicker is a complete Jalali and Gregorian date picker, with many UI facilities for best user experience in date entry. It's designated for WPF.
Package Description