I reall开发者_开发问答y want this so I can serialize / deserialize some complex data objects using JSON.It appears that JsonReaderWriterFactory is supported in Silverlight 3: http://msdn.microsoft.com
Basically, I\'m using \"View-first\" style of MVVM hookup - meaning that the view instantiates the viewmodel (well, it grabs it from the service locator which uses a unity container to resolve it but
I have a Silverlight datagrid where two of the columns are comboboxes. One of the comboboxes is bound to an unchanging Dictionary and is displaying the list of Keys. For the other combobox, I want to
When the user moves the mouse over an object, I\'m trying to do some hit-testing in my MouseMove event handler to detect when the cursor is w/i a certain distance from an edge of the object.I suspect
I have a reasonably large Silveright 3.0 project on the go, and I\'m having issues accessing a couple of custom font resources from within one of the assemblies.
Can any body tell me how to add silverlight 3.0 control in 开发者_开发百科master page in asp.net 3.5 (ide VS2008)?Have a contentplaceholder in the master. Then create a webform for the masterpage. Pla
I am tring to add dll file to my Silverlight application but get error which says t开发者_如何学编程hat I can\'t add reference which wasn\'t built with Silverlight runtime.
I\'m trying to use the MVVM pattern in my Silverlight 3 application and am having problems getting binding to a command property of a view model working.First off, I\'m trying to add an attached prope
I\'m trying to call a j开发者_开发问答s function from Silverlight using the HtmlPage.Window.Invoke method but it won\'t call a function contained in a seperate js file.
I\'m building a silverlight project based on the Prism 2.1 version. Added a shell Added a silverlight class library (Module A)