Is there any way to run Silverlight tests without opening the browser? It takes some time to open the browser. if you are doing TDD, you 开发者_Go百科may not like it.I don´t think so.
I have a Silverlight application which loads about 2000 objects of half a dozen fields into an AutoCompleteBox.The filter is then set to search on any of four of the fields.I\'ve set it to begin searc
How to write an offline silverlight application? In which I have a database running on databse server,Application running on application se开发者_运维知识库rver ,however if user wants to run the appli
We are considering porting a moderately complex Silverlight 2 app to Silverlight 3. Are there any potential pitfalls to be aware of? Have people had good experience doing thi开发者_开发百科s port?
I have the following situation I handle when the left mouse button is pressed in my Silverlight app and do some things while the mouse is held down and the mouse moves. When the left button is releas
I have silverlight 3.0 project that has a listbox that is databound to a list of items.What I want to do is limit the number of items displayed in the listbox to be <= 10.I originally accomplished
I\'m trying to send some data using a simple HTTP POST in Silverlight 开发者_开发技巧3.0 but for some reason I can\'t seem to find a good example on how to do this.
For some reason, i can not invoke java method deployed under Tomcat/Weborb application. When i run weborb console and invoke the method from there, there is no problem. However when i tried to call fr
I have a Silverlight application with a Silverlight-enabled WCF service.The service passes along a small POCO class with a few string properties, and a List<> of an enum defined in the class.Everyt
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.