News
Peoples interested in lightweight framework for enhance the architecture of their systems, will not be disappointed. I'm currently working, time allowing, to the future of this project: focusing energy in components containers (like Castle, Unity and more...). Maybe the new sources will make me create a new project. Anyway you will have info on this page. 27 Dec 2008, Giacomo Stelluti Scala
Introduction
The Common Utility Library will try to offer a simple interface for solve common programming tasks.
In particular we address:
- Configuration Management in order to provide Extensibility to Applications, based on an Object Creation SubSystem.
- More Collections and Containers (for now all generics).
- Reusable Types for creating Parsers.
- The library includes a parser for mathematical expressions (built with these reusable types).
- Helper Types for everyday use.
Versioning Policies
This is the last version of 1.x stable releases (specifically 1.2.x.x). Bug fix notifications will be collected and applied to the 1.2 branch (example: creating the
1.2.1000.7 release). Requests for new features will be taken into account for the upcoming
2.0 release (that probably will be released with a version number of 1.9 alfa/preview).
Compatibility
- MS .NET Framework Version 2.0
- Mono Framework Profile 2.0
Test
- Contains unit-test from first releases.
- Tested with Mono on Linux.
References