Provides an abstract multi-dimensional modeling infrastructure, containing extensible model elements like dimensions, classifiers, and value types.
Typically used areas and classes/interfaces/services:
- IModelSpace, IClassifier, IAnnotation, IProperty, IMethod, IParameter....
More information
Has own Visual Studio Addin for easier use. Small size. Capture Business-use-cases and convert it into a modular, highly testable chunk of codes. One step closer to dissecting & migrating monolithic apps. Provides a common ground for projects with large number of developers. A combination of...
More information
A significant abstraction over integrating any relational database into a .NET application, to the point of query-free interactions where tables are merely classes.
An abstract package for accessing database using System.Data. The interfaces are database independent and they contain many methods which simplifies writing code. They help writing loosely coupled and unit testable code.
The assembly is signed and CLS compliant.