<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rsspretty.xsl" version="1.0"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Kevin Hazzard's got net? Blog</title><link>http://www.gotnet.biz/Blog.aspx</link><description>Kevin Hazzard's blog exploring the .NET Framework.</description><language>en-us</language><item><title>Kevin Hazzard&apos;s Blog Has Moved</title><link>http://gotnet.biz/KevinHazzardsBlogHasMoved.ashx</link><description>I started using a new blogging engine in February 2008. The posts I made before the move are still here. But you should check out my new blog at this address instead:&lt;br/&gt;&lt;br/&gt;

&lt;font size=&quot;3&quot; color=&quot;red&quot;&gt;&lt;a href=&quot;http://www.gotnet.biz/Blog&quot;&gt;http://www.gotnet.biz/Blog&lt;/a&gt;&lt;/font&gt;</description><dc:creator>W. Kevin Hazzard</dc:creator><keywords>KevinHazzard Kevin Hazzard Blog Moved</keywords><pubDate>2/11/2008</pubDate></item><item><title>Windows Services Can Install Themselves</title><link>http://gotnet.biz/WindowsServiceSelfInstaller.ashx</link><description>Using the InstallUtil.exe utility that ships with the .NET SDK can be a real pain. It&apos;s rarely in the PATH so you probably have to hunt down the utility when your working on QA and production servers as I do. Installing a Windows Service should be easier. In this short article, I&apos;ll show you a way to make your Windows Services install themselves without needing InstallUtil.exe at all.</description><dc:creator>W. Kevin Hazzard</dc:creator><keywords>InstallUtil windows service installer</keywords><pubDate>11/23/2007</pubDate></item><item><title>Using Fiddler2 Web Debugging Proxy with Firefox</title><link>http://gotnet.biz/UsingFiddler2WithFirefox.ashx</link><description>Here&apos;s a cool tip. You can use Microsoft’s amazing &lt;a href=&quot;http://www.fiddler2.com&quot; target=&quot;_blank&quot;&gt;Fiddler2 Web Debugging Proxy&lt;/a&gt; with Firefox and other browsers, not just Internet Explorer. Fiddler2 doesn’t work with Firefox automatically as it does with IE, but it can be made automatic without a lot of work. Jump to the bottom of this article if you just want the facts. If you want to know how it works, read on.</description><dc:creator>W. Kevin Hazzard</dc:creator><keywords>firefox fiddler proxy setup tip fiddler2</keywords><pubDate>7/26/2007</pubDate></item><item><title>Dynamically Generating Sitemaps Using 404 Errors</title><link>http://gotnet.biz/DynamicallyGenerateSitemapsUsing404Errors.ashx</link><description>Using Microsoft Internet Information Server (IIS), when you designate a page to handle HTTP 404 (Not Found) errors on a website, you don’t have to return an HTTP 404 error at all. Instead, you can build dynamic content and return it with an HTTP 200 (OK) result instead. This is helpful when you want to build a sitemap.xml file to enhance the search engine performance for your website. In this article, I’ll show you how I did this for the gotnet.biz site.</description><dc:creator>W. Kevin Hazzard</dc:creator><keywords>dynamic sitemap generate 404 error handler</keywords><pubDate>7/22/2007</pubDate></item><item><title>Introduction to Spring.NET Factories and AOP</title><link>http://gotnet.biz/IntroductionToSpringFactoriesAndAOP.ashx</link><description>Aspect-Oriented Programming (AOP) is cooler than the iPhone. I know it&apos;s hard to believe but it&apos;s just the truth. For the uninitiated, AOP is probably best described as software modularization taken to a whole new level. The Spring.NET framework has some fantastic AOP functionality built right in to facilitate Inversion of Control (IoC) through several very powerful object factory patterns. In this first of several articles exploring Spring.NET, let&apos;s examine how object factories are used to make Spring.NET&apos;s AOP and IoC containers really simple and powerful for solving everyday programming problems.</description><dc:creator>W. Kevin Hazzard</dc:creator><keywords>AOP spring proxy dependency injection IoC factory</keywords><pubDate>7/17/2007</pubDate></item></channel></rss>