Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Programmatically Enabling/Disabling Entity Proxies

How do I implement a search feature with Entity Framework?

How can I detect a [NotMapped] annotation from PropertyInfo or MetaData?

EntityFramework not creating tables

Does entity framework compare assigned values with original to determine IsModified flag?

ASP.Net MVC Store User Entity In Session

Viewing Entity SQL produced by Linq-to-Entities

List of Integers in Entity Framework

Concurrent access to database - preventing two users from obtaining the same value

Get Custom Attributes applied to generated entities via MetadataType attribute

Using navigation properties in entity framework code first

EF how to filter data by date

The table/view does not have a primary key defined

What is an Entity? Why is it called Entity?

Extending EF4 SQL Generation

Entity Framework Is it possible to add an ASSOCIATION between Primary Keys and a Foreign Key

Verify if object is already inside Entity Framework context

EF4 Independent Associations - Why avoid them?

Many-to-many relationships in Entity Framework where join table has more than two fields?

Any downsides to passing around a DataContext object as a 'ref' parameter?