Help with Event-Based Components

Posted by Joel in Gö on Stack Overflow See other posts from Stack Overflow or by Joel in Gö
Published on 2010-09-03T14:09:10Z Indexed on 2010/12/26 9:54 UTC
Read the original article Hit count: 312

I have started to look at Event-Based Components (EBCs), a programming method currently being explored by Ralf Wesphal in Germany, in particular. This is a really interesting and promising way to architect a software solution, and gets close to the age-old idea of being able to stick software components together like Lego :)

A good starting point is the Channel 9 video here, and there is a fair bit of discussion in German at the Google Group on EBCs. I am however looking for more concrete examples - while the ideas look great, I am finding it hard to translate them into real code for anything more than a trivial project.

Does anyone know of any good code examples (in C# preferably), or any more good sites where EBCs are discussed?

© Stack Overflow or respective owner

Related posts about events

Related posts about architecture