Coding Grounds
Compilation of different programming projects I amuse myself with.
Wednesday, 25 June 2014
A generic IEqualityComparer of T written in C#
›
When working with LINQ, often one has to pass in an IEqualityComparer of the class(es) being used. Implementing IEqualityComparer on classes...
2 comments:
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:
‹
›
Home
View web version