Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework 4 Entity with EntityState of Unchanged firing update

entity-framework

Should i use partial classes as business layer when using entity framework?

Sqlite .NET and Entity Framework - "attempt to write a readonly database"

entity-framework sqlite

Entity Framework in Layered Architectures

c# .net entity-framework poco

Does EF have ordered collections? The equivalent of list in the NHibernate Bag Vs Set Vs List world

EF Where(x => x.ColumnVal == 1) vs FirstOrDefault(x => x.Column == 1)

Entity Framework Table Per Type Performance

.NET: Converting from LINQ to SQL to Entity Framework

Associate tables from different databases - Entity Framework

c# entity-framework

ADO EF Code First Generic Intermediate Class Inheritance mapping

Mapping TPT in EF Code First 4.1 w/ Different Primary Keys

How can I recognise an EF POCO proxy without referencing EF?

c# .net entity-framework poco

DDD on an enterprise scale?

Linq query taking too long

c# linq entity-framework

Committing changes to the database using Entity Framework

What is the best MVC3 solution structure?

How to share a connection string between multiple entity data model

Why isn't this LINQ Group By aggregating the rows in vb.net?

Entity Framework Migrations: Timeout SqlException during migrating

How can I override SQL scripts generated by MigratorScriptingDecorator