Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework using IdentityDbContext with Code First Automatic Migrations table location and schema?

T4 code generator for Entity Framework - Failed to resolve include text for EF.Utility.CS.ttinclude

How to monitor transaction isolation level changes in SQL Profiler or in any other tool

LINQ to Entities .Contains for a tuple (2 foreign keys)

c# entity-framework linq

Is IQueryable SQL injection proof using Entity Framework?

DbContext.ChangeTracker in automated tests throws SQLException

Azure SQL Data Warehouse and Entity Framework

How to specify a valid ordering for dependent operations when defining entity relationships?

c# entity-framework

Cannot insert the value NULL into column 'MaintenanceId', table '<tableName>'; column does not allow nulls. INSERT fails EF 6.1

How do I get DB generated IDs back when using repository pattern?

c# entity-framework

How to validate LINQ queryable without database

Get parent department node in Entity Framework

How to Select All with a One to Many Relationship Using Linq

Query an Entity Framework entity without knowing the object type (class/table) in advance

"the entity type is not part of the model for the current context" error is thrown when project contains more than one EDMX file

MySQL Data Provider Not Showing in Entity Data Model Wizard

How to set a property to be "Identity" or auto-incremented column with Entity Framework Core?

Can one make a C# attribute that is a combination of other attributes that get picked up by Entity Framework Code first migrations

Math Absolute In Ef Core?

EF Core2.2: Scaffold-DbContext not working with named connection string in WPF project