Part 2 – Getting Data into the Grid In Part 1, we setup the projects necessary for a standard business application using IdeaBlade DevForce for the Model, MVVM Light for the ModelView and a Telerik RadGridView in the View. In Part 3, we will follow through the binding process to see some of the challenges … Continue reading Implementing the RowViewModel – Part 2
IdeaBlade DevForce
Implementing the RowViewModel – Part 1
Part 1 – Setting up the Projects In my earlier post here, I introduced the concept of a RowViewModel to make editable grids using the MVVM pattern. In this post, I will demonstrate how to implement the RowViewModel using a combination of IdeaBlade DevForce for the Model, MVVMLite for ViewModel support and Telerik’s Silverlight … Continue reading Implementing the RowViewModel – Part 1
IdeaBlade DevForce – Model Setup Walk-through – Sample Code
Attached here is the finished sample project, created by following the steps outlined in the IdeaBlade DevForce – Model Setup Walk-through: Background Step 1: The Entity Framework Project Step 2: The DevForce Projects Attached Code: Sample Code Notes: Of course I had to adjust the connection string in the ModelEF's app.config file. The SQL to … Continue reading IdeaBlade DevForce – Model Setup Walk-through – Sample Code
IdeaBlade DevForce – Model Setup Walk-through – Step 2: The DevForce Projects
Our Problem: We need to create an Enterprise application that is web-based, has an Excel-ish interface and pulls data from an Oracle database. Technologies Chosen*: Silverlight for the UI Prism 2 for the modular framework Unity for DI IdeaBlade DevForce for the Business Object Layer and Async functionality MS Entity Framework for the ORM DevArt … Continue reading IdeaBlade DevForce – Model Setup Walk-through – Step 2: The DevForce Projects
IdeaBlade DevForce – Model Setup Walk-through – Background
I know the world is about to change in April when VS2010 goes live, however, we are still using VS2008 and will be for at least a few more weeks. In the hopes that this walk-through provides some insight to someone, even if it is just me, here goes. Background We are creating a Silverlight … Continue reading IdeaBlade DevForce – Model Setup Walk-through – Background