Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Getting "The SqlParameter is already contained by another SqlParameterCollection." error while using SqlQuery command

Add new table to an existing database using database first approach EF

The difference between EF6 and EF4.1 in files hierarchy

Why does adding a parameterless constructor to my entity model class work here? What are the implications?

Different seed for development and production

entity-framework

EF Code First foreign key without navigation property, but with parent collection property

c# entity-framework

Entity Framework Core 2.0 Add-Migration doesn't create any migration files

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