﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Aaron Hoffman</title>
    <description>a blog by Aaron Hoffman</description>
    <link>http://www.maddotnet.com/NewsBlogsJobs/tabid/150/BlogId/31/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>hoffman.aaron.d@gmail.com</managingEditor>
    <webMaster>mail@lancelarsen.com</webMaster>
    <pubDate>Fri, 12 Mar 2010 12:09:50 GMT</pubDate>
    <lastBuildDate>Fri, 12 Mar 2010 12:09:50 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.0.35082</generator>
    <item>
      <title>CipherText C#</title>
      <description>&lt;p&gt;&lt;em&gt;Converting Karl Shifflett’s CipherText application from VB.NET to C#&lt;/em&gt;&lt;/p&gt;&lt;a href=http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/159/CipherText-C.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/159/CipherText-C.aspx</link>
      <author>hoffman.aaron.d@gmail.com</author>
      <comments>http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/159/CipherText-C.aspx#Comments</comments>
      <guid isPermaLink="true">http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/159/CipherText-C.aspx</guid>
      <pubDate>Mon, 10 Aug 2009 19:33:58 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.maddotnet.com/DesktopModules/Blog/Trackback.aspx?id=159</trackback:ping>
    </item>
    <item>
      <title>ASP.NET Dynamic Data Presentation</title>
      <description>&lt;p&gt; &lt;/p&gt;&lt;a href=http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/148/ASP-NET-Dynamic-Data-Presentation.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/148/ASP-NET-Dynamic-Data-Presentation.aspx</link>
      <author>hoffman.aaron.d@gmail.com</author>
      <comments>http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/148/ASP-NET-Dynamic-Data-Presentation.aspx#Comments</comments>
      <guid isPermaLink="true">http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/148/ASP-NET-Dynamic-Data-Presentation.aspx</guid>
      <pubDate>Wed, 03 Jun 2009 02:29:45 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.maddotnet.com/DesktopModules/Blog/Trackback.aspx?id=148</trackback:ping>
    </item>
    <item>
      <title>How to Post Code to your Blog and Retain Source Formatting</title>
      <description>&lt;p&gt;&lt;em&gt;Source Code meets Cascading Style Sheets – makes baby&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;by Aaron Hoffman&lt;/em&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;If you’re a developer&lt;/strong&gt; and you blog about code, you might find that from time to time you may wish to add a snippet of source code to your blog post.  There are may ways to do this, but these are a few of the easiest I’ve found.&lt;/p&gt; &lt;a href=http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/129/How-to-Post-Code-to-your-Blog-and-Retain-Source-Formatting.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/129/How-to-Post-Code-to-your-Blog-and-Retain-Source-Formatting.aspx</link>
      <author>hoffman.aaron.d@gmail.com</author>
      <comments>http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/129/How-to-Post-Code-to-your-Blog-and-Retain-Source-Formatting.aspx#Comments</comments>
      <guid isPermaLink="true">http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/129/How-to-Post-Code-to-your-Blog-and-Retain-Source-Formatting.aspx</guid>
      <pubDate>Wed, 25 Feb 2009 04:23:17 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.maddotnet.com/DesktopModules/Blog/Trackback.aspx?id=129</trackback:ping>
    </item>
    <item>
      <title>LINQ is not just LINQ to SQL</title>
      <description>&lt;p&gt;&lt;em&gt;Deconstructing a LINQ Statement &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;by Aaron Hoffman&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;(download source code: &lt;/font&gt;&lt;a href="http://aaronhoffman.googlecode.com/files/AaronHoffmanLinqDemov01.zip"&gt;&lt;font size="1"&gt;http://aaronhoffman.googlecode.com/files/AaronHoffmanLinqDemov01.zip&lt;/font&gt;&lt;/a&gt;&lt;font size="1"&gt; )&lt;/font&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;LINQ is a valuable tool&lt;/strong&gt;, but because of the way it is usually demonstrated, developers think that its only use is for querying a Microsoft SQL Server database. This is because what is usually being demonstrated along with LINQ, is LINQ to SQL. &lt;a href="http://msdn.microsoft.com/en-us/library/bb308959.aspx"&gt;LINQ&lt;/a&gt; is not just &lt;a href="http://msdn.microsoft.com/en-us/library/bb425822.aspx"&gt;LINQ to SQL&lt;/a&gt;. I like to think of LINQ as a shorthand (or syntax shortcut) way of writing code - a way to write less lines of code (or simplify code), but still perform the same operations (kind of like what foreach is to the for loop). &lt;/p&gt; &lt;a href=http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/128/LINQ-is-not-just-LINQ-to-SQL.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/128/LINQ-is-not-just-LINQ-to-SQL.aspx</link>
      <author>hoffman.aaron.d@gmail.com</author>
      <comments>http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/128/LINQ-is-not-just-LINQ-to-SQL.aspx#Comments</comments>
      <guid isPermaLink="true">http://maddotnet.com/NewsBlogsJobs/tabid/150/EntryId/128/LINQ-is-not-just-LINQ-to-SQL.aspx</guid>
      <pubDate>Wed, 25 Feb 2009 02:36:28 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.maddotnet.com/DesktopModules/Blog/Trackback.aspx?id=128</trackback:ping>
    </item>
  </channel>
</rss>