DevExpress.Data by: Developer Express Inc.
  • 22 total downloads
  • Latest version: 23.2.11
This package provides basic functionality for data-aware DevExpress controls.
DevExpress.DataAccess by: Developer Express Inc.
  • 13 total downloads
  • Latest version: 23.2.5
This package enables you to connect to various data providers (such as databases, Excel and CSV files, Entity Framework and object data sources).
DevExpress.Reporting.Core by: Developer Express Inc.
  • 13 total downloads
  • Latest version: 23.2.5
This package implements core functionality for DevExpress XtraReports Suite.
DevExpress.Xpo by: Developer Express Inc.
  • 18 total downloads
  • Latest version: 23.2.5
eXpress Persistent Objects (XPO) is an Object-Relational Mapping (ORM) tool that handles all aspects of database creation and object persistence, allowing you to concentrate on your application's business logic. XPO supports more than a dozen database management systems and implements a common high-level API. Whether using MS SQL Server, PostgreSQL, MySQL, Oracle, or others, you will use the same code to implement data access and management operations. Should you decide to move your storage to a different database system, you’ll only need to change the connection string. For more information, see https://DevExpress.com/XPO.
Castle.Core by: Castle Project Contributors
  • 3 total downloads
  • Latest version: 4.4.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Dapper by: Sam Saffron Marc Gravell Nick Craver
  • 8 total downloads
  • Latest version: 1.50.5
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Hangfire.AspNetCore by: Sergey Odinokov
  • 6 total downloads
  • Latest version: 1.8.6
  • hangfire aspnetcore
ASP.NET Core support for Hangfire (background job system for ASP.NET applications).
Hangfire.Core by: Sergey Odinokov
  • 11 total downloads
  • Latest version: 1.6.21
  • Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
Core components for Hangfire (background job system for ASP.NET applications).
Hangfire.NetCore by: Sergey Odinokov
  • 4 total downloads
  • Latest version: 1.8.6
  • hangfire netcore
.NET Core's Worker Service host support for Hangfire (background job system for ASP.NET applications).
Hangfire.SqlServer by: Sergey Odinokov
  • 1 total downloads
  • Latest version: 1.8.6
  • Hangfire SqlServer SqlAzure LocalDB
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
Microsoft.CodeAnalysis.Analyzers by: Microsoft
  • 8 total downloads
  • Latest version: 3.3.2
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.
Microsoft.CSharp by: Microsoft
  • 10 total downloads
  • Latest version: 4.7.0
Provides support for compilation and code generation, including dynamic, using the C# language. Commonly Used Types: Microsoft.CSharp.RuntimeBinder.Binder Microsoft.CSharp.RuntimeBinder.RuntimeBinderException Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags When using NuGet 3.x this package requires at least version 3.4.
Microsoft.DotNet.PlatformAbstractions by: Microsoft.DotNet.PlatformAbstractions
  • 1 total downloads
  • Latest version: 2.1.0
Abstractions for making code that uses file system and environment testable.
Microsoft.Extensions.Configuration by: Microsoft
  • 5 total downloads
  • Latest version: 2.0.0
  • configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 5 total downloads
  • Latest version: 2.0.0
  • configuration
Abstractions of key-value pair based configuration. Commonly used types: Microsoft.Extensions.Configuration.IConfiguration Microsoft.Extensions.Configuration.IConfigurationBuilder Microsoft.Extensions.Configuration.IConfigurationProvider Microsoft.Extensions.Configuration.IConfigurationRoot Microsoft.Extensions.Configuration.IConfigurationSection
Microsoft.Extensions.Configuration.Binder by: Microsoft
  • 5 total downloads
  • Latest version: 2.0.0
  • configuration
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 5 total downloads
  • Latest version: 2.0.0
  • dependencyinjection di
Abstractions for dependency injection. Commonly used types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel by: Microsoft
  • 5 total downloads
  • Latest version: 3.0.0
Abstractions for reading `.deps` files.
Microsoft.Extensions.Logging by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0
  • logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0
  • logging
Logging abstractions for Microsoft.Extensions.Logging. Commonly used types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger