Category Archives: netcf
CompactContainer rebump
Almost a year ago I did some experimentation with porting Castle Windsor to be used under the .NET Compact Framework, and while I got it done (excluding several features; mainly everything that has to do with proxys), it was clear that its implementation was not though to be used in a resource-constrained environment. Windsor has [...]
CompactContainer new features
Last week I’ve found this post, in which Jeff Doolittle made an analysis of some alternatives about using dependency injection with the .NET Compact Framework. As I’ve faced the same decision some time ago and ended rolling out my own solution, I pointed him to CompactContainer. Apparently he likes the project but needs some features [...]
Inversion of Control container on .NET Compact Framework
Once upon a time I started to write an ambitiuos embedded application… I had very little knowledge about .NET, Design Patterns, TDD, DDD and all those cool things at that time. My application grew over time and suddenly it became an unmaintainable monster. It was composed of a big web of interrelated components each of [...]