Category Archives: Silverlight

Storing locally on the Windows Phone 8.1 and WindowsStore 8.1–and in Xamarin

Puh – getting dizzy by all the environments? Luckily once you have the initial project set up they all behave the same from a model perspective. This article focus on the ability to store data locally on the device. To … Continue reading

Posted in Silverlight, WindowsPhone, WindowsStore | Tagged | 2 Comments

Known limitations using ECO with Silverlight

I would love to just write NONE here but no… #1 When using many to many associations like: It will fail adding to this association in Silverlight. Reason: This construct creates an implicit link class (FriendExpensiveStuff) and the implicit class … Continue reading

Posted in Silverlight | Leave a comment

WECPOF, the 10 times faster way to build .net systems is replaced with WECPOF2

Last year when we assembled all the bits and pieces of work and consolidated it into WECPOF I was extremely satisfied. It is a good feeling to have a vision, work on it from many angles and in the end … Continue reading

Posted in Declarative, Silverlight, WECPOF | 1 Comment

Straight forward, easy even, Silverlight applications with ECO that saves, loads and discovers changed objects on the server

This is the beta of the Silverlight persistence – I want feedback on how it works and how hard/easy it is to get along with. Yes, I have promised this for a long time but we got caught up in … Continue reading

Posted in Silverlight, ViewModel | Leave a comment

Eco Silverlight–client and server side–how is it supposed to work

The question on the forum was “So what is on the Eco Service side? What are the steps going to be to make a SL Eco project work? Is there a description anywhere of what the plans are for this … Continue reading

Posted in Silverlight, WCF, Xaml | Leave a comment

Silverlight 4 – Out of browser – Model driven

One reason for going for an Out of browser Silverlight application is that you get elevated permissions. You can open files from My images and the like… So getting an image into your WECPOF/AppComplete UI like this: … only requires … Continue reading

Posted in Silverlight, ViewModel | Leave a comment

Silverlight ViewModel UserControl

ViewModel UserControl is what we call the UserControl that given an ecospace type and a ViewModel name already in design time can derive a UI based on the UI-hints that the ViewModel definition might have, and in runtime, given an … Continue reading

Posted in Declarative, Silverlight, ViewModel | Leave a comment

Silverlight and ViewModels and ECO and Model Driven Development

…and a few other things like xaml design time binding support. To get any of data that the model represent into a silverlight UI you must have a Silverlight project and a silverlight model and a silverlight ecospace – we … Continue reading

Posted in Silverlight, ViewModel | 1 Comment

Styling WECPOF applications and ViewModels

This article was moved to MDriven Wiki – Styling WECPOF applications and ViewModels This post is about how to get the cool things of WPF to merge with the cool things of ECO. We need to get the XAML styles … Continue reading

Posted in Silverlight, ViewModel, WECPOF, Xaml | Leave a comment