Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
Silverlight 2 does support threads through much of the same API as the big .NET FX. So you use classes in System.Threading such as Thread and ThreadPool . Or you can use the higher-level BackgroundWorker type from System.ComponentModel. This is anyway...
-
-
I love the VS embedded Web server, but it too often makes you thinking that things are easier than in the real and bitter world. So a trivial Silverlight 2.0 sample page that works from within the auto-generated ASP.NET Web site stops working as you create...
More Posts