Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Entity Framework 4 Code First and the new() Operator

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

Entity Framework query outofmemoryexception

Why are POCO's a good thing in relation to EF4, nHiberate

c# entity-framework-4 poco

Implement IEquatable for POCO

How can I override SQL scripts generated by MigratorScriptingDecorator

Entity Framework Code First: How can I determine the foreign key property used for a navigation property at runtime?

Is Entity Framework ObjectContext correct implementation of Unit Of Work Pattern?

How do you deal with DDD and EF4

Generate SQL Server Express database from Entity Framework 4 model

LINQ to Entities does not recognize the method

Cascade Delete, same table, Entity Framework 4 Code First

Avoiding the use of SelectList in the business layer (MVC 3)

Entity Framework - Code First doesn't load referenced object

Entity Framework - Keep loaded/included related objects after end using?

DbUpdateConcurrencyException in Entity Framework Code First

what is the scope of Viewbag in mvc3 and how do we maintain state in MVC

EF 4.0 model caching the data, and does not detect the modified data

How to run an SQL script against a MDF file?

Domain Modeling Question using C# with Entity Framework CTP 4