Project Description
kentaromiura micro IoC for Compact Framework
uIoC is a very basic and simple IoC container that compile on Compact Framework 2.0
-What is IoC ?
IoC stands for Inversion of Control, that is a concept for keeping conceptually separated your classes.
-Why uIoC?
I needed a simple container for tidy the code of an application write on compact framework 2.0,
since I can't find no IoC container for CF 2.0 I had to write my own,
so uIoC was born.