Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Adding new column using Update-Database in Entity Framework Core

Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints. - How?

How to register Firebird data provider for Entity Framework?

Entity data model, unique index

Serializing Entity Framework problems

Should grandparent foreign keys be stored in grandchild table?

Advice on replacing Enterprise Library Data Access Block by Entity Framework

Where does Unit Of Work belong w/ EF4, IoC (Unity), and Repository?

Recommendations for C# database access

From datatable to Entity

SqlDateTime overflow error when saving DateTime.MinValue on a POCO entity

Best Practice - Mixing Table-Entities with View-Entities in EntityFramework?

c# entity-framework view edmx

Cascading delete in Entity Framework

How do I stop EF (Code First) Checking For Schema Changes

How do I perform date-part comparison in EF

EF 5 + SQL Server CE 4: How to specify custom location for database file?

Getting a SQL View via Entity Framework returns incorrect result

c# sql entity-framework

EF connection string as DbContext constructor argument

Entity Framework 6: detect relationship changes

Manually add a migration?