Top 20 NuGet Packages

Xamarin.Android Binding Library - Fresco Core
Xamarin.iOS binding library for Mapbox SDK
Xamarin Binding Library - Shimmer
Xamarin.Android Binding Library - SoLoader for Android
Xamarin Binding Library - Stripe Android SDK
A deliberately-small collection of useful extension methods with an embarrassing lack of test coverage.
Generic pipeline
A resiliency policy library
Package Description
Define, Combine, Visualize and Replay hundreds of test cases with a few lines of code! Website and source code: http://github.com/jeromerg/NCase NCase is a mix between a Mocking Framework like Moq and a parametrized test framework, having advanced combinatorial capabilities. NCase is not rel...
[This is a legacy package for NContext. Move to NContext.Extensions.AspNet.WebApi.] NContext application component for ASP.NET Web API OWIN/Katana support.
NEdifis, a tool for supporting testing and enforcing naming and testing conventions
Makes it super easy to host Neo4j in an Azure worker role
A library to simplify mapping of cypher results onto your models
This API provides all functionnalities necessary to log text and data to different targets, allowing to select only relevant log items categories, log types and source objects throught appropriate filters. It is possible to choose log items properties from more than 10 ones (including information ab...
This program will generate ASP.NET Core WebAPI blockly blocks. And from other swagger files. Can be usefull for just making a demo, interacting or others. Please see https://github.com/ignatandrei/NETCoreBlockly for details
Custom log4Net Appender to send logs to Loggly
Database Resource Localization for .NET Core with Entity Framework and In Memory Cache
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
Provides a dynamic API over XLinq: var xdoc = XDocument.Load("rss.xml"); var rss = doc.Root.ToDynamic(); // Type conversion, element traversal // using dotted path notation DateTime pubDate = rss.channel.pubDate; // Type conversion, attribute navigation // using indexer notation int port = rss...