Introduction
Welcome
Cemanahuatl is an open source project developed for the .NET platform, with the aim of providing a robust framework that will help developers create better applications with a better design in less time.
The main libraries of this project currently are:
- Basics
- Contains a set of objects and helper classes that are used throughout the rest of the framework. This can be used on its own as well.
- IoC
- An implementation of the Inversion of Control pattern, similar to the Pico Container in Java, with XML configuration capabilities. It includes remoting capabilities (you can ask the ComponentAssembler for an object and it will get it from a remoting server).
- ObjectRelational
- A small Object Relational Mapper.
- View
- A set of components on Windows.Forms that help speed up the creation of data-oriented applications.