<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by alessandrokicks</title>
    <description>Stories kicked by alessandrokicks</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>Conserving Resources When Writing BLOB Values to SQL Server and Stream</title>
      <description> Reading and writing blob data to/from your database can be a resource hog, because it normally involves holding the entire stream in memory.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f09%2f22%2fconserving-resources-when-writing-blob-values-to-sql-server-and-streaming-blob-values-back-to-the-client.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f09%2f22%2fconserving-resources-when-writing-blob-values-to-sql-server-and-streaming-blob-values-back-to-the-client.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Conserving_Resources_When_Writing_BLOB_Values_to_SQL_Server_and_Stream</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Conserving_Resources_When_Writing_BLOB_Values_to_SQL_Server_and_Stream</guid>
      <pubDate>Tue, 23 Sep 2008 14:28:09 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Menu, Click instead of Hover</title>
      <description>A way to make the ASP.NET Menu Control respond to clicks instead of the default behavior of responding to mouse hover using a javascript override. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsd-bml.blogspot.com%2f2008%2f09%2faspnet-menu-click-instead-of-hover.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsd-bml.blogspot.com%2f2008%2f09%2faspnet-menu-click-instead-of-hover.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Menu_Click_instead_of_Hover</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Menu_Click_instead_of_Hover</guid>
      <pubDate>Tue, 23 Sep 2008 12:18:54 GMT</pubDate>
    </item>
    <item>
      <title>Building and binding hierarchical data from the database to the ASP.NE</title>
      <description>If we need to bind our navigations controls to hierarchical data we define manually ourselves in an xml file, this is easy as pie. However, things can get rather complicated or not so obvious when we need to generate this data from a database. First off... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f02%2f20%2fbuilding-and-binding-hierarchical-data-from-the-database-to-the-asp-net-navigation-controls.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f02%2f20%2fbuilding-and-binding-hierarchical-data-from-the-database-to-the-asp-net-navigation-controls.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_and_binding_hierarchical_data_from_the_database_to_the_ASP_NE</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_and_binding_hierarchical_data_from_the_database_to_the_ASP_NE</guid>
      <pubDate>Wed, 20 Feb 2008 22:52:48 GMT</pubDate>
    </item>
    <item>
      <title>Customizing the ChangePassword control and removing the required Curre</title>
      <description>When using the ChangePassword control, to my big surprise, CurrentPassword Field is a required field that i cannot remove. This is also a field that I do not want asked for during the password change request(since my user has forgotten their password and are now going to provide their new pasword)... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f02%2f15%2fcustomizing-the-changepassword-control-and-removing-the-required-currentpassword-field.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f02%2f15%2fcustomizing-the-changepassword-control-and-removing-the-required-currentpassword-field.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Customizing_the_ChangePassword_control_and_removing_the_required_Curre</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Customizing_the_ChangePassword_control_and_removing_the_required_Curre</guid>
      <pubDate>Sat, 16 Feb 2008 06:59:03 GMT</pubDate>
    </item>
    <item>
      <title>Common Data Patterns with LINQ to SQL</title>
      <description>These examples aim to show the simplest possible way to get started with the LINQ to SQL in common scenarios. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jemm.net%2farticles%2fdatabases%2fhow-to-common-data-patterns-with-linq-to-sql%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jemm.net%2farticles%2fdatabases%2fhow-to-common-data-patterns-with-linq-to-sql%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Common_Data_Patterns_with_LINQ_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Common_Data_Patterns_with_LINQ_to_SQL</guid>
      <pubDate>Fri, 15 Feb 2008 08:46:20 GMT</pubDate>
    </item>
    <item>
      <title>Semantically correct markup and the casual table. Can they co-exist ? </title>
      <description>I am sure by now, everybody has been scorned upon for not using semantically correct markup. It's all over the web today. The message is clear, Web standards are important. Valid Xhtml is important but above all, SEMANTICALLY CORRECT MARKUP! What is Semantically correct markup ? First lets define semantics..
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f01%2f07%2fsemantically-correct-markup-and-the-casual-table-can-they-co-exist.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f01%2f07%2fsemantically-correct-markup-and-the-casual-table-can-they-co-exist.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Semantically_correct_markup_and_the_casual_table_Can_they_co_exist</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Semantically_correct_markup_and_the_casual_table_Can_they_co_exist</guid>
      <pubDate>Wed, 30 Jan 2008 22:09:29 GMT</pubDate>
    </item>
    <item>
      <title>Reducing UpdatePanel bloat by utilizing UpdateMode=&amp;quot;Conditional&amp;quot; and C</title>
      <description>Just the other day, i was playing around with my DataControls nested inside an updatepanel. While this was working well, since everypostback was being done via an ajax callback, the amount of traffic going back and forth was simply way too bloated. It's easy not to notice at first, because everything is working as expected. however imagine a simple situation... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f01%2f30%2freducing-updatepanel-bloat-by-utilizing-updatemode-quot-conditional-quot-and-childrenastriggers-quot-false-quot.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f01%2f30%2freducing-updatepanel-bloat-by-utilizing-updatemode-quot-conditional-quot-and-childrenastriggers-quot-false-quot.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Reducing_UpdatePanel_bloat_by_utilizing_UpdateMode_Conditional_and_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Reducing_UpdatePanel_bloat_by_utilizing_UpdateMode_Conditional_and_C</guid>
      <pubDate>Wed, 30 Jan 2008 14:03:20 GMT</pubDate>
    </item>
    <item>
      <title>Using SQL Server 2005's OUTPUT to return generated identity with ADO.N</title>
      <description>This article focuses especially on ADO.NET-side of handling the returned values from the SQL Server 2005's OUTPUT. It is a good alternative for the scope_identity() etc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jemm.net%2farticles%2fdatabases%2fhow-to-using-sql-server-2005s-output-to-return-generated-identity%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jemm.net%2farticles%2fdatabases%2fhow-to-using-sql-server-2005s-output-to-return-generated-identity%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Using_SQL_Server_2005_s_OUTPUT_to_return_generated_identity_with_ADO_N</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Using_SQL_Server_2005_s_OUTPUT_to_return_generated_identity_with_ADO_N</guid>
      <pubDate>Fri, 11 Jan 2008 11:28:56 GMT</pubDate>
    </item>
    <item>
      <title>Failed to load viewstate ? Typical problem, with an obvious solution. </title>
      <description>WebForms is an event based postback model and as such understanding viewstate is fundamental for the proper functioning of your applications. If your building dynamic controls at runtime, then this is for you &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f01%2f04%2ffailed-to-load-viewstate-typical-problem-with-an-obvious-solution.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2falessandro%2farchive%2f2008%2f01%2f04%2ffailed-to-load-viewstate-typical-problem-with-an-obvious-solution.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Failed_to_load_viewstate_Typical_problem_with_an_obvious_solution</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Failed_to_load_viewstate_Typical_problem_with_an_obvious_solution</guid>
      <pubDate>Thu, 10 Jan 2008 22:28:23 GMT</pubDate>
    </item>
    <item>
      <title>10 reasons why I chose MySQL over MSSQL2005 Express</title>
      <description>10 reasons why to choose MySQL as database engine for your websites instead of MSSQL 2005 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.aspcode.net%2farchive%2f2008%2f01%2f06%2f285.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.aspcode.net%2farchive%2f2008%2f01%2f06%2f285.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/10_reasons_why_I_chose_MySQL_over_MSSQL2005_Express</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/10_reasons_why_I_chose_MySQL_over_MSSQL2005_Express</guid>
      <pubDate>Mon, 07 Jan 2008 20:16:03 GMT</pubDate>
    </item>
  </channel>
</rss>