<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by djsolid</title>
    <description>Stories kicked by djsolid</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>Anonymous user access in N2 CMS</title>
      <description>This is a way to allow items being displayed only to anonymous users in N2 CMS, &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2009%2f04%2f14%2fanonymous-user-access-in-n2-cms.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2009%2f04%2f14%2fanonymous-user-access-in-n2-cms.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Anonymous_user_access_in_N2_CMS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Anonymous_user_access_in_N2_CMS</guid>
      <pubDate>Tue, 14 Apr 2009 09:34:26 GMT</pubDate>
    </item>
    <item>
      <title>Back to Basics: Delegates, Anonymous Methods and Lambda Expressions</title>
      <description>Great article on .NET basics &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%2f2008%2f11%2f27%2fback-to-basics-delegates-anonymous-methods-and-lambda-expressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f11%2f27%2fback-to-basics-delegates-anonymous-methods-and-lambda-expressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Back_to_Basics_Delegates_Anonymous_Methods_and_Lambda_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Back_to_Basics_Delegates_Anonymous_Methods_and_Lambda_Expressions</guid>
      <pubDate>Sat, 29 Nov 2008 01:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Update on Silverlight 2 - and a glimpse of Silverlight 3 </title>
      <description>ScottGu unveils the plans for Silverlight 3, shipping next year &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f16%2fupdate-on-silverlight-2-and-a-glimpse-of-silverlight-3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f16%2fupdate-on-silverlight-2-and-a-glimpse-of-silverlight-3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Update_on_Silverlight_2_and_a_glimpse_of_Silverlight_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Update_on_Silverlight_2_and_a_glimpse_of_Silverlight_3</guid>
      <pubDate>Mon, 17 Nov 2008 21:16:21 GMT</pubDate>
    </item>
    <item>
      <title>The Excitement that is C# 4.0</title>
      <description>I just got back from the "Future of C#" talk at PDC by Anders Hejlsberg. This was a truly inspiring talk for a geek like me. C# is evolving into a much more dynamic language. I have always been a believer of strong typing. except when I'm not. and I have been wishing for something more dynamic (such as Duck Typing). In C# 4.0, we will be seeing some significant dynamic features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbrian.genisio.org%2f2008%2f10%2fexcitement-that-is-c-40.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbrian.genisio.org%2f2008%2f10%2fexcitement-that-is-c-40.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Excitement_that_is_C_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Excitement_that_is_C_4_0</guid>
      <pubDate>Tue, 28 Oct 2008 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Solving common problems with Compiled Queries in Linq to Sql for high </title>
      <description>If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries. if you are building an ASP.NET web application that's going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow. There's a runtime cost associated with each and every Linq Query you write.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f10%2f27%2fsolving-common-problems-with-compiled-queries-in-linq-to-sql-for-high-demand-asp-net-websites.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f10%2f27%2fsolving-common-problems-with-compiled-queries-in-linq-to-sql-for-high-demand-asp-net-websites.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Solving_common_problems_with_Compiled_Queries_in_Linq_to_Sql_for_high</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Solving_common_problems_with_Compiled_Queries_in_Linq_to_Sql_for_high</guid>
      <pubDate>Sat, 01 Nov 2008 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Access JavaScript variables on PostBack using ASP.NET Code</title>
      <description>In this article, we will see how to pass javascript values on postback and then access these values in your server side code. This article will primarily showcase two techniques of doing so.  One using Hidden variables and the other using the __doPostBack() javascript method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d203"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d203" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Access_JavaScript_variables_on_PostBack_using_ASP_NET_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Access_JavaScript_variables_on_PostBack_using_ASP_NET_Code</guid>
      <pubDate>Sat, 04 Oct 2008 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu: Silverlight 2 Release Candidate Now Available</title>
      <description>&amp;quot;This evening we published the first public release candidate of Silverlight 2.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f09%2f25%2fsilverlight-2-release-candidate-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f09%2f25%2fsilverlight-2-release-candidate-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/ScottGu_Silverlight_2_Release_Candidate_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/ScottGu_Silverlight_2_Release_Candidate_Now_Available</guid>
      <pubDate>Fri, 26 Sep 2008 19:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Set default values for properties</title>
      <description>Many times I needed to set a default value for a property.

For example at the property below

public string Property1 {get; set;}

I wanted a default value &amp;quot;Value1&amp;quot;. The only way was to create a private field or to set it in code like Property1 = &amp;quot;Value1&amp;quot; somewhere. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f09%2f18%2fset-default-value-for-properties.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f09%2f18%2fset-default-value-for-properties.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Set_default_values_for_properties</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Set_default_values_for_properties</guid>
      <pubDate>Thu, 18 Sep 2008 17:29:12 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MessageBox Server and Client </title>
      <description>An ASP.NET Message box that can be used from the server and from the client side! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f09%2f14%2fasp-net-messagebox-server-and-client.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f09%2f14%2fasp-net-messagebox-server-and-client.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MessageBox_Server_and_Client</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MessageBox_Server_and_Client</guid>
      <pubDate>Mon, 15 Sep 2008 23:31:11 GMT</pubDate>
    </item>
    <item>
      <title>Templated Silverlight Rating Control </title>
      <description>Learn how I created a custimizable rating control using Silverlight 2 and Control Templates  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjoel.neubeck.net%2f2008%2f09%2ftemplated-silverlight-rating-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjoel.neubeck.net%2f2008%2f09%2ftemplated-silverlight-rating-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Templated_Silverlight_Rating_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Templated_Silverlight_Rating_Control</guid>
      <pubDate>Fri, 12 Sep 2008 02:00:04 GMT</pubDate>
    </item>
    <item>
      <title>Create a Simple Progress Bar Control In Silverlight 2</title>
      <description>This article discusses how to create a simple progress bar in Silverlight 2 Beta 2 that can be integrated easily into your projects. In this article, we will see how to download a .zip file and display the progress of the download using a progress bar. We will also read the contents of the .zip file.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d199"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d199" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Create_a_Simple_Progress_Bar_Control_In_Silverlight_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Create_a_Simple_Progress_Bar_Control_In_Silverlight_2</guid>
      <pubDate>Fri, 12 Sep 2008 22:01:03 GMT</pubDate>
    </item>
    <item>
      <title>The new data types in SQL Server 2008</title>
      <description>Sergio brings in personal examples of how the new data types work in SQL 2008 - don't expect to see any AdventureWorks here! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fsergio_pereira%2farchive%2f2008%2f04%2f06%2fthe-new-data-types-in-sql-server-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fsergio_pereira%2farchive%2f2008%2f04%2f06%2fthe-new-data-types-in-sql-server-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/The_new_data_types_in_SQL_Server_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/The_new_data_types_in_SQL_Server_2008</guid>
      <pubDate>Fri, 12 Sep 2008 01:26:11 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Combobox</title>
      <description>Like many others, we have wanted a combo box since the release of Silverlight, but failed to find a usable one. Rather than waiting to see if and when the RTM includes one, we decided to address that need ourselves. It includes templating, data binding, and auto complete functionality. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fSilverlight-ComboBox.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fSilverlight-ComboBox.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Combobox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Combobox</guid>
      <pubDate>Thu, 11 Sep 2008 23:42:28 GMT</pubDate>
    </item>
    <item>
      <title>5 Useful Tips for ASP.Net Application</title>
      <description>There are so many tasks or operations that are repeatedly used in ASP.Net applications. This article will list some of the useful tasks that we can use in our asp.net application extensively. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f128_5_Useful_Tips_for_ASPNet_Application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNET%2f128_5_Useful_Tips_for_ASPNet_Application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/5_Useful_Tips_for_ASP_Net_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/5_Useful_Tips_for_ASP_Net_Application</guid>
      <pubDate>Thu, 11 Sep 2008 15:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Path to .NET 3.5 Developer Certification</title>
      <description>If you are trying to figure out the new certification exams for Microsoft Certified Professional Developer (MCPD) or Microsoft Certified Technical Specialist (MCTS) for .NET Framework 3.5 / Visual Studio 2008 then you may be interested in a diagram that I put together to helped me to visualize the path through the required certification exams. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thearchitect.co.uk%2fweblog%2farchives%2f2008%2f08%2fpath_to_net_35_developer_certification.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thearchitect.co.uk%2fweblog%2farchives%2f2008%2f08%2fpath_to_net_35_developer_certification.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Path_to_NET_3_5_Developer_Certification</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Path_to_NET_3_5_Developer_Certification</guid>
      <pubDate>Thu, 11 Sep 2008 11:31:05 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Futures: Generating Dynamic Images w/ HttpHandlers Gets Easier</title>
      <description>I've done a lot of HttpHandlers that generate images. It's usually pretty tedious. When I was working banking, I wrote an example HttpHandler that would take two Check Images (back and front) and composite them into a single image on the server side, then serving up the composite. Usually you're messing around in with MemoryStreams and Images, and then you serialize the result out to the Response.OutputStream, making sure the MIME Types are set appropriately. If you're really clever, you'll remember to do some client-side and appropriate caching, but I rarely see that in the wild.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fASPNETFuturesGeneratingDynamicImagesWithHttpHandlersGetsEasier.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fASPNETFuturesGeneratingDynamicImagesWithHttpHandlersGetsEasier.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Futures_Generating_Dynamic_Images_w_HttpHandlers_Gets_Easier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Futures_Generating_Dynamic_Images_w_HttpHandlers_Gets_Easier</guid>
      <pubDate>Sun, 24 Aug 2008 17:31:12 GMT</pubDate>
    </item>
    <item>
      <title>The @Reference Directive</title>
      <description>When I want to add a user control to a page I use the @Register directive at the top of the page. and the I add the control to the markup. But what if I want to add a user control programmatically but I have no reference of it via the markup? That is where the @Reference directive comes to action. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f08%2f13%2fthe-reference-directive.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f08%2f13%2fthe-reference-directive.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_Reference_Directive</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_Reference_Directive</guid>
      <pubDate>Wed, 13 Aug 2008 18:02:40 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Browsers Filter!!</title>
      <description>Yesterday .NET SP1 released and many new features for ASP.NET where added. But yesterday i also discovered a feature that ASP.NET has from version 2.0
Let's say we have a button. We can decide what value will the properties have for different browsers!!! And we can do that with this way... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f08%2f12%2fasp-net-browsers-filter.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f08%2f12%2fasp-net-browsers-filter.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Browsers_Filter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Browsers_Filter</guid>
      <pubDate>Tue, 12 Aug 2008 21:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Add scripts to head dynamically</title>
      <description>Many times when i develop a user control i have the need to add some javascript to the header of the page. But the header doesn't have a method where you can add script and RegisterStartupScript inserts the script at the bottom of the page.

So i thought let's create an extension method... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f08%2f08%2fadd-scripts-to-head-dynamically.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f08%2f08%2fadd-scripts-to-head-dynamically.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Add_scripts_to_head_dynamically</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Add_scripts_to_head_dynamically</guid>
      <pubDate>Fri, 08 Aug 2008 16:22:21 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX 4.0 Template Example</title>
      <description>Yesterday was released the first preview of ASP.NET 4.0. Lot's of cool stuff come with this release and with this article i will try to demonstrate the use of templates. The example is available for download Let's start... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f07%2f23%2fasp-net-ajax-4-0-template-example.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f07%2f23%2fasp-net-ajax-4-0-template-example.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_4_0_Template_Example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_4_0_Template_Example</guid>
      <pubDate>Wed, 23 Jul 2008 21:25:35 GMT</pubDate>
    </item>
    <item>
      <title>What you don't know about Copy &amp;amp; Paste in Visual Studio</title>
      <description>This post explains how to use clipboard ring and some other tricks with Ctrl-C/Ctrl-X. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvkreynin.wordpress.com%2f2007%2f03%2f21%2fcopy-and-paste-in-visual-studio-and-ms-sql-server-managment-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvkreynin.wordpress.com%2f2007%2f03%2f21%2fcopy-and-paste-in-visual-studio-and-ms-sql-server-managment-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/What_you_don_t_know_about_Copy_Paste_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/What_you_don_t_know_about_Copy_Paste_in_Visual_Studio</guid>
      <pubDate>Sat, 12 Jul 2008 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title> Shoutcast.NET - Get Details From a Shoutcast Server</title>
      <description>I have been using Shoutcast for a long time. And each and every time had to do the same stuff if i wanted to get details such as song title, current listener etc. So i decided to write a simple class library to make things easier. What you have to do in order to be able to use this library is to find out the exact url of your stream. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f06%2f17%2fshoutcast-net-get-details-from-a-shoutcast-server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f06%2f17%2fshoutcast-net-get-details-from-a-shoutcast-server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Shoutcast_NET_Get_Details_From_a_Shoutcast_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Shoutcast_NET_Get_Details_From_a_Shoutcast_Server</guid>
      <pubDate>Wed, 18 Jun 2008 02:59:39 GMT</pubDate>
    </item>
  </channel>
</rss>