Top 20 NuGet Packages depending on NETStandard.Library

Total dependencies: 12696

ASP.NET Core extensible and embeddable documentation engine
Package link page header with pagination for entity framework
Razor for .net core
A small library for ASP.NET Core to allow returning HTTP codes in actions without changing the return type of the actions
Library for computing linear equations
Easy to use library for computing zero (root) of a function. var math = new FunctionRoot.Hybrid("(x+1)^2-9", 0, 1.5); var result = math.ComputeHybrid(); // result = 2
Easy to use library for computing math formulas, mean and proportion. Is a basis of Rychusoft.NumericalLibraries. var calc = new Calculator("8^2+5-cos(2*PI)"); var result = calc.Compute(); // result = 68"
Easy to use library for computing derivative and function value at given point. var derivative = new Derivative("x^2 + 5 - cos(2 * PI * x)"); var result = derivative.ComputeDerivative(1); // result = 2
Easy to use library for computing differential equations. var math = new Rychusoft.NumericalLibraries.Differential.Differential(""3*x^2-5""); var result = math.ComputeDifferential(4, 2, 0); // result = 46
Simple CRUD repository pattern implementation for .net core MongoDB driver.
Uses database metadata to generate deep copy procedures for SQL Server.
NETStandard.Library.Extensions
Utility for parsing *.pyxel files.
An interop library for the Iotivity C-SDK
TECHIS.Messaging interfaces. Interfaces for cloud-based messaging.
A library for procedural text generation using markup strings and recursive word selection. Please check the readme at the project url for a syntax and usage guide.
Owin Startup system with optional support for DI/IOC.