Coding Grounds
Compilation of different programming projects I amuse myself with.
Tuesday, 10 February 2015
Automatic mapping for deep object graphs in Entity Framework
›
Using the great code sample from DevTrends article "Stop using AutoMapper in your source code", I have adjusted the code a ...
1 comment:
Monday, 24 November 2014
Reducing complexity in Entity Framework queries with IQuyerable and Linqkit
›
I have added a presentation written in Norwegian that explains how one can reduce complexity in Entity Framework, using IQuyerable decompo...
Tuesday, 14 October 2014
Asynchronous Entity Framework operations
›
Sample code: using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Threading.Tasks; namespace Tes...
‹
›
Home
View web version