Monthly Archives: May 2011

What is up with all the names?

This article was moved to MDriven Wiki – Main concepts definition ECO – Enterprise Core Objects ECO is really a rule engine that given a UML model and a Persistence Mapper will help any .net runtime to handle the objects … Continue reading

Posted in About us, CO-Unique, Strategies | Leave a comment

SQL Azure

When using the Generate Schema and Evolve Schema with Windows SQL Azure all tables must have a clustered index. Luckily this is standard in ECO maintained databases – with one exception – the table that helps ECO to remember what … Continue reading

Posted in Azure, MS-Technology | Leave a comment

Modlr plugin

This article was moved to MDriven Wiki – Modlr plugin A Plugin interface is an easy way to allow for you to add your own extensions. We have now extended the Plugin with yet another interface to facilitate the adding … Continue reading

Posted in CO-Unique, Modlr, OCL, Plugin | 7 Comments

ViewModels with UI hints in WPF–use grid splitters

Using ViewModels with UI hints WPF is a furious fast way to get your UI in place. However there was no declarative way to introduce splitters between UI parts. There is now. The EAInfo parts of Modlr is built with … Continue reading

Posted in Declarative, Modlr, ViewModel, WECPOF, WPF | 2 Comments

The oclSingleton ocl operator

This article was moved to MDriven Wiki – The oclSingleton ocl operator There is an operator in ocl that I bet you do not know about yet: oclSingleton. Use it like this: Class1.oclSingleton <and follow with operations or navigations on … Continue reading

Posted in OCL, UML | Leave a comment

Side effects

This article was moved to MDriven Wiki – Side effects From time to time you want to have side effects trigger when changing something in the objects. There are many valid reasons for this to happen – but it is … Continue reading

Posted in CO-Unique, Declarative, MDA, Packages | Leave a comment