silverlight-frameworks

Is there value in using a Silverlight framework?

I'm three weeks into designing a Silverlight 3 LOB application and I've decided to go with Entity Framework, RIA Services, and the MVVM pattern. Now I'm looking into all the glue. I'm checking into behaviors, ICommand, dependancy properties, IoC, etc. There are a number of frameworks for Silverlight as of this writing. Silverlight.FX ...

Issue binding Silverlight Custom Control dependency property to Model property

Hi, I have a data navigation user control in Silverlight which opens a child window where the user can enter search criteria and when they press 'Apply' it's suppose to update the bound property in the ViewModel (MVVM pattern.) The links are: SearchDialog <--> DataNavigator <--> MyView <--> MyViewModel The dependency property in Search...