Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Integration tests with Entity Framework 4 Code First using SQL Server CE 4 or SQLite

How to use SQL wildcards in LINQ to Entity Framework

Serializing EF4.1 Entities using JSON.Net

Using IQueryable<TEntity> instead DbSet<TEntity> problem

Entity Framework SaveChanges Return Error. AddObject Does not set Primary Key

c# entity-framework-4

WPF form validation before source update using IDataErrorInfo

Deleting Entity in Many to Many Relationship Leaves Orphans in Relationship Table

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