<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Memory &amp;amp; performance profiler for Silverlight 2.0?</title><link>http://forums.silverlight.net/forums/thread/282074.aspx</link><pubDate>Fri, 04 Sep 2009 20:08:43 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:282074</guid><dc:creator>zuraff</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/282074.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=282074</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi.&lt;/p&gt;&lt;p&gt;AtoLogic ( &lt;a href="http://www.atologic.com"&gt;www.atologic.com&lt;/a&gt; ) provides SilverProfiler - a performance profiler of managed Silverlight code (2.0 and 3.0).&lt;/p&gt;&lt;p&gt;Regards &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Memory &amp;amp; performance profiler for Silverlight 2.0?</title><link>http://forums.silverlight.net/forums/thread/112103.aspx</link><pubDate>Fri, 17 Oct 2008 18:13:58 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:112103</guid><dc:creator>gabouy</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/112103.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=112103</wfw:commentRss><description>&lt;p&gt;another option,&amp;nbsp;is to use silverlight spy, the analysis is not as rich, but might be enough for you,&lt;/p&gt;
&lt;p&gt;&lt;a href="http://firstfloorsoftware.com/silverlightspy/download-silverlight-spy/"&gt;http://firstfloorsoftware.com/silverlightspy/download-silverlight-spy/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Memory &amp; performance profiler for Silverlight 2.0?</title><link>http://forums.silverlight.net/forums/thread/103167.aspx</link><pubDate>Mon, 06 Oct 2008 04:05:09 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:103167</guid><dc:creator>suyog kale</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/103167.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=103167</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hi we can&amp;nbsp; use Performance Analyzer tools are new to the Windows Server 2008
SDK for Silverlight profile Check&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The Performance Analyzer tools are new to the Windows Server 2008
SDK and are designed to measure and analyze Windows system and
application performance. The Performance Analyzer tools consist of two
primary programs, &lt;i&gt;Xperf.exe&lt;/i&gt; and Performance Analyzer (&lt;i&gt;Xperfview.exe&lt;/i&gt;).
Xperf is a command-line tool that is used to control tracing and to
process trace data. Performance Analyzer is a graphical trace data
visualization tool. All the functions of the tools in the Windows
Performance Toolkit (WPT) are available via the command-line tool,
Xperf. After you install the tools, you can view your first trace.&lt;/p&gt; &lt;h4&gt;To install Xperf and Xperfview &lt;/h4&gt;&lt;ol&gt;&lt;li&gt;Install
the tools from the appropriate MSI file for the target system’s
processor architecture x86 (32-bit), x64, or Itanium-based. You can use
the default installation path or select another path, for example,
C:\xperf. The installer will add the Performance Analyzer installation
path to your system’s PATH environment variable. &lt;/li&gt;&lt;li&gt;Open an elevated command prompt window. &lt;b&gt;&lt;/b&gt;&lt;ol&gt;&lt;li&gt;Click &lt;b&gt;Start&lt;/b&gt;, click &lt;b&gt;All Programs&lt;/b&gt;, and then click &lt;b&gt;Accessories&lt;/b&gt;. &lt;/li&gt;&lt;li&gt;Right-click &lt;b&gt;Command Prompt&lt;/b&gt;, and click &lt;b&gt;Run as administrator&lt;/b&gt;. &lt;/li&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/ol&gt; &lt;/li&gt;&lt;li&gt;In
the command prompt window, type the following command to turn on the
Windows kernel event provider and send data to the default file
\kernel.etl: &lt;p style="cursor:text;font-family:Courier New,Courier,mono;font-style:normal;font-variant:normal;font-weight:normal;font-size:100%;line-height:normal;font-size-adjust:none;font-stretch:normal;"&gt;&lt;span style="white-space:nowrap;"&gt;xperf&amp;nbsp;-on&amp;nbsp;DiagEasy&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Compile a program or browse some Web pages.&lt;/li&gt;&lt;li&gt;Use the following command to stop the kernel logger, and then merge and save the trace data to a &lt;i&gt;Trace.etl&lt;/i&gt;: &lt;p style="cursor:text;font-family:Courier New,Courier,mono;font-style:normal;font-variant:normal;font-weight:normal;font-size:100%;line-height:normal;font-size-adjust:none;font-stretch:normal;"&gt;&lt;span style="white-space:nowrap;"&gt;xperf&amp;nbsp;–d&amp;nbsp;trace.etl&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;li&gt;View the trace file in Performance Analyzer by using this command:&lt;/li&gt;&lt;p style="cursor:text;font-family:Courier New,Courier,mono;font-style:normal;font-variant:normal;font-weight:normal;font-size:100%;line-height:normal;font-size-adjust:none;font-stretch:normal;"&gt;&lt;span style="white-space:nowrap;"&gt;xperf&amp;nbsp;trace.etl&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/ol&gt; &lt;p&gt;A graph of the data in the trace file appears. It should look similar to the following figure.&lt;/p&gt; &lt;p&gt;&lt;img src="http://i.msdn.microsoft.com/Cc305229.image005%28en-us,MSDN.10%29.png" alt="" /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;This view captures processor and disk utilization, process life times, and interrupt and deferred procedure call CPU usage.  &lt;/p&gt; &lt;p&gt;To select an image, click the &lt;b&gt;Selector&lt;/b&gt; tab on the right-hand side of the window. &lt;/p&gt; &lt;p&gt;You
can select regions in the graph, zoom to them, and view summary table
information on the regions. You click and drag to select a region, and
then right-click to display the menu for the region. &lt;/p&gt;</description></item><item><title>Re: Re: Memory &amp;amp;amp; performance profiler for Silverlight 2.0?</title><link>http://forums.silverlight.net/forums/thread/49752.aspx</link><pubDate>Mon, 28 Apr 2008 15:29:33 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:49752</guid><dc:creator>mchlsync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/49752.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=49752</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;straylight:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;FYI - I was able to convert my Silverlight 2.0 app to WPF to enable profiling.&amp;nbsp; I posted a&amp;nbsp;list of issues I encountered while doing so at: &lt;a href="http://blog.kkrankk.com/default.html"&gt;http://blog.kkrankk.com/default.html&lt;/a&gt;.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Great.. Thanks a lot for sharing with us. :) We can use your post as a reference for those who like to post WPF to Silverlight 2.&amp;nbsp; thanks again. &lt;img src="http://silverlight.net/emoticons/emotion-22.gif" alt="Beer" /&gt; for you!! :) &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Memory &amp;amp;amp; performance profiler for Silverlight 2.0?</title><link>http://forums.silverlight.net/forums/thread/49713.aspx</link><pubDate>Mon, 28 Apr 2008 14:00:13 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:49713</guid><dc:creator>straylight</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/49713.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=49713</wfw:commentRss><description>&lt;p&gt;FYI - I was able to convert my Silverlight 2.0 app to WPF to enable profiling.&amp;nbsp; I posted a&amp;nbsp;list of issues I encountered while doing so at: &lt;a href="http://blog.kkrankk.com/default.html"&gt;http://blog.kkrankk.com/default.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks!!&lt;/p&gt;</description></item><item><title>Re: Re: Memory &amp;amp;amp; performance profiler for Silverlight 2.0?</title><link>http://forums.silverlight.net/forums/thread/41651.aspx</link><pubDate>Thu, 27 Mar 2008 13:09:41 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:41651</guid><dc:creator>straylight</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/41651.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=41651</wfw:commentRss><description>&lt;p&gt;Ok, thanks very much.&amp;nbsp; I&amp;#39;ll try converting it to a WPF.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s your &lt;img src="http://silverlight.net/emoticons/emotion-22.gif" alt="Beer" /&gt; &lt;a class="namelink" href="http://silverlight.net/members/mchlSync.aspx"&gt;&lt;font color="#53b1e3"&gt;mchlSync&lt;/font&gt;&lt;/a&gt;!&lt;/p&gt;</description></item><item><title>Re: Re: Memory &amp;amp;amp; performance profiler for Silverlight 2.0?</title><link>http://forums.silverlight.net/forums/thread/41526.aspx</link><pubDate>Thu, 27 Mar 2008 05:44:38 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:41526</guid><dc:creator>jeetumaker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/41526.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=41526</wfw:commentRss><description>&lt;p&gt;There is no tool as of now but as a workaround you can easily create a desktop (WPF) version of your Silverlight client from the same code&amp;nbsp;base and few&amp;nbsp;tweaks (refer Scot&amp;#39;s blog for an example on this&amp;nbsp;- &lt;a href="http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-8-creating-a-digg-desktop-application-using-wpf.aspx"&gt;http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-8-creating-a-digg-desktop-application-using-wpf.aspx&lt;/a&gt;) .&amp;nbsp; Once you are done with this you can run any performance profiler that works with WPF.&lt;/p&gt;</description></item><item><title>Re: Memory &amp;amp; performance profiler for Silverlight 2.0?</title><link>http://forums.silverlight.net/forums/thread/41481.aspx</link><pubDate>Thu, 27 Mar 2008 02:54:45 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:41481</guid><dc:creator>mchlsync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/41481.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=41481</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;AFAIK, there is no memory &amp;amp; performance profiler for Silverlight 2.0. Anyway, this is an input. :)&amp;nbsp; &lt;img src="http://silverlight.net/emoticons/emotion-22.gif" height="19" width="19" alt="" /&gt; please. :) &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Memory &amp;amp; performance profiler for Silverlight 2.0?</title><link>http://forums.silverlight.net/forums/thread/41392.aspx</link><pubDate>Wed, 26 Mar 2008 21:02:21 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:41392</guid><dc:creator>straylight</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/41392.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=41392</wfw:commentRss><description>&lt;p&gt;Anyone have any input on this please?&lt;/p&gt;
&lt;p&gt;Free&amp;nbsp;&lt;img src="http://silverlight.net/emoticons/emotion-22.gif" alt="Beer" /&gt; for the 1st to respond &lt;img src="http://silverlight.net/emoticons/emotion-5.gif" alt="Wink" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Memory &amp; performance profiler for Silverlight 2.0?</title><link>http://forums.silverlight.net/forums/thread/40875.aspx</link><pubDate>Tue, 25 Mar 2008 15:27:23 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:40875</guid><dc:creator>straylight</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/40875.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=40875</wfw:commentRss><description>&lt;p&gt;Does anyone know of a memory &amp;amp; performance profiler for Silverlight 2.0 applications?&amp;nbsp; I.e. similar to Red-Gate&amp;#39;s ANTS profiler?&lt;/p&gt;</description></item></channel></rss>