Monthly Archives: August 2010

ModelBinding ASP.NET MVC and Multiple Field Validation

This tip comes to you from my blog, but the hat-tip goes to Andres Nelson whom I work with at my current client who actually showed me how to do this. The Scenario You have a grid with multiple fields. These fields are dependent upon each other. If one field is empty, then the other…

MacBook Pro – Windows 7 Boot to VHD

Anyone who knows me personally knows that I run all of my work in a virtual environment. Back in 2009 when Hanselman posted about the Boot-to-VHD option of Windows 7, I had it up and running by the next morning. I’ve not stopped using it since. My Setup I have VHD’s for: Different Clients –…

Android Library Project Reference Not Showing

I previously posted about how you could make a free and lite version of your application using the Android Library project feature inside of Eclipse. I set out to do this a few days ago with a client project that I had been working on. My development work flow went like this: Build the entire…

HowTo: Android – Full and Lite Versions

A full working code example of this post is located on my GitHub account here: http://github.com/donnfelker/FullAndLiteVersionSharedLibrary I’m in the process of completing an Android app for a client and they needed the ability to have full and lite versions of the same application. The lite version would be free and the full version would be…