Tag: EntityFramework
All the articles with the tag "EntityFramework".
-
.NET Beyond the Demos - Part 1
Michael Earls
I like code demos. They're good for getting you familiar with how a specific technology works. However, many times, it's hard to get a feel for how different technologies work together to create a larger ecosystem in the enterprise environment.
-
Entity Framework Composable Queries using LinqKit
Jeff Tyler
Linqkit allows you to compose queries and reuse them so that you can apply the DRY prinicpal to your queries