NuGet Packages By Dependencies
System.Data.SQLite Core (x86/x64) [406 dependencies]
The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.
System.IO.FileSystem [406 dependencies]
Provides types that allow reading and writing to files and types that provide basic file and directory support.
Commonly Used Types:
System.IO.FileStream
System.IO.FileInfo
System.IO.DirectoryInfo
System.IO.FileSystemInfo
System.IO.File
System.IO.Directory
System.IO.SearchOption
System.IO.FileOptio...
System.Linq.Expressions [405 dependencies]
Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees.
Commonly Used Types:
System.Linq.IQueryable<T>
System.Linq.IQueryable
System.Linq.Expressions.Expression<TDelegate>
System.Linq.Expressions.Express...
Application Insights API [404 dependencies]
Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https:...
Active Directory Authentication Library [401 dependencies]
There is a newer version of this library available here: https://www.nuget.org/packages/Microsoft.Identity.Client/
Migration guide: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-migration
ADAL no longer receives new feature improvements.
CsvHelper [401 dependencies]
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Quartz.NET [397 dependencies]
Quartz Scheduling Framework for .NET
WebActivatorEx [395 dependencies]
A package that allows other packages to execute some startup code in web apps. This package should be used over the older WebActivator, which was not strong named.
DocumentFormat.OpenXml [394 dependencies]
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations.
- Populating content in Word files from an XML data source.
- Splitting up (shre...
Serilog.AspNetCore [394 dependencies]
Serilog support for ASP.NET Core logging
Microsoft.Owin.Host.SystemWeb [392 dependencies]
OWIN server that enables OWIN-based applications to run on IIS using the ASP.NET request pipeline.
Microsoft.AspNetCore.Authorization [390 dependencies]
ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/af22effae4069a5dfb9b0735859de48820104f5b
System.Xml.XmlDocument [389 dependencies]
Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package.
Commonly Used Types:
System.Xml.XmlNode
System.Xml.XmlElement
System.Xml.XmlAttribute
System.Xml.Xml...
System.Collections.Concurrent [387 dependencies]
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently.
Commonly Used Types:
System.Collections.Concurrent.Concur...
NodaTime [385 dependencies]
Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffset etc types in .NET.
System.Diagnostics.DiagnosticSource [384 dependencies]
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)
Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource
System.Text.Encoding [375 dependencies]
Provides base abstract encoding classes for converting blocks of characters to and from blocks of bytes.
Commonly Used Types:
System.Text.Encoding
System.Text.DecoderFallbackException
System.Text.Decoder
System.Text.EncoderFallbackException
System.Text.Encoder
System.Text.EncoderFallback
System.Tex...
System.Security.Cryptography.X509Certificates [372 dependencies]
Provides types for reading, exporting and verifying Authenticode X.509 v3 certificates. These certificates are signed with a private key that uniquely and positively identifies the holder of the certificate.
Commonly Used Types:
System.Security.Cryptography.X509Certificates.X509Certificate2
System....
Microsoft.Owin.Security.OAuth [370 dependencies]
Middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Flurl.Http [370 dependencies]
A fluent, testable HTTP client library.