Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Tips for Improving Performance in Applications Built with Silverlight
Apr 18, 2011 at 11:42 AM@Adrian: Glad you liked the presentation! I've uploaded the solution and attached it to the blog post here: http://blogs.msdn.com/b/slperf/archive/2011/04/15/silverlight-performance-mix-11.aspx
Silverlight TV 57: Performance Tuning Your Apps
Jan 19, 2011 at 1:40 PM@OlivierGauthier: If you post a question with more detailed information about the stack in the Silverlight Performance Forum we can try to help you out.
Silverlight TV 57: Performance Tuning Your Apps
Jan 13, 2011 at 11:52 AMYes you can. For out-of-browser applications instead of profiling iexplore.exe you'll need to profile sllauncher.exe (mine is located at "C:\Program Files (x86)\Microsoft Silverlight\sllauncher.exe"). Instead of passing the .html page as a command line argument, you'll pass the out-of-browser token for the application (this is the name of the folder your .exe lives in under "C:\Users\<username>\AppData\Local\Microsoft\Silverlight\OutOfBrowser") followed by the "/debug" switch. So when you're finished it'll end up looking something like so:
Silverlight Firestarter 2010 Session 6 - Tune Your Application: Profiling and Performance Tips
Dec 15, 2010 at 10:30 AM@Jeff: Hi Jeff, one thing I mistakenly failed to mention during my demo was that I had a registry key set to force Internet Explorer to run in a single process (instead of spawning new processes for new tabs). The key is explained on the IE blog here, by setting the 'TabProcGrowth' key to 0 you can force IE to run in a single process. Without this key set you can't garuntuee that you're actually profiling the process the Silverlight is running within. Please give this a try while, as you mentioned, profiling Silverlight inside of 32-bit IE. If you have more trouble, post a new thread on the Silverlight Performance Forum and we can discuss. Sorry that you're having issues!