<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Performance Improvements in Visual Studio 2008</title><link>http://blogs.msdn.com/ricom/archive/2007/09/07/performance-improvements-in-visual-studio-2008.aspx</link><description>It seems I'm doing a lot of referral postings this month and I've got a couple more for you. This is the first one, near and dear to my heart because I worked with Cameron on some of these (and he didn't mention me at all, *sniff*) especially the performance</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Performance Improvements in Visual Studio 2008</title><link>http://blogs.msdn.com/ricom/archive/2007/09/07/performance-improvements-in-visual-studio-2008.aspx#4815139</link><pubDate>Fri, 07 Sep 2007 22:46:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4815139</guid><dc:creator>Doug</dc:creator><description>&lt;p&gt;When you have a million line WinForms project a number of things slow down in VS 2005.&lt;/p&gt;
&lt;p&gt;- toolbox takes a long time to load especially when you have a lot of user controls&lt;/p&gt;
&lt;p&gt;- large files can be painfully slow to type within. &amp;nbsp;Is there an easy way to toggle intellisense on and off?&lt;/p&gt;
&lt;p&gt;There may be better ways to orgranize to avoid the problems with large projects, but it would be nice if VS worked with large projects better.&lt;/p&gt;
</description></item><item><title>re: Performance Improvements in Visual Studio 2008</title><link>http://blogs.msdn.com/ricom/archive/2007/09/07/performance-improvements-in-visual-studio-2008.aspx#4815241</link><pubDate>Fri, 07 Sep 2007 22:53:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4815241</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;Turn off AutoToolboxPopulate in Tools-&amp;gt;Options-&amp;gt;Windows Forms Designer-&amp;gt;Tools.&lt;/p&gt;
&lt;p&gt;It defaults to On.&lt;/p&gt;
</description></item><item><title>re: Performance Improvements in Visual Studio 2008</title><link>http://blogs.msdn.com/ricom/archive/2007/09/07/performance-improvements-in-visual-studio-2008.aspx#4815657</link><pubDate>Fri, 07 Sep 2007 23:22:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4815657</guid><dc:creator>Russ</dc:creator><description>&lt;p&gt;What's the deal w/ these Channel 9 videos? It really frustrates me to have to sit through a 15 minute video to find out what I could have read in under 5 minutes. Not to mention there's no way to search/index the content. Not to mention audio isn't always available.&lt;/p&gt;
&lt;p&gt;The time making the video would be much better spent typing up a blog entry. Or at least provide a transcript.&lt;/p&gt;
&lt;p&gt;This probably isn't the best place for this rant, but I needed to say it somewhere...&lt;/p&gt;
</description></item><item><title>re: Performance Improvements in Visual Studio 2008</title><link>http://blogs.msdn.com/ricom/archive/2007/09/07/performance-improvements-in-visual-studio-2008.aspx#4819159</link><pubDate>Sat, 08 Sep 2007 03:44:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4819159</guid><dc:creator>Doug</dc:creator><description>&lt;p&gt;I think that the problem of working on large programs in VS illustrates that techniques that work well on smaller programs do not scale well to larger programs. &amp;nbsp;This is something that we all face as programmers.&lt;/p&gt;
&lt;p&gt;Writing a little line counter/stats program that reads sln, csproj and cs files shows the scale of the problem. &amp;nbsp;It takes a long time to read in the files of the large project and compile that stats on it. There must be optimizations that I could do to make it run faster. Seeing how slow my little program runs gives me sympathy for what the VS programmers have accomplished.&lt;/p&gt;
&lt;p&gt;It is still pretty amazing what VS can do and it is worth it even if it is a little slow sometimes.&lt;/p&gt;
&lt;p&gt;If intellisense runs on a background thread, does the pending operation get killed nicely when you move the cursor?&lt;/p&gt;
</description></item></channel></rss>