Category Archives: WECPOF

Import xml and JSon with MDriven – selfVM.XmlToObjects and selfVM.JsonToObjects

This article was moved to MDriven Wiki – Import xml and JSon with MDriven I have discussed the selfVM.JsonToObjects a bit in this article. Now another very similar function is introduced – the selfVM.XmlToObjects. Suppose you have a use case … Continue reading

Posted in JSon, MDrivenDesigner, MDrivenTurnkey, ViewModel, WECPOF, Xml | Tagged , | 1 Comment

MDriven Designer Overview part 3

Review on the WECPOF prototyper application and continue on prototyping with actions and viewmodels. This article was moved to Part 3 | WECPOF prototyper application You can also check out the video

Posted in MDrivenDesigner, Uncategorized, ViewModel, WECPOF | Tagged , , , , , , , | Leave a comment

WPF – the more you use the more you learn

WPF has abilities that maps extremely well into our declarative way of thinking. The more I use WPF the more I like it. Today I had a requirement that the cells of a DataGrid in my UI should have a … Continue reading

Posted in ViewModel, WECPOF, WPF | Tagged | Leave a comment

GuardConstraints

This article was moved to MDriven Wiki – GuardConstraints Constraints is a good way to add business rules to your application. Constraints are further discussed here. Guards are what you set on State machine transitions as described here. This article … Continue reading

Posted in MDrivenDesigner, Modlr, WECPOF | Tagged , , | Leave a comment

Moving your work from MDriven Designer to MDriven Framework

This article was moved to MDriven Wiki – Moving your work from MDriven Designer to MDriven Framework When you have modeled in MDriven Designer and want to turn your model into a full application – read on. To have the … Continue reading

Posted in MDrivenDesigner, WECPOF, WPF | Tagged , | Leave a comment

MVC White paper in 4 parts

This article was moved to MDriven Wiki – MVC White paper in 4 parts Use CapableObjects with MVC – this is how //www.capableobjects.com/xdownloads/Doing%20MVC%20with%20CapableObjects.pdf The document handles new model driven controllers for MVC and Wecpof for MVC and a few things … Continue reading

Posted in MVC, WECPOF | 9 Comments

The Concept application WhenAndWhereProject

This article was moved to MDriven Wiki – The Concept application WhenAndWhereProject The WhenAndWhereProject is a complete system for visualizing work on specific locations. Hopefully we can continue to add functionality to this in order to explain key concepts to … Continue reading

Posted in ViewModel, WECPOF, WPF | 1 Comment

Following up the post on Custom controls in ViewModel aided views

The first article is found here and in the last section I said I would create a CustomControl that show data in a gantt chart; here it comes. A very naïve model to hold the data. Then a ViewModel that … Continue reading

Posted in ViewModel, WECPOF | Leave a comment

Custom controls in ViewModel aided Views

This article was moved to MDriven Wiki – Custom controls in ViewModel aided Views I have written on numerous occasions on how to mold data from your model into viewmodels using the ViewModel-designer in Modlr. I have also made a … Continue reading

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

Access groups

This article was moved to MDriven Wiki – Access groups You probably have different users in your system and these users are probably associated with an access group somehow (ActiveDirectory or something in your application). You will want to allow … Continue reading

Posted in WECPOF | 3 Comments