I learned a very important lesson about binding in Silverlight that I thought I would share. Here is what I was trying to do: <TextBlock Text=”{Binding Path=MyPeople, Converter={StaticResource OldestPersonNameConverter}}” /> MyPeople is a
Read More...
This is a quick tip for anyone using WCF RIA Services with Entity Framework. The WCF RIA Services team has fixed what I consider a fairly annoying ‘bug’ with Entity Framework. In Entity Framework the EntityCollection class does not implement
Read More...