August 2007 - Posts
This sign cracks me up every time I pass it: It's located on Belt Parkway just before entering the Verazano bridge.
Read More...
Rob Tiffany has been writing the book which is called " Windows Mobile Data Synchronization with SQL Server 2005 and SQL Server Compact 3.1" and he's been making available chapters from the book through his blog . Don't miss it. Great stuff.
Read More...
As Neil has astutely observed, the code that I described in my previous posts does not have an implementation of the 'Model' part from the Model-Viewer-Controller pattern. The main reason for this is that .NET CF provides many choices in implementing
Read More...
Let's continue on the way how-to implement the model-viewer-controller pattern in .NET Compact Framework applications that I started in my previous post . We stopped at the point where we needed to figure out on how to connect the LoginController with
Read More...
I would like to start a series of posts devoted to best practices when designing mobile applications. So in this first post I will describe the MVC pattern that I have been using when creating CF applications for the customers. I realize that a lot has
Read More...