Top 20 NuGet c# Packages

Result monad for C#. In its core this monad enhances a type by adding a success/failure status. For more information see http://csharp-functional.readthedocs.io/en/latest/result-monad.html.
A .Net helper for Facebook's Graph API
Additional utils for Viki.LoadRunner (WIP)
This package allows for injecting versions into Msbuild which are reflected in the assemblyinfo file
Wrapper for omdbapi in C# .NETCore
ESAPI Extensions and helpers for quickly building robust clinical and research apps.
OAuth utilities for WebSharper
This is a C# implementation for .NET Core of UK Bank Account Modulus Checking. Modulus Checking is a process used to determine if a given account number could be valid for a given sort code.
ESAPI Extensions and helpers for quickly building robust clinical and research apps.
Result models for the service result pattern. Allows for wrapping data and errors in a reusable way.
Provides decorator of Kestrel HTTP server for implementing the HMVC pattern in .NET Core applications.
This an extension to the behaviour tree library. It helps you build a tree using a fluent api.
A simple c# behaviour tree library.
https://github.com/palanikumar32/vuejs-aspnetmvc
Code generation library for Orleans.Serialization
Package Description
Package Description
Winium Webdriver built using dotnet core.
CaptchaMvc will implement your web MVC applications easier and more reliable protection. Features: You can easily change or extend the current implementation of the captcha. By default there are two types of captcha, plain and mathematical. Supports MVC 3, MVC 4, MVC 5. Supports for storing captcha...
This is a generic helper to help try some action until the given condition is met. It now works seamlessly with C# async/await keywords for asynchronous operations, which is very common in a scenario that requires retry logic.