Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
162 views

Is there any kind of documentation available for Silverlight.FX?

Silverlight FX looks like it will cover my MVVM needs, however I'm struggling to find good documentation on the behaviors system (or any good doco) beyond some blog posts which are from previously ...
2
votes
2answers
954 views

A Silverlight application with .net Ria services and SilverlightFX

I am starting to write an application in Silverlight with RIA services and SilverlightFx. Now this application is a pretty big one has has lot of interaction between controls. As an estimate it will ...
0
votes
2answers
448 views

Using Silverlight.FX Window for MVVM as a Silverlight 3.0 Page?

I'm creating a Silverlight 3.0 MVVM application using Silverlight.FX but my View is actually using the Silverlight navigation system, a Page. Following Nikhil's example, my View should derive from the ...
0
votes
1answer
614 views

What's the difference between Start Debugging and Start Without Debugging in Silverlight Application?

I have a problem wherein I get an AmbiguousMatchException in some of the samples from the Silverlight.FX samples. The TaskList.aspx sample for example demonstrates this problem when I run Start ...
0
votes
4answers
982 views

Does anyone use Silverlight.FX with Silverlight 3?

I started looking at Silverlight.FX by Nikhil Kothari to replace Prism/Unity with our Silverlight 3 project. So far I like the code layout and structure. It looks well thought out. But I can't get a ...