Advanced Forum Search Results
-
Thanks but I see no difference from MS's example.
Regards.
-
Look at this:
http://www.visifire.com/index.php
-
[quote user="jackbond"]Seriously, are you just making this up? Are you stuck on a 14.4 modem? Which internet are you connecting to? Does yours have streaming video and multiplayer games? On the internet I connect to, when I load google.com it loads in under a second, and that includes rendering time. Is it really so bad to block the UI ...
-
[quote user="ot42"]I agree. The point is that our application will always run on a LAN. We want to use SL to get all the browser advantages (easy rollout, centralized management, ...).[/quote]
In that case shouldn't be better implement full WPF hosted inside the browser?
Regards.
-
[quote user="ot42"]
int BackgroundCalcMethod(){
int input = ServiceA.GetInput();
if(count > 100){
return ServiceB.CalculateResult(input);
}
return ServiceC.CalculateResult(input);
}
[/quote]
If this is your real life example it means that your WS isnt well ...
-
[quote user="ot42"]The combination of threading and (background) synchronous communication yields the best solutions in a lot of cases.[/quote]
Bottom line is the same with less code with SL.
-
[quote user="JohnSpurlock"] Synchronous request.GetResponse and request.GetRequestStream[/quote]
I see that you give to this the least points but anyway: Synchronous calls in very latency network (Internet) isn't wise. I support the decision MS engineers did about that and it is a best practice even in low latency networks ...
-
[quote user="sladapter"]
This way the new XAP (only there is a new XAP) will get downloaded when you refresh your page without having to close the browser.
[/quote]
Mmmm....
This means that next time the user hits the page it will download the new xap file, isn't?
Or only if newer one no matter if he/she closes the ...
-
The direct link for on demand assembly is http://msdn2.microsoft.com/en-us/library/cc296243(VS.95).aspx (Developing a Silverlight Library Assembly)
Nice and easy example (On-Demand Deployment for Library Assemblies) but:
1. Each time will be dowmloaded the assembly? I guess not (taken from cache), it will be keept in the cache which in ...
-
Thank you for the tip.
I did a search on Amazon but all titles on SL 2 are for preorder or one wich is "current" is out of stock.
Well, I will wait...
Regards.