Monthly Archives: May 2014

Getting started template for MDriven MVC

This article was moved to MDriven Wiki – Getting started template for MDriven MVC In order to get started with a MDriven MVC project clone this project at CodePlex: https://mdrivenmvc.codeplex.com/ Go like this: 1. Make sure you have MDriven Framework … Continue reading

Posted in codeplex, MVC | 3 Comments

Constraints

This article was moved to MDriven Wiki – Constraints There are other ways to introduce business rules in the model than using state machines and guards. You can also use constraints. The model already has a lot of implicit constraints … Continue reading

Posted in MDrivenDesigner, OCL, UML, UMLSchool | 1 Comment

UML – State machines

This article was moved to MDriven Wiki – Short introduction to UML– class diagram If the classes of your model define the statics we are now left with dealing with the dynamics of the domain. With the dynamics I mean … Continue reading

Posted in MDrivenServer, OCL, UML, UMLSchool | 1 Comment

Short introduction to UML– class diagram

This article was moved to MDriven Wiki – UML – State machines UML class diagram is the preferred way to describe information. A UML class diagram shows classes and their relations. A Class differs from an Object. The Object is … Continue reading

Posted in UML, UMLSchool | Leave a comment

MySQL–notes to support the use of MySQL with MDriven

This article was moved to MDriven Wiki – MySQL–notes to support the use of MySQL with MDriven Hand on heart – I use SQLServer most of the time. So when I am asked questions about MySQL I always need to … Continue reading

Posted in ThirdParty, VisualStudio | Leave a comment

More videos on MDriven MVC

In this video we deploy the actual application to Azure and make sure that we can use it on the phone and such https://www.youtube.com/watch?v=H_zQ9ke1D-A In this video we find some limitations on the deployed application and fix them. We add … Continue reading

Posted in Azure, MDrivenDesigner, MDrivenServer, MVC | 1 Comment

New video on MDrivenServer

In this video we show how to get your own Cloud based model driven beach head up and running in less than 10 minutes. Once you have it it is much easier for you to make different types of applications … Continue reading

Posted in MDrivenDesigner, MDrivenServer | Leave a comment

Custom OR Mapping

This article was moved to MDriven Wiki – Custom OR Mapping We had this issue from Rich W in the forum  – he tried to do a custom OR mapping. He wanted to pick a modeled attribute to be the … Continue reading

Posted in ORMapping | 2 Comments