<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Bryan's Stuff - Developer Stuff</title>
    <link>http://bryan.daneman.org/categories/Developer-Stuff</link>
    <description>Bryan's weblog of Stuff.</description>
    <lastBuildDate>Wed, 19 Nov 2008 12:56:58 GMT</lastBuildDate>
    <managingEditor>bryan.daneman@gmail.com (Bryan Daneman)</managingEditor>
    <webMaster>bryan.daneman@gmail.com (Bryan Daneman)</webMaster>
    <language>en-us</language>
    <copyright>Copyright 2008, Bryan Daneman</copyright>
    <generator>blog.NET v1.0</generator>
    <docs>http://backend.userland.com/rss</docs>
    <item>
      <title>ASP.NET MVC Framework Update</title>
      <link>http://bryan.daneman.org/posts/ASPNET-MVC-Framework-Update</link>
      <description>&lt;p&gt;Since word of it first spread, and since seeing a demo of it while I was in Redmond back in October, I've been very excited about the ASP.NET MVC Framework. And since its initial CPT release, I've been messing around with the ASP.NET MVC Framework quite a bit. Though I did have some trouble (like getting it to run in IIS7 on Vista&amp;#8212;never got it working, even with help from &lt;a title="you&amp;#39;ve been haacked" href="http://haacked.com/"&gt;Phil Haack&lt;/a&gt;), I really like what I've seen, and can't wait to begin using it in production. Now, it looks like it will soon be one step closer&amp;#160; to being production-ready.&lt;/p&gt;  &lt;p&gt;In a few weeks, there will be an ASP.NET MVC Mix Preview Release, which will address a number of this, as discussed by &lt;a title="Scott Guthrie&amp;#39;s Blog" href="http://weblogs.asp.net/scottgu/"&gt;Scott Guthrie&lt;/a&gt; in his blog post titled &lt;a title="ASP.NET MVC Framework Road-Map Update" href="http://weblogs.asp.net/scottgu/archive/2008/02/12/asp-net-mvc-framework-road-map-update.aspx"&gt;ASP.NET MVC Framework Road-Map Update&lt;/a&gt;. Of all the goodness that he mentions, one thing stood out:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;We have also factored out the URL routing infrastructure from the rest of the MVC framework with this preview, which enables us to use it for other non-MVC features in ASP.NET (including ASP.NET Dynamic Data and ASP.NET Web Forms).&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;As someone who uses URL Rewriting quite extensively, this is great news! I can't wait to see what I can do with the URL routing infrastructure and my existing Web Forms based applications.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Feb 2008 13:30:03 GMT</pubDate>
      <category>Developer Stuff</category>
    </item>
    <item>
      <title>.NET 3.5, LINQ, XML, VB 9</title>
      <link>http://bryan.daneman.org/posts/.NET-3.5-LINQ-XML-VB9</link>
      <description>
		&lt;p&gt;One of the reasons I moved to a &lt;a title="My new host - ReliableSite.net" href="http://reliablesite.net" target="_blank"&gt;new host&lt;/a&gt; is because they were already offering ASP.NET 3.5 on their servers (and the price was right). The next logical step, after moving this site to the new host, seemed to be moving this site to ASP.NET 3.5. In order to try some new things out with LINQ to XML, and VB 9, that has now happened. &lt;/p&gt;
		&lt;p&gt;The first order of business was to try using LINQ to XML to pull in an &lt;a title="My RSS feed at ma.gnolia." href="http://ma.gnolia.com/rss/full/people/BryanJD" target="_blank"&gt;RSS&lt;/a&gt; or &lt;a title="My Atom feed at ma.gnolia." href="http://ma.gnolia.com/atom/full/people/BryanJD" target="_blank"&gt;Atom&lt;/a&gt; feed of &lt;a title="My bookmarks at ma.gnolia." href="http://ma.gnolia.com/people/BryanJD/" target="_blank"&gt;my bookmarks&lt;/a&gt; at &lt;a title="ma.gnolia.com" href="http://ma.gnolia.com/" target="_blank"&gt;ma.gnolia&lt;/a&gt;, and utilize that data in the &lt;a title="Links, links, links" href="http://bryan.daneman.org/links/" target="_blank"&gt;Links section&lt;/a&gt; of this site. It was ridiculously easy. A couple of lines of code to get a list of all the distinct tags, and a few more lines to grab the title and URL of each bookmark, based on the tag selected. Right now, I am just displaying both in simple lists (using the new ListView control, also very nice), but I will be spiffing it up and adding some additional functionality soon.&lt;/p&gt;
		&lt;p&gt;Now, since my day job involves working with XML most all of the time, I am very tempted to bring some of my existing code into the world of LINQ to XML.&lt;/p&gt;
		&lt;p&gt;For more information on LINQ, check out &lt;a title="Scott Guthrie's blog" href="http://weblogs.asp.net/scottgu/" target="_blank"&gt;Scott Guthrie's&lt;/a&gt; &lt;a title="LINQ related posts by Scott Guthrie" href="http://weblogs.asp.net/scottgu/archive/tags/LINQ/default.aspx" target="_blank"&gt;LINQ related posts&lt;/a&gt;.&lt;/p&gt;
		&lt;h5&gt;Additional LINQ Links:&lt;/h5&gt;
		&lt;ul&gt;
				&lt;li&gt;
						&lt;a class="" title="The LINQ Project" href="http://msdn2.microsoft.com/en-us/netframework/aa904594.aspx" target=""&gt;The LINQ Project&lt;/a&gt;
				&lt;/li&gt;
				&lt;li&gt;
						&lt;a class="" title="LINQ for XML Data" href="http://msdn2.microsoft.com/en-us/library/bb308960.aspx" target=""&gt;LINQ for XML Data&lt;/a&gt;  
&lt;/li&gt;
				&lt;li&gt;
						&lt;a class="" title="LINQ to XML Samples (VB)" href="http://msdn2.microsoft.com/en-us/vbasic/bb688087.aspx" target=""&gt;LINQ to XML Samples (VB)&lt;/a&gt;  &lt;/li&gt;
		&lt;/ul&gt;
</description>
      <pubDate>Fri, 11 Jan 2008 17:18:43 GMT</pubDate>
      <category>Developer Stuff</category>
    </item>
    <item>
      <title>Tech-Ed</title>
      <link>http://bryan.daneman.org/posts/TechEd</link>
      <description>I know that there hasn't been much action here in the last...well...long time, and of my 3 faithful readers from the site's heyday, maybe one remains, but I thought you might like to know that I'm going to &lt;A href="http://www.microsoft.com/events/teched2006/default.mspx"&gt;Tech-Ed&lt;/A&gt;. Julie is going, too, and we are both really looking forward to the trip. If you're going, shoot me a note via the &lt;A href="/contact.aspx"&gt;Contact&lt;/A&gt; page.</description>
      <pubDate>Fri, 09 Jun 2006 00:05:11 GMT</pubDate>
      <category>Developer Stuff</category>
    </item>
    <item>
      <title>Visual Studio 2005 Beta 1</title>
      <link>http://bryan.daneman.org/posts/Visual-Studio-2005-Beta-1</link>
      <description>VS 2005 Beta 1 is now up on MSDN Subscriber Downloads.</description>
      <pubDate>Fri, 02 Jul 2004 01:44:40 GMT</pubDate>
      <category>Developer Stuff</category>
    </item>
    <item>
      <title>.NET and Land Thieves</title>
      <link>http://bryan.daneman.org/posts/NET-and-Land-Thieves</link>
      <description>Just thought I'd give my &lt;A href="/default.aspx?entryID=563"&gt;previous post&lt;/A&gt; a little &lt;A href="http://msdn.microsoft.com/netframework/"&gt;.NET&lt;/A&gt; twist. 
&lt;P/&gt;
If you've followed this weblog for any length of time, then you know that I &lt;A href="/default.aspx?entryID=371"&gt;track&lt;/A&gt;&amp;nbsp;&lt;A href="/default.aspx?entryID=372"&gt;all&lt;/A&gt;&amp;nbsp;&lt;A href="/default.aspx?entryID=416"&gt;referrers&lt;/A&gt;&amp;nbsp;via an HTTPModule that I wrote a year ago.&amp;nbsp; What you don't know is that I recently implemented a way to &amp;#8220;misdirect&amp;#8221; certain referring sites, such as those responsible for &lt;A href="http://www.wired.com/news/culture/0,1284,56017,00.html"&gt;referrer log spam&lt;/A&gt;.&amp;nbsp; At first I thought about just adding the&amp;nbsp;sooner fan site that was responsible for the land thief traffic to this list, but then I thought of something else -- something a little more fun.&amp;nbsp; Now my Referrer HTTPModule intercepts sites with &amp;#8220;sooner&amp;#8221; in the hostname and displays an intermediate page before allowing them to access the post they so eagerly want to read. 
&lt;P/&gt;
Copy and&amp;nbsp; paste this Url into your browser (http://www.soonerfans.firstdownsports.com/forums/showthread.php?t=9144 - sorry not going to link to their site), then follow the link on that page&amp;nbsp;back to my site to see what I mean.&amp;nbsp; Now for most of you, the humor will be lost, but Longhorn fans, as well as anyone who despises ou, you'll get a kick out of it.</description>
      <pubDate>Mon, 26 Jan 2004 04:08:15 GMT</pubDate>
      <category>Developer Stuff</category>
    </item>
  </channel>
</rss>