So you want to create a ModelGlue:Unity application? ( Part 9 )
In our last segment we built the functionality to store our contacts to the database. Now we need a way to edit the information because...
So you want to create a ModelGlue:Unity application? ( Part 8 )
In our last series, we moved the ContactTypes from a ColdSpring configured struct, to a database table. This set the stage to move the rest...
So you want to create a ModelGlue:Unity application? ( Part 7 )
We are going to break this up into phases starting with the contact types. At the end of this series, our contact types will come from the...
So you want to create a ModelGlue:Unity application? ( Part 6 )
In the next few series, our Contact-O-Matic will persist data in a database. The queries and relationships are simple and should translate...
MG:U series, interlude
I am planning out the next few steps in our ModelGlue:Unity series and would like to tally a vote. Currently our Contact-O-Matic is...
So you want to create a ModelGlue:Unity application? ( Part 5 )
Previously in this series, we installed the ModelGlue:Unity framework and the ColdSpring framework. We used the...
So you want to create a ModelGlue:Unity application? ( Part 4 )
Previously in this series, we installed the ModelGlue:Unity framework and the ColdSpring framework. We used the...
So you want to create a ModelGlue:Unity application? ( Part 3 )
Previously in this series, we installed the ModelGlue:Unity framework and the ColdSpring framework. We used the...
So you want to build a ModelGlue:Unity application (Part 2)
Previously in this series, we installed the ModelGlue:Unity framework and the ColdSpring framework. We used the...
So you want to create a ModelGlue:Unity application? ( Part 1 )
In this series, we will create a ModelGlue:Unity application. Our example application will manage contacts. We will start with a blank...