The team
Near the end of ‘07, a couple of developers got stung by the software factory bug and wanted to actively participate in the community. So we joined forces with some of our colleagues from Professional Services at Compuware Belgium to start a focus group about Software Factories. We’ve managed to gather an enthusiastic team of people with GAT/GAX, DDD and DSL tools experience.
Bart Waeterschoot
Summary
I’m particularly interested in how we can make the life of developers like us easier and especially more fun! Read: Less boiler plate code to free up time for the fun part of coding. For the moment I’m keeping my eye on .NET software factories (duh!), Visual Studio extensibility, ALT.NET community, P&P, DDD, TDD, …
LinkedIn: http://www.linkedin.com/in/bartwaeterschoot
Plaxo: http://pulse.plaxo.com/pulse/profile/show/115964549369/
Facebook: http://www.facebook.com/profile.php?id=687339664
Yves Goeleven
Summary
LinkedIn: http://www.linkedin.com/profile?viewProfile=&key=5875031
Plaxo: http://pulse.plaxo.com/pulse/profile/show/128849433272
Website: http://www.goeleven.com
Laïla Bougria
Summary
LinkedIn: http://www.linkedin.com/in/lailabougria
Facebook: http://www.facebook.com/profile.php?id=634448436
Michael Tautz
Summary
I am a dedicated software engineer working at Compuware who loves working with Microsoft Technologies. Currently, my primary focus is C# and ASP.NET, but I have a strong interest in all things .NET. Like many of us, I like improving myself by integrating different methodogies and techniques.
LinkedIn: http://www.linkedin.com/in/michje
Facebook: http://www.facebook.com/friends.php?id=796859177
Stijn Guillemyn
Blog: http://stijnguillemyn.wordpress.com
LinkedIn: http://www.linkedin.com/in/stijnguillemyn
Facebook: http://www.facebook.com/profile.php?id=522093497

[...] - A deep dive into Microsoft software factory technologies and tools". It is maintained by some of his team members at Compuware Belgium. Here's what they say about their [...]
LOVE your blog… I’ve been doing a lot of work with Factories (I did the initial port to 2008 of the CastleContrib ActiveWriter DSL).
Recently I did my own IoC improvement however not really a DSL but a run-time state inference engine, but deterministic. This allows for ‘almost’ elmiminating the concept of ‘IoC Config’ (not completely of course).
While Binsor (from Ayende) and it would appear Unity (I need to check it out after writing this) make great leaps, I hope to semantically break things into:
1) What are the fundamental drivers for resolving (at run-time) the implementation to provide to a requester?
2) Given that set of drivers, what are the data elements we must have access to (and be able to perform intelligent parsing of) to arrive at answers?
3) Given results that are conflicting, or not specific, we allow the configuration of ‘meta configuration’ to guide us in ‘rules to use to solve answers to our ‘run-time’ rules’.
etc…
One of the main enablers of this is Linq. I leverage an optimized ‘Linq to Reflection’ system as of course much of the data is Reflection based.
I’m using this with Castle Windsor off their trunk, NHibernate 2.0.0.Alpha1, ActiveRecord, ASP.NET 3.5 & 3.5 Beta 1 (using the prePageHandlerExecute event).
Anyway GLAD TO FIND YOU!
Kind Regards,
Damon Wilder Carr