Coding Grounds
Compilation of different programming projects I amuse myself with.
Wednesday, 7 May 2014
Generic type conversion in C#
›
Generic type conversion in C# is possible, but the type conversion must consider many different conversions. The following code below define...
1 comment:
Wednesday, 23 April 2014
Using LinqKit and PredicateBuilder to create reusable predicates or filters in Entity Framework
›
If one has worked with Entity Framework for a while, sooner or later it becomes clear that refactoring logic into separate methods is hard, ...
1 comment:
Wednesday, 5 March 2014
Entity Framework Code First Generic Entity store operations
›
This article will discuss how generic entity store operations towards a data context can be used with EF Code First. This is tested with EF...
‹
›
Home
View web version