Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

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

Better way to query a page of data and get total count in entity framework 4.1?

LEFT JOIN in LINQ to entities?

The result of a query cannot be enumerated more than once

Entity Framework 4 mapping fragment error when adding new entity scalar

How to set CommandTimeout for DbContext?