Saturday, July 16, 2005

Collaborative Blogging

I have decided to move my thought-tracking to a collaborative blog.
My friend, Lajos Pajtek, kindly created the blog for us.
Watch: http://thought-tracker.blogspot.com/

Wednesday, July 13, 2005

CastleProject and Spring.Net

I'm glad that I work with people which see XML as no human-readable-friendly format.
The YamlSerializer will do us good.

But here are Hammett's thoughts:
part I
part II

The second part is better, I really like the "castle way".

Tuesday, July 12, 2005

PicoContainer Book and txt2tags

Looking at PicoContainerBook I found txt2tags.
Very nice. Seems perfect for internal documentation.

Sunday, July 03, 2005

Loading Dynamic Assemblies in .Net

I think I forgot to post the link
Eric Gunnerson, Loadin Dynamic Assemblies

Composite Inversion of Control

I've just mailed with Hammet on the CastleProject devel-list.
I need a way to "divide et impera" the components.
Every component is formed of sub-components,
and the Container's job (MicroKernel) is to link all these elements
into one running application. Every partial-configuration file,
is responsible for setting-wiring its sub-coordinating components.

This is how the Metro is doing.