Top 20 NuGet Packages

Designed for speed and efficiency (i.e. no iteration / counting of messages using .NET managed code or WMI calls). Uses 'Unsafe' PInvoke with native MSMQ API.
Extension methods to map naming conventions between WCF endpoints and URI for MSMQ. This library can perform mappings in both directions (i.e. WCR -> URI or URI -> WCF). Example usage: string myUri = ".\private$\MyQueue"; string mappedToWcf = myUri.ToWcf(); Gives "net.msmq://localhost/private/MyQu...
Pattern for software development requiring email template / merge content functionality.
Pattern for software integration with cloud based email service provider list management processes. Most list management services offer email based SUBSCRIBE and UNSUBSCRIBE methods to add / remove users to mailing lists. This library provides a general pattern / interface for integration with such ...
Logging pattern for loosely coupled enterprise systems. Contains method signatures for logging and logger formatting. Create logger and associated formatter by implementing ILoggerFactory.
A metrics output system for collecting data for analytics.
MVVM-style two way data-binding system for Unity.
SCIM 2.0 support for ASP.NET Core. To purchase a license or get a demo license, contact [email protected].
An image cropper for iOS like in the Contacts app with support for landscape orientation.
Azure Service Bus client for RSMassTransit, a MassTransit message bus interface for SQL Server Reporting Services
.NET implementation of https://github.com/smrchy/rsmq
20.4.21.21-杭州网云科技有限公司打包程序集-MD5【9H5cPJMDXzsAnUV8SOB58g==】
TypeScript Definitions (d.ts) for rss. Generated based off the DefinitelyTyped repository [git commit: b14601af3fb2ad72d5048e94188a569a1838fb9c]. http://github.com/DefinitelyTyped
Biblioteca com várias funcionalidades
A toy actors library which uses BOOST ASIO like schedulers from RStein.Async Examples: https://github.com/renestein/rstein.async/tree/master/RStein.Async.Examples
A managed implementation of librsync's signature, delta, and patch operations. Details and examples: https://github.com/zmj/rsync-delta
Dijkstra’s Algorithm (a generalization of breadth-first search) in C#. Declare your own Nodes and Edges to define the graph and let the algorithm find the best path to the target Node.
A library to invoke NUnit tests in such a way that the exceptions aren't suppressed. Useful for debugging unit tests without any special-purpose debugger plugins.
ValueFilter provides a straightforward, low-overhead mechanism for ensuring that properties can only contain valid data. See the GitHub site for more details.