Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Can't Add ADO.NET Entity Data Model to .NET Core 2.1 Project

How to run two Entity Framework Contexts inside TransactionScope without MSDTC?

Why doesn't Entity Framework support ODBC?

Entity Framework : "The underlying provider failed on Open"

asp.net entity-framework

How do I concatenate strings in Entity Framework Query?

Why use EF 5.X DbContext Generator when Edmx does the same job?

c# entity-framework

How to use migration programmatically in EntityFramework Codefirst?

Clean way to deal with circular references in EF?

How to reset identity seed in Sql Azure

EF5 Code First Migrations: "Column names in each table must be unique" error after using RenameColumn

Why to use DbContext and not ObjectContext

How to update FK to null when deleting optional related entity

Include property but exclude one of that property's properties

Dump Linq-To-Sql now that Entity Framework 4.0 has been released?

How to Create a Entity Framework Project?

EF4.1 Code First : How to disable delete cascade for a relationship without navigation property in dependent entity

Can I use Entity Framework or Linq To SQL with Windows 8 Metro Style apps?

How to pass parameters to DbMigration.Sql() Method

Where is MergeOption in Entity Framework 6?

c# entity-framework

Introducing FOREIGN KEY constraint may cause cycles or multiple cascade paths. Specify on delete no action