Category Archives: Declarative

Business Delete Rules

When you create a model – deletion of objects is seldom on top of your mind. But sooner or later users are going to want to remove objects from the system executing your model. The main problem with deletion is … Continue reading

Posted in Declarative, Modlr, 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

Information hygiene

Everything starts up small – and some things never stops to grow. Pretty soon you have a big system on your hands that needs to send data here and there thru the enterprise. You then start to whish that you … Continue reading

Posted in BoringPredictable, Declarative, Modlr | 11 Comments

Type mapping, OR-Mapping

When modeling you can use any type name for attribute types. This name is what we call a “Common name”. When ECO is given the model and tries to turn it into a runtime model, AND when when we derive … Continue reading

Posted in CO-Unique, Declarative, Modlr | Leave a comment

Different types of bugs

The typing-bug : You did not actually type the things you wanted to type The code-bug: Your code does not actually do the things you intended it to do, but it was typed correctly The think-bug: Everything came out just … Continue reading

Posted in Declarative, Strategies | 1 Comment

Clarity that makes you happy

When you develop detailed information systems it is SUPER-PERFECT if the documentation is a 1 to 1 match to what is actually executed – as it is if you choose your tools wisely. ACTUAL SCREEN DUMP FROM Modlr Inside VS2010 … Continue reading

Posted in DDD, Declarative, Documtr, MDA, Modlr | 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

A sample that shows EVERYTHING there is to know about ECO PART 2– The Persistence server

There are many ways to set up persistence in an ECO based system: 1. You have many different persistencemappers to chose from – PersistenceMappers for different flavors of relational databases; SQLServer, MySql, Oracle, Bdp, Blackfish, Dbx, Firebird, Mimer, Nexus, SqlLite, … Continue reading

Posted in CO-Unique, Declarative, MS-Technology, Modlr, VisualStudio | Leave a comment