ECO contrib

Ecocontrib.zip (293 kB)
ECO ist a excellent framework for domain driven design developed by CapableObjects AB. Share your additional features in this contrib project.

Opus - Silverlight UI Framework

opus.zip (27,6 MB)
The opus framework provides a simple way for creating UIs for Silverlight by leveraging your current MVVM structure.

SalarDbCodeGenerator

This application is aimed to generate .NET class and methods for databases and model them based on customizable patterns.

Sidvall Application Framework

sidvall.zip (37,1 MB)
This is an application framework that can be used to create a modern n-tier solution in c#. It contains: - Framework libraries - Code generator - T4-templates

Mind Chemistry - Solution Framework

This project involves the creation of a cloud-based application builder, with outputs including the following types of apps: • Basic web site with content management features via web parts. • Advanced web applications following a tiered architecture using Domain Services, Entity Framework, and SQL backend. • Silverlight applications (including mobile) with RIA services and the above. All application types will use the MVVM (model, view, view-model) design pattern. Immediate features will include the following: • A Silverlight-based designer to allow for creation of an application, its model, its view model, and the corresponding views all hooked together. • Models will be accessible via a TreeView. • Another TreeView will allow for the creation of a site map to represent the views, its controls, and its navigation layout. • Drag and drop capability from the Model TreeView to the site map views will allow for automated creation of the corresponding View-Models attached to the views, the UI bindings, and the queries to the Model. • Designers for the various controls on the view, including TreeViews, GridViews, Data Forms, Search Lists, Reports, etc. • LINQ query designers. • LINQ queries generated for all Model access from the ViewModels. • Validation designers. • Code generation using CodeModel and T4 templates.