Cairngorm with Michal Glowacki at NYFlex!
I am a big fan of frameworks in general. Using an established framework helps structure an application. Structured applications are much...
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...
Microsoft should use Apache
I logged into the MSDN to look up some SQL Server particulars and look what I got: Perhaps Microsoft should switch from using IIS to...
Heading to the Flex 360 Conference
I just booked my flights for the Flex 360 conference. From the look of the conference schedule, it should be packed with lots of Flexy...
Import MDB into SQL Server gives acquireConnection method call to the connection manager error
Here is an annoying MSSQL server problem I just ran into. I am doing a data conversion for a client and I was given an Access DB and as an...
Speed Up Your Client Side Development. Watch the Firebug 1.0 Presentation from the Author.
A wonderful presentation by Joe Hewitt, creator of Firebug is available for viewing at Yahoo Theater. I use Firebug a lot when working with...
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...
Sometimes it is the obvious……
I spent several hours going over a new ModelGlue:Unity + Transfer set up and had an error that stumped me. For the life of me I...