pwab

Stories submitted by pwab

MSDN is just too hard to navigate sometimes(blog.tfstracker.deltapi.co.za)

submitted by pwabpwab(35) 4 years, 8 months ago

I have PROOF; You can unsubscribe from events even if you haven’t subscribed to them (OR Sometimes MSDN is just too much trouble) read more...

add a comment |category: |Views: 0

tags: another

Sorting Effectively(blog.tfstracker.deltapi.co.za)

submitted by pwabpwab(35) 4 years, 9 months ago

Shows a trick I learned when you want to do problem-specific sorting on a collection of objects. read more...

add a comment |category: |Views: 2

tags: another

Message passing architecture in C#(blog.tfstracker.deltapi.co.za)

submitted by pwabpwab(35) 4 years, 10 months ago

A lot of people have written about the benefits of writing software, especially concurrent software, in a message passing architecture. The poster-child language for this style of programming is Erlang, a functional language. In this post I will explain briefly what “message passing architecture” means (in .NET terms), and how I implemented it in my OSS library ErlyThreads, which I am using in the TFSTracker application. read more...

6 comments |category: |Views: 712

tags: another