EntityFramework.Exceptions

Database Exceptions

A set of strongly typed exceptions for Entity Framework Core to handle common database errors and provide more informative error messages.

Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.

GitHub

2k stars
17 watching
73 forks
Language: C#
last commit: about 2 months ago
Linked from 4 awesome lists

database-exceptionsdotnet-coreentity-frameworkentity-framework-coreentityframeworkmysqlnetcore2netcore3odp-netoracleormpostgresqlsql-serversqlitesqlite3

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
iotsharp/entityframeworkcore.taos A .NET provider for TDengine's ADO.NET interface, enabling access to the database through Entity Framework Core. 171
nickstrupat/entityframework.softdeletable Provides base classes and helpers for managing soft-deletable data in EntityFramework applications. 3
softfluent/entityframeworkcore.dataencryption An extension to Entity Framework Core that adds support for encrypting data in entity properties 329
phongnguyend/entityframeworkcore.sqlserver.simplebulks A .NET Core library providing bulk data operations for SQL Server databases. 160
nickstrupat/entityframework.versionedproperties Supports fine-grained data versioning in Entity Framework projects 42
nickstrupat/entityframework.triggers Adds events for entity inserting, inserted, updating, updated, deleting, and deleted to Entity Framework 374
dotnet/entityframework.docs A documentation repository for Entity Framework Core and Entity Framework 6. 1,631
giorgi/duckdb.net A C# library providing bindings and ADO.NET support for DuckDB, a self-contained relational database engine. 437
npgsql/efcore.pg A provider that allows .NET developers to interact with PostgreSQL databases using the Entity Framework Core API. 1,565
nickstrupat/entityframework.rx Reactive extension wrappers for hot observables of Entity Framework entities. 132
sjh37/entityframework-reverse-poco-code-first-generator Generates Entity Framework Code First Poco classes from an existing database 710
wimmics/corese A platform implementing and extending Semantic Web standards for RDF data management 102
verifytests/verify.entityframework Tools for testing and verifying Entity Framework interactions during unit tests. 58
dotnet/ef6 An object-relational mapper for .NET that eliminates the need for data-access code. 1,432
deepcake/chickens An example of using an entity-component system framework with game engines and physics libraries to create interactive content 1