Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Forcing Entity Framework generated classes to have Pascal casing and column names to have Camel casing

How to auto-update the Modified property on a Entity in Entity Framework 4 when saving?

Creating Entity Framework Objects from Stored Procedures

Entity Framework Casting Error

Entity framework - All tables in one edmx file

Mapping value-type collection in Entity Framework

How do I initialize my Entity Framework queries to speed them up?

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)