Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

How to dynamically set a property of a class without using reflection (with dynamic) in C# 4 when property name is coming from another source

Entity Framework - Load only Selected properties

How to map a property as NOT a column in EF 4.1

Use reflection to get lambda expression from property Name

Using a separate file to maintain the connection string for entity framework

How do I get Entity Framework to only update the Properties modified in the SQL generated?

EF4: LINQ 2 Entities query works in C# but not in VB

MvcScaffolding: How to support many-to-many relationships between entities

LINQ-to-Entities, Ambiguous Column Name with association between two views with the same column name

Removing select N+1 without .Include

Exe file is not running from my Windows service with database connectivity?

MVC 3, Entity Framework 4.x, Database First, Desperation

How do I catch a SqlException thrown by RAISERROR called in a trigger set off by Entity Framework 4?

Return entity type when using table per type inheritance

c# entity-framework-4

How To Update EF 4 Entity In ASP.NET MVC 3?

Can I do an INSERT with a SELECT equivalent in Entity Framework 4

What is the scope of my Ninject injected ObjectContext in my custom MembershipProvider (using Request scope)?

How to combine inner join and left join in Entity Framework