Tag Archives: code-gen
Entity Framework v4, End to End Application Strategy (Part 2, Data Layer)
In part 1, I talked about what the whole app stack will look like. To recap the stack: SQL Server ↑ Data Layer — EFv4 ↑ (Auto generated AutoMapper configs between entities and DTOs) DTOs (Auto generated with T4 templates, based on the edmx) ↑ Service Layer (WCF REST, based on a template) ↑ (Json.NET [...]
Entity Framework v4, End to End Application Strategy (Part 3, Changes to Data Layer)