- Loading
Tags
About us Actions AppComplete AppCompleteCloud ASP.NET Azure BoringPredictable CO-Unique DDD Declarative Derive Documtr EcoActionLanguage Import Interviews MDA Modlr Mono MS-Technology OCL Packages Plugin Release notes Reports Reverse Seeker Silverlight SourceCode Strategies ThirdParty Tuples UML ViewModel VisualStudio WCF WECPOF WindowsPhone Workarounds WPF Xaml-
Recent Posts
Recent Comments
Archives
Categories
Category Archives: VisualStudio
VisualStudio 2012
Please try ECO for VisualStudio 2012. http://www.capableobjects.com/downloads/EcoSetup_6.0.0.6066_Nightly_vs2012.exe Report back issues please. CapableObjects , USA 4.3 5.0 3 3 Is it possible to subscribe a RSS feed of the recent posts? Should be possible as this is a wordpress site? … Continue reading
Posted in Release notes, VisualStudio
2 Comments
Logging what ECO does
Peter Morris sent me a sample and it contained a nice section that send all ECO sql-logs to the Output window in VS2010. Eco.Logging.EcoLogSwitches.LogSql = true; Eco.Logging.EcoListener.Singleton.OnTraceLog += (sender, args) => { System.Diagnostics.Trace.WriteLine(Thread.CurrentThread.Name + “:” + args.Message); }; Eco.Logging.EcoListener.StartListening(); Since … Continue reading
Posted in VisualStudio
1 Comment
Smart phones and Model driven development
Sales: ECO is a model driven framework that helps you construct complex and detailed software as fast as you can think – with high maintainability and only “think-bugs” no “code-bugs”. Client: Cool. Sales: ECO also helps you to persist your … Continue reading
Posted in CO-Unique, Mono, VisualStudio, WindowsPhone
2 Comments
ECO for Visual Studio explained
Picking the image apart piece by piece Model This is the model you produce. It is expressed in Unified Modeling Language (UML) and defines Class diagrams with inheritance, many to many associations with association classes, derived attributes using Object Constraint … Continue reading
Posted in CO-Unique, MS-Technology, Strategies, VisualStudio
Leave a comment
Everyone is in the cloud
So – these days everyone is in the cloud so how come I’m not? I guess that this is a question we all ask ourselves from time to time or not… Well I felt a strong need for “dogfooding” on … Continue reading
Posted in ASP.NET, AppComplete, AppCompleteCloud, Azure, Documtr, Modlr, UML, VisualStudio, WCF
2 Comments
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
A sample that shows EVERYTHING there is to know about ECO
With a header like that I guess I am bound to fail – but such a sample is missed. The target audience for a sample like that is: Myself and others at CapableObjects needing to check a thing or two … Continue reading
Posted in CO-Unique, MS-Technology, Strategies, UML, VisualStudio
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