Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

How not persist property EF4 code first?

Entity Framework/Linq to SQL: Skip & Take

Entity Framework Code Only error: the model backing the context has changed since the database was created

What is Entity Framework fluent api?

Using System.ComponentModel.DataAnnotations with Entity Framework 4.0

EF ICollection Vs List Vs IEnumerable Vs IQueryable

EF Code First giving me error Cannot insert explicit value for identity column in table 'People' when IDENTITY_INSERT is set to OFF. [duplicate]

How do I correctly set an association between two objects in the Entity Framework 4 Entitydesigner?

Can I change the default schema name in entity framework 4.3 code-first?

Internal .NET Framework Data Provider error 1025

ADO.NET DbContext Generator vs. ADO.NET Poco Entity Generator (ObjectContext)

How to specify database name in Code First?

Is DbContext the same as DataContext?

Entity Framework mergeoption notracking bad performance

Entity Framework Code First AddOrUpdate method insert Duplicate values

c# .net entity-framework-4

Disable lazy loading by default in Entity Framework 4

How to include ampersand in connection string?

Entity Framework Code First Fluent Api: Adding Indexes to columns

what is the most reasonable way to find out if entity is attached to dbContext or not?

EF4 - The selected stored procedure returns no columns