So I was struggling for awhile with a binding issue in my Silverlight application, and learned the hard way that I forgot my basics.
The scenario is fairly common. I have a view model that contains the entity I want to edit along with supporting lists. The common example I see on the web is something like this:
public class CityEntity
{
...