CacheManager.Core by: MichaConrad
  • 829 total downloads
  • Latest version: 2.0.0-beta-1629
  • Caching Cache CacheManager Distributed Cache StackExchange Redis Memcached
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. The Core library contains all base interfaces and tools. You should install at least one other CacheManager package to get cache handle implementations.
Microsoft.EntityFrameworkCore by: Microsoft
  • 3.039k total downloads
  • Latest version: 9.0.0-preview.7.24405.3
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet
Microsoft.EntityFrameworkCore.Relational by: Microsoft
  • 3.048k total downloads
  • Latest version: 9.0.0-preview.7.24405.3
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared Entity Framework Core components for relational database providers.
Microsoft.Extensions.Configuration.CommandLine by: Microsoft
  • 1.403k total downloads
  • Latest version: 9.0.0-preview.6.24327.7
Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder to add the command line configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.EnvironmentVariables by: Microsoft
  • 1.322k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from environment variables. You can use EnvironmentVariablesExtensions.AddEnvironmentVariables extension method on IConfigurationBuilder to add the environment variables configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.FileExtensions by: Microsoft
  • 1.602k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
Microsoft.Extensions.Configuration.Json by: Microsoft
  • 1.535k total downloads
  • Latest version: 9.0.0-rc.1.24431.7
JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.UserSecrets by: Microsoft
  • 1.714k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
User secrets configuration provider implementation for Microsoft.Extensions.Configuration. User secrets mechanism enables you to override application configuration settings with values stored in the local secrets file. You can use UserSecretsConfigurationExtensions.AddUserSecrets extension method on IConfigurationBuilder to add user secrets provider to the configuration builder.
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 1.29k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 1.311k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 1.323k total downloads
  • Latest version: 9.0.0-rc.1.24431.7
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 1.494k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Hosting and startup abstractions for applications.
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 1.456k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Debug by: Microsoft
  • 1.571k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().
Microsoft.Extensions.Logging.EventLog by: Microsoft
  • 1.578k total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource by: Microsoft
  • 1.392k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
System.Diagnostics.EventLog by: Microsoft
  • 1.424k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog
System.IO.Hashing by: Microsoft
  • 792 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Provides non-cryptographic hash algorithms, such as CRC-32. Commonly Used Types: System.IO.Hashing.Crc32 System.IO.Hashing.XxHash32
System.Text.Encodings.Web by: Microsoft
  • 2.061k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). Commonly Used Types: System.Text.Encodings.Web.HtmlEncoder System.Text.Encodings.Web.UrlEncoder System.Text.Encodings.Web.JavaScriptEncoder
System.Text.Json by: Microsoft
  • 2.169k total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.