<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by jhol3990</title>
    <description>Stories kicked by jhol3990</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Exploring C# Boxing </title>
      <description>Boxing in C# has little to do with Saturday night television and quite a bit more however with that part-time job at the warehouse you had as a student. It is an important concept in C# that is related to how the compiler handles different kinds of variables in memory. Knowing how the compiler handles the various types allows you to avoid unexpected side effects in your code.

This article explains what boxing is, how it works and how it can negatively effect your code if you don't pay attention to it.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dijksterhuis.org%2fexploring-boxing%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dijksterhuis.org%2fexploring-boxing%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Exploring_C_Boxing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Exploring_C_Boxing</guid>
      <pubDate>Sun, 22 Mar 2009 03:16:05 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - Find All Servers From Local Network - Using sqlcmd</title>
      <description>Very simple and very quick. Something when ran on your command prompt will surprise you with result. You may find servers running and active, which you are unaware of. Try it. Bookmark it!

This is corrected link. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f18%2fsql-server-find-all-servers-from-local-network-using-sqlcmd%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f18%2fsql-server-find-all-servers-from-local-network-using-sqlcmd%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_Find_All_Servers_From_Local_Network_Using_sqlcmd_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_Find_All_Servers_From_Local_Network_Using_sqlcmd_1</guid>
      <pubDate>Sat, 21 Mar 2009 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>10 C# Shorthands that improve productivity</title>
      <description>One of the best things about C# is that as the language and libraries expand thought is put into keeping things readable. Below I have listed 10 shorthands that you can use to make your code tighter and less wordy. No doubt you know one or more already - but do you currently use all ten of them ? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dijksterhuis.org%2f10-c-coding-shorthands-that-improve-productivity%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dijksterhuis.org%2f10-c-coding-shorthands-that-improve-productivity%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/10_C_Shorthands_that_improve_productivity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/10_C_Shorthands_that_improve_productivity</guid>
      <pubDate>Tue, 17 Mar 2009 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server MSDTC settings</title>
      <description>During installation of a new Windows OS I set the following properties for the MSDTC security settings and transaction timeout.

Required when you want to configure and use linked servers &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsqlserveradvisor.blogspot.com%2f2009%2f03%2fsql-server-msdtc-settings-sqlserver.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlserveradvisor.blogspot.com%2f2009%2f03%2fsql-server-msdtc-settings-sqlserver.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_MSDTC_settings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_MSDTC_settings</guid>
      <pubDate>Tue, 17 Mar 2009 03:30:04 GMT</pubDate>
    </item>
    <item>
      <title>How .NET Regular Expressions Really Work</title>
      <description>A very deep dive into the source code for how .NET Regular Expressions really work &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</guid>
      <pubDate>Mon, 16 Mar 2009 22:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Interesting Observation of ON Clause on LEFT JOIN</title>
      <description>Very simple explanation of : 
Although the placement of such predicates does not make a difference for INNER joins, they might cause a different result when OUTER joins are involved. This is because the predicates in the ON clause are applied to the table before the join, whereas the WHERE clause is semantically applied to the result of the join. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f15%2fsql-server-interesting-observation-of-on-clause-on-left-join-how-on-clause-effects-resultset-in-left-join%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f15%2fsql-server-interesting-observation-of-on-clause-on-left-join-how-on-clause-effects-resultset-in-left-join%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Interesting_Observation_of_ON_Clause_on_LEFT_JOIN</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Interesting_Observation_of_ON_Clause_on_LEFT_JOIN</guid>
      <pubDate>Mon, 16 Mar 2009 21:16:19 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server Stored Procedures</title>
      <description>The twenty-third part of the SQL Server Programming Fundamentals tutorial describes stored procedures. A stored procedure allows you to create a script, or batch, containing multiple commands to be executed, potentially being controlled by parameters. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fSQLStoredProcedures.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fSQLStoredProcedures.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Stored_Procedures</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Stored_Procedures</guid>
      <pubDate>Sun, 15 Mar 2009 21:09:11 GMT</pubDate>
    </item>
    <item>
      <title>Code Contracts #1: Basic information</title>
      <description>That's the start of a series of blog posts about Code Contracts and design by contract alltogehter. It gives first information about what Code Contracts is, where it comes from and which basic elements are part of a contract. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leading-edge-dev.de%2f%3fp%3d290"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leading-edge-dev.de%2f%3fp%3d290" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Code_Contracts_1_Basic_information</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Code_Contracts_1_Basic_information</guid>
      <pubDate>Sat, 14 Mar 2009 21:33:08 GMT</pubDate>
    </item>
    <item>
      <title>Running a Sql Script to Insert Lookup Data For Tests From C#</title>
      <description>Goes over how to execute Sql script files from within C#.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.johnlmiller.com%2f%3fp%3d93"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.johnlmiller.com%2f%3fp%3d93" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Running_a_Sql_Script_to_Insert_Lookup_Data_For_Tests_From_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Running_a_Sql_Script_to_Insert_Lookup_Data_For_Tests_From_C</guid>
      <pubDate>Sat, 14 Mar 2009 20:13:52 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server Windows OS Settings</title>
      <description>SQL Server Windows OS Settings best practices &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsqlserveradvisor.blogspot.com%2f2009%2f03%2fsql-server-os-settings.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlserveradvisor.blogspot.com%2f2009%2f03%2fsql-server-os-settings.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Windows_OS_Settings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Windows_OS_Settings</guid>
      <pubDate>Fri, 13 Mar 2009 04:10:46 GMT</pubDate>
    </item>
    <item>
      <title>Use T-SQL to script the Definition of all Stored Procedures in a DB</title>
      <description>T-SQL way of scripting the definitions of Stored Procedures. Way cool! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlservercurry.com%2f2009%2f03%2flist-all-stored-procedures-of-database.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlservercurry.com%2f2009%2f03%2flist-all-stored-procedures-of-database.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Use_T_SQL_to_script_the_Definition_of_all_Stored_Procedures_in_a_DB</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Use_T_SQL_to_script_the_Definition_of_all_Stored_Procedures_in_a_DB</guid>
      <pubDate>Fri, 20 Mar 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating SOLID Code: Liskov Substitution Principle</title>
      <description>Taking a look at how to create SOLID Code: Creating SOLID Code: Liskov Substitution Principle (LSP). This is a Third in a series where we will take a look at each of the parts the SOLID Principle &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f92"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f92" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Creating_SOLID_Code_Liskov_Substitution_Principle</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Creating_SOLID_Code_Liskov_Substitution_Principle</guid>
      <pubDate>Fri, 13 Mar 2009 22:46:25 GMT</pubDate>
    </item>
    <item>
      <title>Unit Testable HttpModule and HttpHandler - Kazi Manzur Rashid's Blog</title>
      <description>

With the new System.Web.Abstraction namespace we can now easily write unit testable HttpModule and HttpHandler. In this post, I will show you how to write unit testable HttpModule and HttpHandler.

Prior the release of System.Web.Abstraction the problem with unit testing of these web infrastructural items is HttpContext, it is sealed, no way to mock it with Rhino or Moq. The only option is to create the wrapper objects of these non-mockable objects but it has a very long tail like HttpRequest, HttpResponse, HttpSessionState, HttpServerUtility etc etc. And this is the exact thing that the System.Web.Abstraction provides, all wrappers around the non-mockable objects of HttpContext. But still, both the HttpModule and HttpHandler depends upon the original HttpContext which I hope will change in ASP.NET 4.0. till then we need to create a super layer for making it Unit Testable.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f03%2f12%2funit-testable-httpmodule-and-httphandler.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f03%2f12%2funit-testable-httpmodule-and-httphandler.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Unit_Testable_HttpModule_and_HttpHandler_Kazi_Manzur_Rashid_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Unit_Testable_HttpModule_and_HttpHandler_Kazi_Manzur_Rashid_s_Blog</guid>
      <pubDate>Thu, 12 Mar 2009 23:31:11 GMT</pubDate>
    </item>
    <item>
      <title>Creating Objects in C# From Stored Procedures Using Generics</title>
      <description>How to use Generics in C# to allow you to return an array of data objects directly from a stored procedure class &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechandit.com%2f%3fp%3d82"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechandit.com%2f%3fp%3d82" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Creating_Objects_in_C_From_Stored_Procedures_Using_Generics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Creating_Objects_in_C_From_Stored_Procedures_Using_Generics</guid>
      <pubDate>Thu, 12 Mar 2009 06:10:29 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server Five methods converting rows to columns</title>
      <description>Five methods converting rows to columns &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsqlserveradvisor.blogspot.com%2f2009%2f03%2fsql-server-convert-rows-to-columns.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlserveradvisor.blogspot.com%2f2009%2f03%2fsql-server-convert-rows-to-columns.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Five_methods_converting_rows_to_columns</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Five_methods_converting_rows_to_columns</guid>
      <pubDate>Mon, 16 Mar 2009 12:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Create UDF to Pad Ride Side of Number with 0 - Fixed Width Number Disp</title>
      <description>If you prefer you can create UDF for the same. I would encourage my readers to submit the UDF for satisfying following criteria using code provided above.
UDF should take a parameter 'Total Width of Number (in our example it is 7).

I will publish the reader who posts first correct answer to this UDF on this blog with due credit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f10%2fsql-server-pad-ride-side-of-number-with-0-fixed-width-number-display%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f10%2fsql-server-pad-ride-side-of-number-with-0-fixed-width-number-display%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Create_UDF_to_Pad_Ride_Side_of_Number_with_0_Fixed_Width_Number_Disp</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Create_UDF_to_Pad_Ride_Side_of_Number_with_0_Fixed_Width_Number_Disp</guid>
      <pubDate>Mon, 16 Mar 2009 20:31:11 GMT</pubDate>
    </item>
    <item>
      <title>The Bare Minimum </title>
      <description>When it comes to project management, I tend to favor the less-is-more approach... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2009%2f03%2f11%2fthe-bare-minimum.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2009%2f03%2f11%2fthe-bare-minimum.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_Bare_Minimum</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_Bare_Minimum</guid>
      <pubDate>Fri, 13 Mar 2009 21:16:32 GMT</pubDate>
    </item>
    <item>
      <title>Regular Expressions in C# - Practical Usage </title>
      <description>This post touches on four major regular expression subjects: 1. String Comparison - does a string contain a particular sub-string? 2. Splitting a string into segments - we will take an IPv4 address and retrieve its dotted components 3. Replacement - modifying an input string 4. Stricter input validation - how to harden your expressions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dijksterhuis.org%2fregular-expressions-csharp-practical-use%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dijksterhuis.org%2fregular-expressions-csharp-practical-use%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regular_Expressions_in_C_Practical_Usage</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regular_Expressions_in_C_Practical_Usage</guid>
      <pubDate>Thu, 12 Mar 2009 20:31:47 GMT</pubDate>
    </item>
    <item>
      <title>Unit testing internal types, properties and methods </title>
      <description>A quick note about how to access internal types, properties and methods from a separate unit test project by specifying a Friend Assembly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbloodsweatand.net%2fblogentry.aspx%3fentryid%3d27"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbloodsweatand.net%2fblogentry.aspx%3fentryid%3d27" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Unit_testing_internal_types_properties_and_methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Unit_testing_internal_types_properties_and_methods</guid>
      <pubDate>Tue, 10 Mar 2009 19:59:33 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server database settings</title>
      <description>When creating a new SQL Server database I always use this checklist &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsqlserveradvisor.blogspot.com%2f2009%2f03%2fsql-server-database-settings.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlserveradvisor.blogspot.com%2f2009%2f03%2fsql-server-database-settings.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_database_settings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_database_settings</guid>
      <pubDate>Tue, 10 Mar 2009 18:46:25 GMT</pubDate>
    </item>
    <item>
      <title>Developer vs. The DBA - The Video</title>
      <description>Video spoof from the Rocky Mountain Tech Trifecta event  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.davidyack.com%2fjournal%2f2009%2f3%2f10%2fdeveloper-vs-the-dba-ndash-the-video.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.davidyack.com%2fjournal%2f2009%2f3%2f10%2fdeveloper-vs-the-dba-ndash-the-video.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Developer_vs_The_DBA_The_Video</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Developer_vs_The_DBA_The_Video</guid>
      <pubDate>Tue, 10 Mar 2009 13:26:00 GMT</pubDate>
    </item>
    <item>
      <title>6 Things Developers Should Know By 2010</title>
      <description>A list of 6 things I think asp.net developers should know by 2010 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.saviantllc.com%2farchive%2f2009%2f03%2f09%2f4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.saviantllc.com%2farchive%2f2009%2f03%2f09%2f4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/6_Things_Developers_Should_Know_By_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/6_Things_Developers_Should_Know_By_2010</guid>
      <pubDate>Wed, 11 Mar 2009 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Cloudy in Seattle : ASP.Net MVC Projects running on Windows Azure</title>
      <description>How to run an ASP.NET MVC app in azure.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjnak%2farchive%2f2008%2f10%2f28%2fasp-net-mvc-projects-running-on-windows-azure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjnak%2farchive%2f2008%2f10%2f28%2fasp-net-mvc-projects-running-on-windows-azure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Cloudy_in_Seattle_ASP_Net_MVC_Projects_running_on_Windows_Azure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Cloudy_in_Seattle_ASP_Net_MVC_Projects_running_on_Windows_Azure</guid>
      <pubDate>Mon, 16 Mar 2009 16:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Select top n rows from a table for each group</title>
      <description>Suppose you want to get the top two products from each manufacturer which have the best promotional price

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!366.entry"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!366.entry" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Select_top_n_rows_from_a_table_for_each_group</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Select_top_n_rows_from_a_table_for_each_group</guid>
      <pubDate>Thu, 12 Mar 2009 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Collection Of Puzzles For Programmers</title>
      <description>A nice collection of puzzles. Some are harder than others so there is something for everyone. You can choose any language you want, you will see that there are solutions in C#, Ruby, Python, Visual Basic, SQL, JavaScript, C++ and other languages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fITProfessionals%2fEthicsIT%2fcollection-of-puzzles-for-programmers"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fITProfessionals%2fEthicsIT%2fcollection-of-puzzles-for-programmers" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Collection_Of_Puzzles_For_Programmers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Collection_Of_Puzzles_For_Programmers</guid>
      <pubDate>Fri, 06 Mar 2009 00:16:03 GMT</pubDate>
    </item>
  </channel>
</rss>