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
- 4 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 9 total downloads
- Latest version: 1.50.5
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Hangfire.AspNetCore
by: Sergey Odinokov
- 7 total downloads
- Latest version: 1.8.6
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
Core components for Hangfire (background job system for ASP.NET applications).
Hangfire.NetCore
by: Sergey Odinokov
- 4 total downloads
- Latest version: 1.8.6
.NET Core's Worker Service host support for Hangfire (background job system for ASP.NET applications).
Hangfire.SqlServer
by: Sergey Odinokov
- 2 total downloads
- Latest version: 1.8.6
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
- 9 total downloads
- Latest version: 3.3.2
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
- 2 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
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0
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
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel
by: Microsoft
- 6 total downloads
- Latest version: 3.0.0
Abstractions for reading `.deps` files.
Microsoft.Extensions.Logging
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0
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