<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>C# on Nick Berardi</title>
    <link>http://nickberardi.com/tags/c%23/</link>
    <description>Recent content in C# on Nick Berardi</description>
    <generator>Hugo -- 0.155.3</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 17 Aug 2010 02:40:11 -0500</lastBuildDate>
    <atom:link href="http://nickberardi.com/tags/c%23/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Who Loves Their Developers More</title>
      <link>http://nickberardi.com/posts/who-loves-their-developers-more/</link>
      <pubDate>Tue, 17 Aug 2010 02:40:11 -0500</pubDate>
      <guid>http://nickberardi.com/posts/who-loves-their-developers-more/</guid>
      <description>Last night as I was talking with Danny Diaz about the importants of good programming language documentation.&amp;amp;#160; It occurred to me that the level of...</description>
    </item>
    <item>
      <title>Introducing the ASP.NET MVC (Part 7) - The Controller</title>
      <link>http://nickberardi.com/posts/introducing-aspnet-mvc-part-7-the-controller/</link>
      <pubDate>Sun, 01 Feb 2009 07:06:54 -0500</pubDate>
      <guid>http://nickberardi.com/posts/introducing-aspnet-mvc-part-7-the-controller/</guid>
      <description>This is a continuation of my Introduction to ASP.NET MVC series. As I outlined before this is in an effort to write the book and keep blogging, I decided...</description>
    </item>
    <item>
      <title>Introducing the ASP.NET MVC (Part 6) - The View</title>
      <link>http://nickberardi.com/posts/introducing-aspnet-mvc-part-6-the-view/</link>
      <pubDate>Mon, 12 Jan 2009 14:06:54 -0500</pubDate>
      <guid>http://nickberardi.com/posts/introducing-aspnet-mvc-part-6-the-view/</guid>
      <description>This is a continuation of my Introduction to ASP.NET MVC series. As I outlined before this is in an effort to write the book and keep blogging, I decided...</description>
    </item>
    <item>
      <title>Introducing the ASP.NET MVC (Part 5) - The Model</title>
      <link>http://nickberardi.com/posts/introducing-aspnet-mvc-part-5-the-model/</link>
      <pubDate>Sun, 11 Jan 2009 05:13:04 -0500</pubDate>
      <guid>http://nickberardi.com/posts/introducing-aspnet-mvc-part-5-the-model/</guid>
      <description>This is a continuation of my Introduction to ASP.NET MVC series. As I outlined before this is in an effort to write the book and keep blogging, I decided...</description>
    </item>
    <item>
      <title>Introducing the ASP.NET MVC (Part 4) - Your First ASP.NET MVC Project</title>
      <link>http://nickberardi.com/posts/introducing-aspnet-mvc-part-4-first-aspnet-mvc-project/</link>
      <pubDate>Tue, 06 Jan 2009 03:00:21 -0500</pubDate>
      <guid>http://nickberardi.com/posts/introducing-aspnet-mvc-part-4-first-aspnet-mvc-project/</guid>
      <description>This is a continuation of my Introduction to ASP.NET MVC series. As I outlined before this is in an effort to write the book and keep blogging, I decided...</description>
    </item>
    <item>
      <title>Introducing the ASP.NET MVC (Part 3) - Installing the Prerequisites</title>
      <link>http://nickberardi.com/posts/introducing-aspnet-mvc-part-3-installing-prerequisites/</link>
      <pubDate>Mon, 05 Jan 2009 14:50:02 -0500</pubDate>
      <guid>http://nickberardi.com/posts/introducing-aspnet-mvc-part-3-installing-prerequisites/</guid>
      <description>This is a continuation of my Introduction to ASP.NET MVC series. As I outlined before this is in an effort to write the book and keep blogging, I decided...</description>
    </item>
    <item>
      <title>Introducing the ASP.NET MVC (Part 2) - ASP.NET MVC vs. ASP.NET Web Forms</title>
      <link>http://nickberardi.com/posts/introducing-aspnet-mvc-part-2-aspnet-mvc-vs-webforms/</link>
      <pubDate>Mon, 29 Dec 2008 13:42:30 -0500</pubDate>
      <guid>http://nickberardi.com/posts/introducing-aspnet-mvc-part-2-aspnet-mvc-vs-webforms/</guid>
      <description>This is a continuation of my Introduction to ASP.NET MVC series. As I outlined before this is in an effort to write the book and keep blogging, I decided...</description>
    </item>
    <item>
      <title>Introducing the ASP.NET MVC (Part 1) - The Model-View-Controller Pattern</title>
      <link>http://nickberardi.com/posts/introducing-aspnet-mvc-part-1-model-view-controller/</link>
      <pubDate>Sun, 14 Dec 2008 05:45:08 -0500</pubDate>
      <guid>http://nickberardi.com/posts/introducing-aspnet-mvc-part-1-model-view-controller/</guid>
      <description>About a month and a half ago I announced that I am writing a book, I was really overwhelmed by the amount of support that I received from this...</description>
    </item>
    <item>
      <title>How NOT To Optimize LINQ Statements</title>
      <link>http://nickberardi.com/posts/how-not-to-optimize-linq/</link>
      <pubDate>Wed, 24 Sep 2008 01:35:05 -0500</pubDate>
      <guid>http://nickberardi.com/posts/how-not-to-optimize-linq/</guid>
      <description>About a month ago I was experimenting with different ways to optimize my LINQ queries against the IdeaPipe database, in order to improve the read times. I...</description>
    </item>
    <item>
      <title>Give Your ASP.NET Applications Velocity</title>
      <link>http://nickberardi.com/posts/scaling-aspnet-applications-with-velocity/</link>
      <pubDate>Thu, 05 Jun 2008 03:04:50 -0500</pubDate>
      <guid>http://nickberardi.com/posts/scaling-aspnet-applications-with-velocity/</guid>
      <description>Scaling ASP.NET Application just got easier with a new technology that Microsoft has just released that they have dubbed codename &amp;#34;Velocity&amp;#34;. This product...</description>
    </item>
    <item>
      <title>Interesting Extension Hack To Get Around NullReferenceException&#39;s</title>
      <link>http://nickberardi.com/posts/interesting-extension-hack-to-get-around-nullreferenceexceptions/</link>
      <pubDate>Thu, 24 Apr 2008 06:19:22 -0500</pubDate>
      <guid>http://nickberardi.com/posts/interesting-extension-hack-to-get-around-nullreferenceexceptions/</guid>
      <description>Today I came across an interesting extension pattern that I didn&amp;#39;t know how the runtime would react. Normally when you do something like the following:...</description>
    </item>
    <item>
      <title>Creating a Facebook Application using MVC</title>
      <link>http://nickberardi.com/posts/create-facebook-application-mvc/</link>
      <pubDate>Fri, 11 Apr 2008 06:06:44 -0500</pubDate>
      <guid>http://nickberardi.com/posts/create-facebook-application-mvc/</guid>
      <description>Facebook has been growing in popularity ever since it was released on February 4th 2004 at an almost unstoppable pace. Up until May 24th, 2007, it wasn&amp;#39;t...</description>
    </item>
    <item>
      <title>Why is JSON Deserialization so Important to Developers?</title>
      <link>http://nickberardi.com/posts/why-json-deserialization-important/</link>
      <pubDate>Thu, 03 Apr 2008 03:48:08 -0500</pubDate>
      <guid>http://nickberardi.com/posts/why-json-deserialization-important/</guid>
      <description>Recently I have been working on a RESTful interface for a Web 2.0 project that I will be releasing very soon. And one of the self imposed requirements...</description>
    </item>
    <item>
      <title>Force MVC Route URL to Lowercase</title>
      <link>http://nickberardi.com/posts/force-mvc-route-url-lowercase/</link>
      <pubDate>Mon, 31 Mar 2008 10:45:06 -0500</pubDate>
      <guid>http://nickberardi.com/posts/force-mvc-route-url-lowercase/</guid>
      <description>So one of my pet peeves in web development is mixed case URL&amp;#39;s. And I usually make sure that all my URL&amp;#39;s in my personal projects follow this standard. I...</description>
    </item>
    <item>
      <title>ASP.NET MVC: Securing Your Controller Actions (The .NET Framework Way)</title>
      <link>http://nickberardi.com/posts/securing-mvc-controller-actions/</link>
      <pubDate>Thu, 13 Mar 2008 02:59:06 -0500</pubDate>
      <guid>http://nickberardi.com/posts/securing-mvc-controller-actions/</guid>
      <description>So I just read Rob Conery&amp;#39;s blog post on Securing Your Controller Actions in MVC. I was a little perplexed about why guys at Microsoft love to reinvent...</description>
    </item>
    <item>
      <title>ASP.NET MVC Preview 2 CAPTCHA using ActionFilterAttribute</title>
      <link>http://nickberardi.com/posts/actionfilterattribute-aspnet-mvc-captcha/</link>
      <pubDate>Sun, 09 Mar 2008 08:33:17 -0500</pubDate>
      <guid>http://nickberardi.com/posts/actionfilterattribute-aspnet-mvc-captcha/</guid>
      <description>My last article on ASP.NET MVC CAPTCHA was very well received by many of my readers and it even caught the eye of the DotNetKicks crowd. Now that MVC...</description>
    </item>
    <item>
      <title>Singularity Source Code Released to CodePlex</title>
      <link>http://nickberardi.com/posts/singularity-source-code-released-codeplex/</link>
      <pubDate>Tue, 04 Mar 2008 14:28:33 -0500</pubDate>
      <guid>http://nickberardi.com/posts/singularity-source-code-released-codeplex/</guid>
      <description>Just saw on OSNews that Microsoft Research has just released the Singularity Source Code on CodePlex. Microsoft has released source code from the...</description>
    </item>
    <item>
      <title>ASP.NET MVC CAPTCHA</title>
      <link>http://nickberardi.com/posts/aspnet-mvc-captcha/</link>
      <pubDate>Mon, 03 Mar 2008 07:33:36 -0500</pubDate>
      <guid>http://nickberardi.com/posts/aspnet-mvc-captcha/</guid>
      <description>Note: Most recent update for MVC Release Candidate 3 is out. So my MVC application that I have been working on required a CAPTCHA today. The problem is...</description>
    </item>
    <item>
      <title>ASP.NET MVC Route Validation and SEO</title>
      <link>http://nickberardi.com/posts/aspnet-mvc-validation-and-seo/</link>
      <pubDate>Wed, 27 Feb 2008 05:50:35 -0500</pubDate>
      <guid>http://nickberardi.com/posts/aspnet-mvc-validation-and-seo/</guid>
      <description>Recently I have been using the ASP.NET MVC framework for a project at work. And one of the requirements was that certain data inputed in to the URL be...</description>
    </item>
    <item>
      <title>What I Learned About MVC On Day One</title>
      <link>http://nickberardi.com/posts/microsoft-mvc-day-one/</link>
      <pubDate>Mon, 25 Feb 2008 14:21:04 -0500</pubDate>
      <guid>http://nickberardi.com/posts/microsoft-mvc-day-one/</guid>
      <description>I am really blown back about how fast and easy MVC is to develop with. I know the guys at Microsoft do a good job with their .NET coding, but I am really...</description>
    </item>
    <item>
      <title>Nick Berardi&#39;s Essential Software for 2008</title>
      <link>http://nickberardi.com/posts/essential-software/</link>
      <pubDate>Sun, 24 Feb 2008 10:51:11 -0500</pubDate>
      <guid>http://nickberardi.com/posts/essential-software/</guid>
      <description>Every developer has their favorite tool collection that they must have in order to survive while developing software. The list below is indispensable in...</description>
    </item>
    <item>
      <title>LINQ Cheat Sheet</title>
      <link>http://nickberardi.com/posts/linq-cheat-sheet/</link>
      <pubDate>Mon, 11 Feb 2008 13:45:38 -0500</pubDate>
      <guid>http://nickberardi.com/posts/linq-cheat-sheet/</guid>
      <description>This cheat sheet was compiled by Milan Negovan at http://www.aspnetresources.com/. It is very handy and I recommend everybody download it and print it...</description>
    </item>
    <item>
      <title>How to use the .NET URL Rewriter and Reverse Proxy to run WordPress on IIS</title>
      <link>http://nickberardi.com/posts/url-rewriter-reverse-proxy-iis-wordpress/</link>
      <pubDate>Sun, 10 Feb 2008 06:00:22 -0500</pubDate>
      <guid>http://nickberardi.com/posts/url-rewriter-reverse-proxy-iis-wordpress/</guid>
      <description>First off I would like to say that many of my readers are very intelligent, they picked up on a one line sentence in my last post about my new design and...</description>
    </item>
  </channel>
</rss>
