Coding Grounds
Compilation of different programming projects I amuse myself with.
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:
Traversing paged results using Massive data access wrapper
›
Massive, a library created by brilliant developer Rob Conery and Jon Skeet's frequent humorous side-kick, has got a lot of nice feature...
1 comment:
Monday, 17 February 2014
Using ElasticObject to parse arbitrarily large XML documents into object graphs
›
ElasticObject is a great implementation of a DynamicObject, that allows the developer to work with an arbitrarily large XML document, using ...
‹
›
Home
View web version