- 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
Monthly Archives: April 2011
A Video showing what AppComplete can do
The video shows a real case were prototyping is used to really find out the requirements for a project. Video for AppComplete When showing the users the consequences of what they have told the project so far – the quality … Continue reading
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(); EcoLogSwitches.LogSql = true; EcoListener.Singleton.OnTraceLog += new TraceLogHandler(OnTraceLog); this.InitializeComponent(); } private void OnTraceLog(object sender, TraceEventArgs e) { if (e.Category.Equals(EcoTraceCategories.Sql)) { _log.Add(e.Message); } … Continue reading
Posted in SourceCode
2 Comments
Getting more done faster
Client site: Screen1 – WECPOF Async prototyping Screen2 – ActionDefinitions And ViewModels Screen3 – UML Model and Code Screen4 – Solution Explorer and Properties ECO ECO ECO ECO in VisualStudio
Posted in CO-Unique, Declarative
Leave a comment
Ask us about the Windows Phone 7
Check this out: Watch the clip This is a sample app running the beta of ECO6 for the windows phone with this model: It also runs the beta of the GTP.NET.SL.PHONE Interactive Gantt control (versions for Silverlight, WPF and … Continue reading
Posted in Declarative, MDA, ThirdParty, WindowsPhone
Leave a comment