Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

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

NUnit first test very slow with Entity Framework in Resharper test runner

Testing EF 4.0 with POCO and t4 templates - How mock context?

c# entity-framework-4 t4

MVC3 EF4 POCO Repository/UnitOfWork Connection Error

Use a struct in place of a primitive for a EF4 property type

Entity Framework 4: Access current datacontext in partial entity class

What is the best way of using DTOs in a SOA application?

How to use Entity Framework + PostgreSQL from connection?

EF4 Code First + SQL Server CE: save bidirectional reference atomically