ObjectSharp Blogs

You are currently viewing

Dan's Blog

Random Ramblings on Software


February 2010 - Posts

Silverlight Binding Lesson

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...

WCF Ria Services vs Entity Framework

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...