Category Archives: SourceCode

MDriven Framework + MDriven Turnkey with CodeDress

This article was moved to MDriven Wiki – CodeDress From the very start that we introduced MDriven Turnkey – fans of MDriven Framework has been asking me how the two relates. It is obvious that they are very closely related … Continue reading

Posted in c#, MDrivenDesigner, MDrivenTurnkey, SourceCode | Tagged , | Leave a comment

Source code license–hands on

When subscribing to the source code license you will get access to a zip file containing all the source code to build eco and modlr.   You need to massage the delivery a bit in order to build:   Create … Continue reading

Posted in SourceCode | Leave a comment

You will sooner or later need a Deep Clone

This article has been moved to our wiki: https://wiki.mdriven.net/index.php/Deepclone

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

Eco VS2010 integrated Help

The integrated help takes the code comments from the source code files. We have low ambition to explain concepts etc in the help file itself – we much rather describe complex things in posts on this site or in supplied … Continue reading

Posted in SourceCode, VisualStudio | Leave a comment

Seeing everything that is persisted

This article was moved to MDriven Wiki – Seeing everything that is persisted There is something called a ChainedPersistenceHandlerBase that you can inherit from and intercept everything that goes to and from the database. You can use override as you … Continue reading

Posted in CO-Unique, SourceCode | 2 Comments

Ever felt the need to log what your ECO persistence server is up to?

This article was moved to MDriven Wiki – Ever felt the need to log what your ECO persistence server is up to? public partial class ModelPMP : Eco.Persistence.PersistenceMapperProvider {     List<string> _log = new List<string>();     public ModelPMP() : base()     {       EcoListener.StartListening(); … Continue reading

Posted in SourceCode | 2 Comments

Source code license

This article was moved to MDriven Wiki – Source code license Some of our clients has expressed the need to have access to the source code of the ECO-framework. The need is really obvious but the the main reasons brought … Continue reading

Posted in SourceCode | Leave a comment