Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

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

one-to-one relationships in Entity Framework 4 v2 with POCO

Entity Framework 4 - Refresh specific tables when updating

.net entity-framework-4

EF4.1 multiple nested entity Includes gets NotSupportedException?

How can I add constraints to an ADO.NET Entity?

Using CreateSourceQuery in CTP4 Code First

entity-framework-4

How do I add a calculated column to my EF4 model?

Programming against interfaces & Entity Framework 4.0

How to model POCO object from a multilanguage database with Entity Framework 4?

Enums in EF4 POCO Generated Objects

How Can I Extend A Entity When Using RIA Services With Silverlight?

Entity Framework DateTime column - GetDate() value Insertion

Is there a way to find all Entities that have had their relationships deleted?

Which SQL Server sql data type to use in order to preserve UTC date time

Entity Framework 4: Table per Type inheritance problem on insert

Implementing the Repository Pattern in ASP.NET MVC