Found 3,392 packages
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
Package Description
Adds support for Entity Framework Core to Umbraco CMS.
EFCore support for Ardalis.SmartEnum.
Adds support for Entity Framework Core SQLite migrations to Umbraco CMS.
Entity Framework Core plugin for automatically adding check constraints in various scenarios.
Package Description
Adds support for Entity Framework Core SQL Server migrations to Umbraco CMS.
Adds basic support for "Upsert" operations to EF Core. Uses `INSERT … ON CONFLICT DO UPDATE` in PostgreSQL/Sqlite, `MERGE` in SqlServer and `INSERT INTO … ON DUPLICATE KEY UPDATE` in MySQL. Also supports injecting sql command generators to add support for other providers
dotConnect for MySQL is a high-performance ORM enabled data provider for MySQL 8.0+ including Embedded servers (starting with 4.1), MariaDB, Amazon RDS, Amazon Aurora, Azure MySQL, Percona that builds on ADO.NET technology. The provider works with .NET Frameworks 2.0+, .NET Core 2.0+, .NET 5+. It supports a wide range of MySQL-specific features, such as secure SSL and SSH connections, compression protocol, HTTP tunneling and others. Package provides advanced Visual Studio integration and convenient visual component editors to simplify component tweaking. More information at https://www.devart.com/dotconnect/mysql/ License dotConnect for MySQL is available in several editions https://www.devart.com/dotconnect/mysql/ordering.html The NuGet package initiates the retrieval of an activation key from the Devart website. This key is required to activate the product for a free trial. Key Features * Direct Mode: Allows your application to work with MySQL directly, without involving MySQL client library. * ASP.NET Core: Supports ASP.NET Core Identity. * Performance: Uses many MySQL-specific performance features & optimizations to ensure the highest performance. * Monitoring: Allows per-component tracing of database events with a free dbMonitor application. * Security: Supports various encryption ciphers, SSL and SSH connections, etc. * Support and updates: Enjoy dedicated support team for prompt issue resolution and regular updates to keep your software running smoothly and securely.
Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider Commonly Used Types: Microsoft.EntityFrameworkCore.HierarchyId
EntityFrameworkExtras.EFCore provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters. **IMPORTANT** - Entity Framework Core: https://www.nuget.org/packages/EntityFrameworkExtras.EFCore/ - Entity Framework 6: https://www.nuget.org/packages/EntityFrameworkExtras.EF6/ - Entity Framework 5: https://www.nuget.org/packages/EntityFrameworkExtras.EF5/ - Entity Framework 4: https://www.nuget.org/packages/EntityFrameworkExtras/ - For EF Core 10.x, use the latest EF Extras v10.x version - For EF Core 9.x, use the latest EF Extras v9.x version - For EF Core 8.x, use the latest EF Extras v8.x version - For EF Core 7.x, use the latest EF Extras v7.x version - For EF Core 6.x, use the latest EF Extras v6.x version - For EF Core 5.x, use the latest EF Extras v5.x version - For EF Core 3.x, use the latest EF Extras v3.x version - For EF Core 2.x, use the latest EF Extras v2.x version
Adds hierarchyid support to the SQL Server EF Core provider
Package Description
Package Description
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 and v4.01. Targets .NET 8 or above. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
Azure Cosmos provider for Entity Framework Core.
Main library package for Finbuckle.MultiTenant.
Entity Framework Core extension to execute stored procedures and map the result to a custom model
Library that provides methods that will help you with mocking Entity Framework Core. Easily mock DbSet and DbContext for unit testing with Moq.