Coding Grounds
Compilation of different programming projects I amuse myself with.
Thursday, 31 December 2015
Paged result with EntityFramework ObjectContext
›
Paged results are possible using Entity Framework. Sometimes it is desirable to create a utility method to support paged results in a simple...
3 comments:
Wednesday, 16 December 2015
Create your very own generic GetById method using LINQ Expression Trees
›
Working with LINQ Expression Trees is sometimes somewhat a tough challenge for C#-programmers, since they usually do not work with Expressio...
Tuesday, 15 December 2015
Generic base class supporting ObjectContext CRUD operations
›
In Entity Framework it is interesting to see if it is possible to create a base class that support CRUD operations with ObjectContext. I wa...
1 comment:
‹
›
Home
View web version