<?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>Kristoffer's tidbits : Visual Studio</title><link>http://blogs.msdn.com/kristoffer/archive/tags/Visual+Studio/default.aspx</link><description>Tags: Visual Studio</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Visual Studio Tip: Examining long strings while debugging</title><link>http://blogs.msdn.com/kristoffer/archive/2007/04/03/visual-studio-tip-examining-long-strings-while-debugging.aspx</link><pubDate>Tue, 03 Apr 2007 19:53:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2019349</guid><dc:creator>Kristoffer</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/kristoffer/comments/2019349.aspx</comments><wfw:commentRss>http://blogs.msdn.com/kristoffer/commentrss.aspx?PostID=2019349</wfw:commentRss><description>&lt;p&gt;Long strings can be a pain to examine in Visual Studio while you're debugging but in .NET projects&amp;nbsp;you can easily write these to a file on the fly. If for example we want to examine the contents of string &lt;strong&gt;s&lt;/strong&gt;, open up the &lt;strong&gt;Immediate Window&lt;/strong&gt; (&lt;strong&gt;Ctrl+I&lt;/strong&gt;) and type &lt;pre&gt;&lt;strong&gt;System.IO.File.WriteAllText("C:\\Debug.txt", s);&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;Then open up C:\Debug.txt to see the entire string.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2019349" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/kristoffer/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Navigate large solutions in Visual Studio quicker</title><link>http://blogs.msdn.com/kristoffer/archive/2007/03/23/navigate-large-solutions-in-visual-studio-quicker.aspx</link><pubDate>Fri, 23 Mar 2007 19:25:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1938281</guid><dc:creator>Kristoffer</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/kristoffer/comments/1938281.aspx</comments><wfw:commentRss>http://blogs.msdn.com/kristoffer/commentrss.aspx?PostID=1938281</wfw:commentRss><description>&lt;p&gt;The one Visual Studio tip that everyone should know is how to quickly open a file in a large solution without having to remember which folder or project it's in.&lt;/p&gt; &lt;p&gt;Press &lt;strong&gt;Ctrl+Alt+A&lt;/strong&gt; to open up the Command Window, then type &lt;strong&gt;open&lt;/strong&gt; and the first few letters of the filename and you'll get a dropdown of all matching files in the current solution. Press Enter to open the selected file.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1938281" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/kristoffer/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item></channel></rss>