Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I am studying in depth the multithreading, parallel programming and concurrency topics in .NET framework and want to find and learn from any practical examples, open source software wherein those technologies are used. Can you please advise a good code example to look at?

Thanks.

share|improve this question
I found reltand project here: code.google.com/p/retlang as an example to look at. – arctic_dev Jun 24 '11 at 9:33

1 Answer

up vote 1 down vote accepted

This opensource project uses it: http://pservicebus.codeplex.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.