When developing a C# application based on a UML model, code/model consistency is often compromised, because the source C# IDE and the UML tool have different goals. Analysts deliver the generated model to developers, who tend to forget that the model needs to keep track of the implementation, so as to make the business services reusable and to improve maintainability.
Objecteering/C# Developer integrates a model-driven based synchronization mechanism, which makes it easy to keep the model up-to-date and synchronized with the code edited with the MS Visual Studio.net IDE. In addition, solution files can be automatically generated for MS Visual Studio.net. |