by TheJet
16. April 2012 00:00
The 4.0 .NET Framework introduced a new concept for dealing with multi-threaded programming, the Task Parallel Library [or TPL from here on out]. The TPL sought to pull out the ‘good’ bits of parallel programming, from both best practices to burnt fingers, and roll them into a nice, easy-to-use framework. For the most part, at least in my experience, Microsoft succeeded in this goal. Certainly it wasn’t perfect, and there were bits missing [many of which appear in the .NET 4.5 preview], but it was an excellent ‘1.0’.
[More]
9ba5f02d-9ec4-4c3d-8bff-9e3318ceca0e|0|.0
by TheJet
13. October 2011 06:23
Flagged enumerations can present a difficult problem for data binding, this article presents a solution for binding these enumerations to individual CheckBox(s) in a WPF sample application.
[More]
e5e15d24-909b-4271-9429-718201262782|0|.0