Category Archives: ViewModel

Import data

This article describes a new feature of the EcoSpaceDebugger. The feature lets you easily import any tab separated data into any eco-based system and enable you to define transformation on how to interpret the data and also look up values … Continue reading

Posted in Import, ViewModel | Leave a comment

WECPOF Goodies 2–GridAction

It is real easy to create an action that creates objects – but the result is not always very user friendly. It is not friendly to force the user to first hit a button to create a new row in … Continue reading

Posted in Seeker, ViewModel, WECPOF | Leave a comment

BorPred–Things are what you make them–so why not try easy

Almost all systems has the need to export and import data. Since it is always very easy to hack something up that does the job – the solution is often to hack something up that does the job – and … Continue reading

Posted in BoringPredictable, Declarative, ViewModel, WECPOF | 1 Comment

You will sooner or later need a Deep Clone

Pretty often you have user scenarios that require you to copy an existing object structure. Like when handling revisions of things and the user wants a new revision but want to start with the old and just tweak a few … Continue reading

Posted in CO-Unique, Declarative, SourceCode, ViewModel | 1 Comment

WECPOF for ASP.NET in BoringPredictable

Another day at the office – you are designing along and thinking out solutions to trivial everyday problems. Now you want to deploy – and one way is to use the BoringPredictable server. Consider this model: And you do some … Continue reading

Posted in AppComplete, BoringPredictable, ViewModel, WECPOF | Leave a comment

AppComplete and Modlr extensions–exporting data

As you model along with Modlr in VisualStudio or by using AppComplete you collect a lot of knowledge about the domain you are modeling. I have heard from many a need to access this information in some simple export format … Continue reading

Posted in CO-Unique, Modlr, ViewModel | 1 Comment

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

Being declarative when it fits with the Model Driven Framework ECO for Visual Studio 2010

So I always praise this declarative development that Enterprise Core Objects lends itself to. Take the ViewModels – I go on and on, post after post, rambling on how amazingly fast and robust a UI built this way can be … Continue reading

Posted in Declarative, ViewModel, Xaml | Leave a comment