Project DescriptionDotNetMax is a "Framework" created to help you into day a day programming activities, elimination repetitive codes, increasing the productivity and removing a lot of bugs in application with exhaustive tested components.
All your components are tested before deployment with test applications, unit tests and performance sessions.
Now, DotNetMax has the following components:
- DotNetMax.Common - Common Objects in all Components
- DotNetMax.Serialization.Xml - Xml Serialization Enhancements
- DotNetMax.Type.Enumerator - Enhancements for Enum Manipulation and Translations
- DotNetMax.Type.ValueType - Enhancements for Value Type Manipulation. Including Nullable Value Type
- DotNetMax.Configuration.Ini - A .Ini Configuration File Components
- DotNetMax.Cloning - A Complete Clonning Component. Including N Levels Inheritance and Linking
- DotNetMax.Text.HyperSpeedTextGenerator - Sequential (Optimized for Brutal Force Algorithms and Unit Test) and Random Text Generation
RoadmapTo see the roadmap, click
RoadmapCurrent Stable Release| Component | Version | Last Change |
| DotNetMax.Common | 1.0.0 | 2010-06-15 |
| DotNetMax.Serialization.Xml | 1.0.0 | 2010-06-15 |
| DotNetMax.Type.Enumerator | 1.0.0 | 2010-06-15 |
| DotNetMax.Type.ValueType | 1.0.0 | 2010-06-30 |
| DotNetMax.Configuration | 1.0.0 | 2010-06-15 |
| DotNetMax.Cloning | 1.0.0 | 2010-06-30 |
| DotNetMax.Text.HyperSpeedTextGenerator | 1.0.0 | 2010-06-30 |
.Net Framework Compatibility| Component | .Net 1.0 | .Net 2.0 | .Net 3.0 | .Net 3.5 | .Net 4.0 |
| DotNetMax.Common | NO | YES | YES | YES | YES |
| DotNetMax.Serialization.Xml | NO | YES | YES | YES | YES |
| DotNetMax.Type.Enumerator | NO | YES | YES | YES | YES |
| DotNetMax.Type.ValueType | NO | YES | YES | YES | YES |
| DotNetMax.Configuration | NO | YES | YES | YES | YES |
| DotNetMax.Cloning | NO | YES | YES | YES | YES |
| DotNetMax.Text.HyperSpeedTextGenerator | NO | YES | YES | YES | YES |
Unit Test Ratio| Component | N.º of Test | Not Covered Blocks (%) | Covered Blocks (%) |
| DotNetMax.Common | Not Applied | Not Applied | Not Applied |
| DotNetMax.Serialization.Xml | 14 | 0 (0%) | 117( 100%) |
| DotNetMax.Type.Enumerator | 11 | 24 (10.62%) | 203 (89.38%) |
| DotNetMax.Type.ValueType | 2 | 4 (26.67%) | 11 (73.33%) |
| DotNetMax.Configuration | 7 | 5 (2.51%) | 194 (97.49%) |
| DotNetMax.Cloning | 16 | 3 (3.23%) | 90 (96.77%) |
| DotNetMax.Text.HyperSpeedTextGenerator | 4 | 3 (4.17%) | 69 (95.83%) |
| Total | 54 | 39 (5.39%) | 684 (94.61%) |