- Loading
Tags
About us Actions AppComplete AppCompleteCloud ASP.NET Azure BoringPredictable CO-Unique DDD Declarative Derive Documtr EcoActionLanguage Import Interviews MDA Modlr Mono MS-Technology OCL Packages Plugin Release notes Reports Reverse Seeker Silverlight SourceCode Strategies ThirdParty Tuples UML ViewModel VisualStudio WCF WECPOF WindowsPhone Workarounds WPF Xaml-
Recent Posts
Recent Comments
Archives
Categories
Monthly Archives: May 2011
What is up with all the names?
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 of that model in memory. ECO will via the Persistence Mapper … 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
Report designer
From the get go people have asked us how to get the data of an ECO-based system on to paper. We always said “like you would if you did not use ECO”. Then last year I wrote about the Xaml … Continue reading
Posted in Actions, CO-Unique, Declarative, MDA, Modlr, Reports, ViewModel, WECPOF
11 Comments
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 of custom ocl operations. This way the design time functions … 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
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 that single instance> If Class1 does not have an instance at the … Continue reading
Posted in OCL, UML
Leave a comment
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 not always the best way to solve things (just a … Continue reading
Posted in CO-Unique, Declarative, MDA, Packages
Leave a comment