Top 20 NuGet Packages depending on Microsoft.VisualBasic

Total dependencies: 40

This is a Microsoft .Net Application extend library, it can fast used developed some Windows Desktop Application!
Includes helper classes to write unsafe code in Visual Basic. You can create Span(Of T), ReadOnlySpan(Of T), String, SecuredString, and UnmanagedMemoryStream with this package in Visual Basic.
Fork of Neo4jClient .NET client binding for Neo4j
Fork of Neo4jClient .NET client binding for Neo4j
The GOLD Engine by Devin Cook (http://www.goldparser.org/).
A simple and flexible API for converting primitive data types
An extension to the Standard Toolkit, which supports .NET Framework 4.6.2 - 4.8.1, .NET Core 3.1 and .NET 5 - 7. This package implements additional KryptonNavigator designs and features. This package supports all .NET Framework versions starting .NET Framework 4.6.2 - 4.8.1, .NET Core 3.1 and .N...
Lazy object loading-unloading for huge collections which do not fit into RAM.
The 'dependencies' section lists the set of .NET Core packages that PowerShell Core depends on in Windows Server 2016 GA release of NanoServer. This package also includes the PowerShell Core runtime assemblies built for the GA release of NanoServer.
The Datalogger Tool is desined to display, confirm and add logs from a MySQL database. To use this Package add following source: "clr-namespace:ZbW.WPF_Control.Views;assembly=ZbW.WPF-Control" name of de MainView is MainView please add this to your Window
Tool By Eadily
.NET Core version of PanGu.
A DotNet Standard extension library is designed to simplify the repetitive, mechanical little work of daily application development.
Package Description
Package Description
Package Description
Package Description
数学表达式计算,支持的函数包括("sin", "cos", "tan", "arcsin", "arccos", "arctan", "sqrt", "max", "min", "floor", "ceiling", "log", "log10", "ln", "round", "abs", "neg", "pos")。 使用方法: var expression = "(1+6)*6/2"; var ret = 0d; var isSuccess = CalculateInstance.GetInstance().Evaluate(expression, ref ret); Console....