woensdag, maart 04, 2009

 

ECO - get typed list

After using my own ORM for a long time, I came across the ECO framework (http://www.modelmakertools.com/). This framework allows you to nicely develop in a modeldriven way. Nice integration with Visual Studio.

Basic typed list retrieval:

IList myList;
myList = EcoSpace.Ocl.Evaluate("Application.allInstances->first").GetAsIList();

Comments:
The ECO framework comes from CapableObjects (www.capableobjects.com), but the currently released version comes with a UML class designer from ModelMakerTools. ECO5 (currently in public beta) will sport a brand new class designer integrated right into VS.
 
Thanks for the comment Jonas. I'm curieus about the integration of de designer :)
 
Een reactie posten



<< Home