<?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>ASP.NET Tips: Debugger command you may not know about – converttickstodate</title><link>http://blogs.msdn.com/tom/archive/2008/04/05/asp-net-tips-debugger-command-you-may-not-know-about-converttickstodate.aspx</link><description>Here is another command that can really help to figure out what is happening.&amp;#160; If you have spent much time looking at managed dumps, you have probably come across the problem of trying to look at a System.DateTime or System.TimeSpan object.&amp;#160;</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>ASP.NET Debugging : ASP.NET Tips: Debugger command you may not know about ??? converttickstodate</title><link>http://blogs.msdn.com/tom/archive/2008/04/05/asp-net-tips-debugger-command-you-may-not-know-about-converttickstodate.aspx#8361073</link><pubDate>Sat, 05 Apr 2008 20:22:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8361073</guid><dc:creator>ASP.NET Debugging : ASP.NET Tips: Debugger command you may not know about ??? converttickstodate</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/tom/archive/2008/04/05/asp-net-tips-debugger-command-you-may-not-know-about-converttickstodate.aspx"&gt;http://blogs.msdn.com/tom/archive/2008/04/05/asp-net-tips-debugger-command-you-may-not-know-about-converttickstodate.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: ASP.NET Tips: Debugger command you may not know about – converttickstodate</title><link>http://blogs.msdn.com/tom/archive/2008/04/05/asp-net-tips-debugger-command-you-may-not-know-about-converttickstodate.aspx#8361962</link><pubDate>Sun, 06 Apr 2008 04:20:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8361962</guid><dc:creator>Josh Coswell</dc:creator><description>&lt;p&gt;That command is new to me at least.&lt;/p&gt;
&lt;p&gt;Josh Coswell&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://riverasp.net"&gt;http://riverasp.net&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: ASP.NET Tips: Debugger command you may not know about – converttickstodate</title><link>http://blogs.msdn.com/tom/archive/2008/04/05/asp-net-tips-debugger-command-you-may-not-know-about-converttickstodate.aspx#8362094</link><pubDate>Sun, 06 Apr 2008 06:08:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8362094</guid><dc:creator>baosheng chao</dc:creator><description>&lt;P&gt;how to study C#.net very good?&lt;/P&gt;</description></item><item><title>re: ASP.NET Tips: Debugger command you may not know about – converttickstodate</title><link>http://blogs.msdn.com/tom/archive/2008/04/05/asp-net-tips-debugger-command-you-may-not-know-about-converttickstodate.aspx#8363169</link><pubDate>Sun, 06 Apr 2008 17:48:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8363169</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;There are a lot of good online references and books for C#. &amp;nbsp;Here are some books:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.amazon.com/s?ie=UTF8&amp;amp;keywords=C%23&amp;amp;index=books&amp;amp;page=1"&gt;http://www.amazon.com/s?ie=UTF8&amp;amp;keywords=C%23&amp;amp;index=books&amp;amp;page=1&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: ASP.NET Tips: Debugger command you may not know about – converttickstodate</title><link>http://blogs.msdn.com/tom/archive/2008/04/05/asp-net-tips-debugger-command-you-may-not-know-about-converttickstodate.aspx#8365569</link><pubDate>Mon, 07 Apr 2008 18:02:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8365569</guid><dc:creator>marc</dc:creator><description>&lt;p&gt;These commands don't exist in my sos.dll for .net 2.0. Which version are they in?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Marc&lt;/p&gt;</description></item><item><title>re: ASP.NET Tips: Debugger command you may not know about – converttickstodate</title><link>http://blogs.msdn.com/tom/archive/2008/04/05/asp-net-tips-debugger-command-you-may-not-know-about-converttickstodate.aspx#8365996</link><pubDate>Mon, 07 Apr 2008 20:46:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8365996</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;Great question Marc. &amp;nbsp;So these commands are only in the version that comes with the debugger package and are meant for 1.x versions of .NET.&lt;/p&gt;
&lt;p&gt;Take care look at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/tom/archive/2008/03/25/asp-net-and-sos.aspx"&gt;http://blogs.msdn.com/tom/archive/2008/03/25/asp-net-and-sos.aspx&lt;/a&gt; for more information about moving these to 2.0.&lt;/p&gt;
</description></item><item><title>re: ASP.NET Tips: Debugger command you may not know about – converttickstodate</title><link>http://blogs.msdn.com/tom/archive/2008/04/05/asp-net-tips-debugger-command-you-may-not-know-about-converttickstodate.aspx#8368625</link><pubDate>Tue, 08 Apr 2008 13:30:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8368625</guid><dc:creator>sandeep</dc:creator><description>&lt;P&gt;hi, iam sandeep . i want to know about asp.net2.0&lt;/P&gt;</description></item><item><title>re: ASP.NET Tips: Debugger command you may not know about – converttickstodate</title><link>http://blogs.msdn.com/tom/archive/2008/04/05/asp-net-tips-debugger-command-you-may-not-know-about-converttickstodate.aspx#8368647</link><pubDate>Tue, 08 Apr 2008 13:41:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8368647</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;What do you want to know about ASP.NET 2.0? &amp;nbsp;This command? &amp;nbsp;See my last comment if that is the case.&lt;/p&gt;
&lt;p&gt;Just in general?&lt;/p&gt;
</description></item></channel></rss>