<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>treynash.net</title>
    <link rel="alternate" type="text/html" href="http://www.treynash.net/" />
    <link rel="self" type="application/atom+xml" href="http://www.treynash.net/atom.xml" />
    <id>tag:www.treynash.net,2008-10-28://1</id>
    <updated>2009-01-12T06:38:48Z</updated>
    <subtitle>General musings regarding just about anything including a fair smattering of programming topics.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.21-en</generator>

<entry>
    <title>Challenges of Debugging Optimized x64 Code</title>
    <link rel="alternate" type="text/html" href="http://www.treynash.net/2009/01/challenges-of-debugging-optimized-x64-code.html" />
    <id>tag:www.treynash.net,2009://1.10</id>

    <published>2009-01-12T06:31:43Z</published>
    <updated>2009-01-12T06:38:48Z</updated>

    <summary><![CDATA[Hi all!&nbsp; I've been very hard at work transitioning to my new position at Microsoft.&nbsp; I really enjoy it and always love the opportunity to learn fun new things and use the excuse that it's my job to do so....]]></summary>
    <author>
        <name>Trey Nash</name>
        
    </author>
    
        <category term="Debugging" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="x64debugging" label="x64 Debugging" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.treynash.net/">
        <![CDATA[<p>Hi all!&nbsp; I've been very hard at work transitioning to my new position at Microsoft.&nbsp; I really enjoy it and always love the opportunity to learn fun new things and use the excuse that it's my job to do so.</p>
<p>I recently created a new blog entry for our team's website titled <a href="http://blogs.msdn.com/ntdebugging/archive/2009/01/09/challenges-of-debugging-optimized-x64-code.aspx">Challenges of Debugging Optimized x64 Code</a>.</p>
<p>If you're interested in developing your mad debugging guru skills, I highly recommend that you visit <a href="http://blogs.msdn.com/ntdebugging">my team's blog</a> on a regular basis.</p>
<p>I hope you enjoy the read!</p>]]>
        
    </content>
</entry>

<entry>
    <title>Resurrecting my Blog</title>
    <link rel="alternate" type="text/html" href="http://www.treynash.net/2008/10/resurrecting-my-blog.html" />
    <id>tag:www.treynash.net,2008://1.2</id>

    <published>2008-10-29T05:59:19Z</published>
    <updated>2008-10-30T15:40:23Z</updated>

    <summary><![CDATA[Hi all! I have been a very bad blogger.&nbsp; However, it's for a semi-valid reason.&nbsp; You see, my blog site was overrun with spam.&nbsp; Therefore, reading comments was like trying to find a needle in a haystack because there were...]]></summary>
    <author>
        <name>Trey Nash</name>
        
    </author>
    
        <category term="General" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.treynash.net/">
        <![CDATA[<p>Hi all!</p>
<p>I have been a very bad blogger.&nbsp; However, it's for a semi-valid reason.&nbsp; You see, my blog site was overrun with spam.&nbsp; Therefore, reading comments was like trying to find a needle in a haystack because there were easily about 1000 spam comments per week.</p>
<p>Now, I should have everything under control and I'll be blogging a lot more once I get things a little more solidified with the new site.</p>
<p>I apologize to anyone who has left a comment regarding my book or anything else for that matter and never got a response.</p>
<p><strong>Many thanks to Michael Pulk </strong>for both straightening this issue out and hosting this blog.&nbsp; His help in that arena is greatly appreciated.</p>
<p>Thank you and stay tuned.....</p>]]>
        
    </content>
</entry>

<entry>
    <title>Accelerated C# 2008 now available</title>
    <link rel="alternate" type="text/html" href="http://www.treynash.net/2007/12/accelerated-c-2008-now-available.html" />
    <id>tag:www.treynash.net,2007://1.9</id>

    <published>2007-12-21T18:26:27Z</published>
    <updated>2008-10-30T00:46:15Z</updated>

    <summary>A short while ago the second edition of my C# book, Accelerated C# 2008 was shipped from Apress. Just about all of the material from the previous edition is included in this one plus 3 new chapters covering the exciting...</summary>
    <author>
        <name>Trey Nash</name>
        
    </author>
    
        <category term="C#" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.treynash.net/">
        <![CDATA[<p>A short while ago the second edition of my C# book, <a href="http://www.amazon.com/gp/product/1590598733/">Accelerated C# 2008</a> was shipped from Apress.  Just about all of the material from the previous edition is included in this one plus 3 new chapters covering the exciting new functional programming features of the C# 3.0 language.  Those new features include Extension Methods, Lambda Expression, and LINQ.  C# 3.0 also introduces a few smaller new features that mostly facilitate the three just mentioned and they are also covered in new material.</p>

<p>You can find the table of contents of "Accelerated C# 2008" <a href="http://www.apress.com/book/downloadfile/3829">here.</a></p>

<p><a href="http://www.amazon.com/gp/product/1590598733/"><img alt="csharp2008.bmp" src="http://wwwold.treynash.net/random_images/csharp2008.bmp" width="125" height="164" /></a></p>]]>
        
    </content>
</entry>

<entry>
    <title>Auto-implemented Properties in C# 3.0</title>
    <link rel="alternate" type="text/html" href="http://www.treynash.net/2007/12/auto-implemented-properties-in-c-30.html" />
    <id>tag:www.treynash.net,2007://1.8</id>

    <published>2007-12-18T21:10:14Z</published>
    <updated>2008-10-30T00:42:18Z</updated>

    <summary>C# 3.0 offers many new and exciting features, many of which foster a functional programming model. Some of the new features are simply small time-saver and convenience features. Auto-implemented properties are one of the latter. Check out my blog entry...</summary>
    <author>
        <name>Trey Nash</name>
        
    </author>
    
        <category term="C#" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.treynash.net/">
        <![CDATA[<p>C# 3.0 offers many new and exciting features, many of which foster a functional programming model.  Some of the new features are simply small time-saver and convenience features.  Auto-implemented properties are one of the latter.</p>

<p>Check out my blog entry (link below) on the Apress website regarding auto-implemented properties for the straight dope.</p>

<p><a href="http://microsoft.apress.com/article/74089/auto-implemented-properties-in-c-30">Auto-implemented Properties in C# 3.0</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>Accelerated C# 2005 Table of Contents</title>
    <link rel="alternate" type="text/html" href="http://www.treynash.net/2006/09/accelerated-c-2005-table-of-contents.html" />
    <id>tag:www.treynash.net,2006://1.6</id>

    <published>2006-09-17T18:52:52Z</published>
    <updated>2008-10-30T00:42:18Z</updated>

    <summary>Hi everyone, With regards to previous comments about the table of contents.... You can view the table of contents at the Apress website by clicking here. You will need the Adobe Acrobat reader. This should allow you to view the...</summary>
    <author>
        <name>Trey Nash</name>
        
    </author>
    
        <category term="General" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.treynash.net/">
        <![CDATA[<p>Hi everyone,</p>

<p>With regards to previous comments about the table of contents....</p>

<p>You can view the table of contents at the Apress website by clicking <a href="http://www.apress.com/book/downloadfile/3021">here</a>.  You will need the Adobe Acrobat reader. This should allow you to view the table of contents until Amazon gets the look-inside feature rolling.</p>

<p>Thanks for the comments!</p>]]>
        
    </content>
</entry>

<entry>
    <title>World66</title>
    <link rel="alternate" type="text/html" href="http://www.treynash.net/2006/09/world66.html" />
    <id>tag:www.treynash.net,2006://1.5</id>

    <published>2006-09-10T21:07:10Z</published>
    <updated>2008-10-30T00:42:18Z</updated>

    <summary>I just found this interesting site named World66 that allows you to create a map showing all of the countries of the world you have visited. Looks like I need to get south of the Equator! create your own visited...</summary>
    <author>
        <name>Trey Nash</name>
        
    </author>
    
        <category term="General" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.treynash.net/">
        <![CDATA[<p>I just found this interesting site named <a href="http://www.world66.com/myworld66/visitedCountries">World66</a> that allows you to create a map showing all of the countries of the world you have visited.  Looks like I need to get south of the Equator!</p>

<p><img src="http://www.world66.com/myworld66/visitedCountries/worldmap?visited=CAUSMXANPRDKFRISRUSECHUKAETH"><br/><br />
<a href="http://www.world66.com/myworld66">create your own visited country map</a><br />
 or check our <a href="http://www.world66.com/europe/italy/veneto/venice">Venice travel guide</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>Welcome!</title>
    <link rel="alternate" type="text/html" href="http://www.treynash.net/2006/09/welcome.html" />
    <id>tag:www.treynash.net,2006://1.4</id>

    <published>2006-09-01T05:03:49Z</published>
    <updated>2008-10-30T00:47:05Z</updated>

    <summary>Hi Folks! Welcome to my new blog. Now that I have finished my book, Accelerated C# 2005, it&apos;s time that I find time in my busy schedule to contribute to my blog and get with the program. With this blog,...</summary>
    <author>
        <name>Trey Nash</name>
        
    </author>
    
        <category term="General" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.treynash.net/">
        <![CDATA[<p>Hi Folks!</p>

<p>Welcome to my new blog.</p>

<p>Now that I have finished my book, <a href="http://www.amazon.com/Accelerated-C-2005/dp/1590597176/">Accelerated C# 2005</a>, it's time that I find time in my busy schedule to contribute to my blog and get with the program.  With this blog, I will post my random thoughts and latest coding musings.</p>

<p>Stay tuned for more to come...</p>

<p>-Trey</p>

<p><a href="http://www.amazon.com/Accelerated-C-2005/dp/1590597176/"><img alt="book_cover.gif" src="http://wwwold.treynash.net/random_images/book_cover.gif" width="125" height="164" /></a></p>]]>
        
    </content>
</entry>

</feed>
