Advanced Forum Search Results
-
What is the lifecycle of a Silverlight application? For a traditional web page, as soon as you navigate away to a different page the browser get's rid of the state of the web page. What about a Silverlight dll, does that get reloaded when you move from page to page? Let me a little bit more clear with my question. If I have page1.html and ...
-
Hey guys, First off, am I correct in assuming that the browser loads pages using a single thread i.e. if you write a big for loop in javascript every other operation will hang until the loop completes. Silverlight has a System.Threading namespace, how many threads can I create with it? In one of the Mix session videos I heard that Silverlight uses ...