Coding Grounds
Compilation of different programming projects I amuse myself with.
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...
Tuesday, 18 February 2014
Performing slow work outside the WPF UI thread and updating the WPF GUI afterwards
›
Developers using WPF are very familiar with the problem of doing slow work on the UI thread and trying to update the GUI thread afterwards. ...
2 comments:
‹
›
Home
View web version