Top 20 NuGet Packages
Integrate with Microsoft DHCP Server Callout
Package Description
Package Description
Library for finding MIKE software installation, and providing run-time access to the assemblies in the MIKE installation.
Dht accessory module allows you easily to get your temperature and humidity into your bridge
Allows a DHT11 or DHT22 sensor to be used on Windows 10 IoT Core from a C# application.
dI.Hook is a Hook Repository and Container using AOP
.Net binding library to iOvation Fraudforce project
https://github.com/iovation/deviceprint-SDK-Android
Library for converting text to pinyin with diacritics.
Library to aid logging and expose diagnostic information about your process
Diagnosticism.NET components
Diagnostics.NET is a simple library that allows your ASP.NET Core applications to subscribe to DiagnosticSource events and process them.
DiagonalLayout for Xamarin Android
Summon interfaces so that you can bend them to your will. Trap Exceptions, Predicate Invocation, Preempt Execution, Supplant Functionality and Observe Method Invocation.
The Didactic REST API is part of the Dialect Software LLC .Net Http Services. Built on top of the WCF framework the Didactic REST API simplifies the development and documentation of your REST based services, allowing you to expose resources through a REST based façade quickly and easily.
Build UserControls that support Templating and DataBinding. Emit client-side JavaScript object graphs of your server-side controls. Encapsulate client and server behavior in a single source. Allow others to discover client-side properties and behaviors of your controls through natural C# syntax.
Provides matrix data structure suitable for storing elements in an n-dimensional cartesian coordinate system of positive integers.
example:
Axis x = new Axis("x", 0, 100, 1);
Axis y = new Axis("y", 0, 10, 1);
Matrix<long> matrix = new Matrix<long>(new []{x,y});...
GET and parse HTML streams over HTTP or HTTPS, resilient to non-well-formed document structures. Query and enumerate DOM structures with IE's object model.
example:
var d = new DialectSoftware.Web.HTMLDOMDocument(new Uri("http://www.yahoo.com")) as IHTMLDocument2;
Console.WriteLine(d.body.innerTex...