<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by eugenciuta</title>
    <description>Stories kicked by eugenciuta</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>Dot NET 2.0 Generics and Windows 98</title>
      <description>One of my customers asked me to write a .NET application which is capable to run on old Windows 98 machines. This request came to me last year but don't ask me about the reasons of doing such a thing :). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2010%2f01%2fdot-net-20-generics-and-windows-98.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2010%2f01%2fdot-net-20-generics-and-windows-98.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Dot_NET_2_0_Generics_and_Windows_98</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Dot_NET_2_0_Generics_and_Windows_98</guid>
      <pubDate>Wed, 13 Jan 2010 16:25:06 GMT</pubDate>
    </item>
    <item>
      <title>DirectX 11 for Windows 7 and Vista SP2</title>
      <description>DirectX&amp;#174; 11, the next generation of graphics technology, arrives with Windows 7. This is great news for players because the game developers will utilize new features to create rich worlds, realistic characters, and more fluid gameplay. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f10%2fdirectx-11-for-windows-7-and-vista-sp2.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f10%2fdirectx-11-for-windows-7-and-vista-sp2.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/DirectX_11_for_Windows_7_and_Vista_SP2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/DirectX_11_for_Windows_7_and_Vista_SP2</guid>
      <pubDate>Fri, 30 Oct 2009 17:05:24 GMT</pubDate>
    </item>
    <item>
      <title>The BindingSource-Sort property</title>
      <description>In this post I present an interesting conclusion about sorting a data source using the BindingSort.Sort property &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f10%2fbindingsource-sort-property.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f10%2fbindingsource-sort-property.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/The_BindingSource_Sort_property</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/The_BindingSource_Sort_property</guid>
      <pubDate>Thu, 22 Oct 2009 11:18:56 GMT</pubDate>
    </item>
    <item>
      <title>The MVP pattern</title>
      <description>The MVP stands for Model-View-Presenter and it is a user interface (UI) design pattern engineered to facilitate automated unit testing and improve the separation between the UI (rendering stuff) and the business logic. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f10%2fmvp-pattern.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f10%2fmvp-pattern.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_MVP_pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_MVP_pattern</guid>
      <pubDate>Mon, 19 Oct 2009 17:26:51 GMT</pubDate>
    </item>
    <item>
      <title>Firebird Index key size calculator</title>
      <description>Maximum index key size is 252 bytes (for Firebird &amp;lt;= 1.5) or 1/4 of page size (Firebird 2). So trying to create a composite index using multiple columns might end with a: &amp;quot;key size too big for index ...&amp;quot; or &amp;quot;key size exceeds implementation restriction for index...&amp;quot; errors. Here is a tool that can help you to determine the real size of your index &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffree-database.blogspot.com%2f2009%2f10%2ffirebird-index-key-size-calculator.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffree-database.blogspot.com%2f2009%2f10%2ffirebird-index-key-size-calculator.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Firebird_Index_key_size_calculator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Firebird_Index_key_size_calculator</guid>
      <pubDate>Tue, 13 Oct 2009 09:22:24 GMT</pubDate>
    </item>
    <item>
      <title>Create a Firebird database from script file with ActiveRecord</title>
      <description>Once I needed to create a Firebird database from a SQL script file using the ActiveRecord component from Castle Project. First problem was to convince ActiveRecord to execute a non-query command and the second, to execute the script file using the Firebird embedded engine. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f09%2fcreate-firebird-database-from-script.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f09%2fcreate-firebird-database-from-script.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Create_a_Firebird_database_from_script_file_with_ActiveRecord</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Create_a_Firebird_database_from_script_file_with_ActiveRecord</guid>
      <pubDate>Sat, 12 Sep 2009 18:19:57 GMT</pubDate>
    </item>
    <item>
      <title>Set focus on DataGridView cell</title>
      <description>Setting the focus on a DataGridView cell is a little bit tricky, so this is how you can do it &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f09%2fset-focus-on-datagridview-cell.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f09%2fset-focus-on-datagridview-cell.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Set_focus_on_DataGridView_cell</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Set_focus_on_DataGridView_cell</guid>
      <pubDate>Sat, 05 Sep 2009 05:20:24 GMT</pubDate>
    </item>
    <item>
      <title>Embedded Firebird database overview</title>
      <description>I was looking for a small and powerful database in order to fulfil the requirements of my last project. Because the database will be running locally I took the decision to use an embedded database. After a few searches over the Internet and some embedded database comparison reviews, I found Firebird which is actually a powerful but unknown (yet) relational database system. Here are some great features of the Firebird embedded database version. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffree-database.blogspot.com%2f2009%2f05%2fembedded-firebird-database.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffree-database.blogspot.com%2f2009%2f05%2fembedded-firebird-database.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Embedded_Firebird_database_overview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Embedded_Firebird_database_overview</guid>
      <pubDate>Sun, 03 May 2009 02:09:36 GMT</pubDate>
    </item>
    <item>
      <title>Create a new embedded Firebird database</title>
      <description>This post will show you how to create a new database file with the embedded Firebird from a C# .NET application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f05%2fcreate-new-embedded-firebird-database.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f05%2fcreate-new-embedded-firebird-database.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Create_a_new_embedded_Firebird_database</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Create_a_new_embedded_Firebird_database</guid>
      <pubDate>Sat, 02 May 2009 17:34:58 GMT</pubDate>
    </item>
    <item>
      <title>Determine Debug Mode in .NET</title>
      <description>If you will ever need to execute different code paths for the Debug mode and the Release mode, this is the best way to do it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f05%2fdetermine-debug-mode-in-net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f05%2fdetermine-debug-mode-in-net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Determine_Debug_Mode_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Determine_Debug_Mode_in_NET</guid>
      <pubDate>Sat, 02 May 2009 00:02:24 GMT</pubDate>
    </item>
    <item>
      <title>Extract Assembly version</title>
      <description>Here is how to proceed in order to extract the version number from an .NET assembly file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f05%2fextract-assembly-version.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f05%2fextract-assembly-version.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Extract_Assembly_version</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Extract_Assembly_version</guid>
      <pubDate>Fri, 01 May 2009 21:12:47 GMT</pubDate>
    </item>
    <item>
      <title>ActiveRecord, Firebird and Guid Primary Keys</title>
      <description>I like to use the Guid values as Primary Keys, because I do a lot of data synchronization and sometimes I need to know the ID value before saving the record into the database. Here is a good article about using the Guid as Primary Key. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f04%2factiverecord-firebird-and-guid-primary.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f04%2factiverecord-firebird-and-guid-primary.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/ActiveRecord_Firebird_and_Guid_Primary_Keys</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/ActiveRecord_Firebird_and_Guid_Primary_Keys</guid>
      <pubDate>Tue, 28 Apr 2009 15:37:19 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Silverlight 3 features</title>
      <description>According to Silverlight Development Team Leader, Scott Guthrie, the next Silverlight release is planned for 2009. The new Silverlight will bring in a lot of new features and cool stuff. Here is a small list of the most important new features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f02%2fmicrosoft-silverlight-3-features.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f02%2fmicrosoft-silverlight-3-features.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Microsoft_Silverlight_3_features</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Microsoft_Silverlight_3_features</guid>
      <pubDate>Sun, 01 Feb 2009 18:01:50 GMT</pubDate>
    </item>
    <item>
      <title>The ADO.NET command parameters</title>
      <description>Building SQL commands based on parameters is a good way to block SQL injection vulnerabilities. This is a short article about how to use the ADO.NET parameters in different database management systems, like: Microsoft SQL Server, MySQL and Oracle. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f01%2fadonet-command-parameters.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f01%2fadonet-command-parameters.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/The_ADO_NET_command_parameters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/The_ADO_NET_command_parameters</guid>
      <pubDate>Fri, 30 Jan 2009 00:53:06 GMT</pubDate>
    </item>
    <item>
      <title>Chad Myers and Jeremy Miller on FubuMVC</title>
      <description># What is FubuMVC?
# History of the project
# Built to take advantage of static typing
.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d131"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d131" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Chad_Myers_and_Jeremy_Miller_on_FubuMVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Chad_Myers_and_Jeremy_Miller_on_FubuMVC</guid>
      <pubDate>Wed, 14 Jan 2009 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Free Microsoft Chart Control for .NET 3.5 and .NET 4.0</title>
      <description>Finally, Microsoft decided to provide a charting component for .NET Framework! It is called Microsoft Chart Control and it is based on Dundas Chart Control version 5.5. The Microsoft Chart Control is available as separate installation for .NET Framework 3.5 and will be included in .NET Framework 4.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f01%2ffree-microsoft-chart-control-for-net-35.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f01%2ffree-microsoft-chart-control-for-net-35.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Free_Microsoft_Chart_Control_for_NET_3_5_and_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Free_Microsoft_Chart_Control_for_NET_3_5_and_NET_4_0</guid>
      <pubDate>Wed, 14 Jan 2009 00:46:35 GMT</pubDate>
    </item>
    <item>
      <title>Ora - Alternative to #region</title>
      <description>An interesting Visual Studio add-in for those who looking beyond regions for access/grouping. It's kind of like the Class Diagram but on steroids * 10. And one of cooler things is that sample code is provided so you can add your own grouping. So you're not tied to how the author decided to group the methods. Oh yeah, it works for VB projects too. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2009%2f01%2fora-region-alternative.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2009%2f01%2fora-region-alternative.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Ora_Alternative_to_region</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Ora_Alternative_to_region</guid>
      <pubDate>Wed, 14 Jan 2009 01:31:11 GMT</pubDate>
    </item>
    <item>
      <title>Identifying the Run-Time and the Design Mode</title>
      <description>Some logic (like connecting to a database) is not meant to be called when the application is in design mode. Opening a Form, or a UserControl, in the Visual Studio Designer (or other IDE design module), which is trying to connect to a database in its constructor or in its Load or Shown event handler will end up with a Designer exception. Handling a database connection is a run-time job only! This situation may be avoided if the run-time specific code is properly handled. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f01%2fidentifying-run-time-and-design-mode.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2009%2f01%2fidentifying-run-time-and-design-mode.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Identifying_the_Run_Time_and_the_Design_Mode</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Identifying_the_Run_Time_and_the_Design_Mode</guid>
      <pubDate>Sun, 11 Jan 2009 00:35:34 GMT</pubDate>
    </item>
    <item>
      <title>The Problems with NHibernate</title>
      <description>The problems that exist for NHibernate to become better, and have better adoption rates. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeginnermediate.com%2fblogs%2fbuddylindsey%2farchive%2f2009%2f01%2f09%2fthe-problems-with-nhibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeginnermediate.com%2fblogs%2fbuddylindsey%2farchive%2f2009%2f01%2f09%2fthe-problems-with-nhibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/The_Problems_with_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/The_Problems_with_NHibernate</guid>
      <pubDate>Sun, 11 Jan 2009 00:46:02 GMT</pubDate>
    </item>
    <item>
      <title>About SCRUM - Great Resource About SCRUM</title>
      <description>Hamid Shojaee, the CEO of Axosoft, launches a new site, called About SCRUM, in which he and his friends share great stuff about SCRUM. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faboutscrum.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faboutscrum.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/About_SCRUM_Great_Resource_About_SCRUM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/About_SCRUM_Great_Resource_About_SCRUM</guid>
      <pubDate>Wed, 24 Dec 2008 02:10:22 GMT</pubDate>
    </item>
    <item>
      <title>How to: Blend colors with GDI+</title>
      <description>Once I needed to build a heat map chart usign different colors spread on a given numeric interval. Here is the GDI+ code I used to create all the intermediate colors between the start color and the end color. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f12%2fhow-to-blend-colors-with-gdi.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f12%2fhow-to-blend-colors-with-gdi.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_Blend_colors_with_GDI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_Blend_colors_with_GDI</guid>
      <pubDate>Tue, 16 Dec 2008 18:55:44 GMT</pubDate>
    </item>
    <item>
      <title>Connect to a MySQL 5.0 database with ADO.NET</title>
      <description>If you want to develop applications with the .NET Framework having a MySQL database as a data source you may want to try the MySQL Connector/NET 5.2. The MySQL Connector/NET is a fully managed ADO.NET component wich provides specific implementation for all ADO.NET classes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f11%2fconnect-to-mysql-50-database-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f11%2fconnect-to-mysql-50-database-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Connect_to_a_MySQL_5_0_database_with_ADO_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Connect_to_a_MySQL_5_0_database_with_ADO_NET</guid>
      <pubDate>Tue, 25 Nov 2008 13:52:36 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 and .NET Framework 4.0</title>
      <description>On Sept. 29, 2008, Microsoft announced the next generations of Visual Studio and .NET Framework. Visual Studio 2010 and .NET 4.0 are meant to simplify application's life-cycle management by make it easier for all contributors of the software team (core programmers, UI designers, testers and project managers), to participate throughout the life-cycle. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f10%2fvisual-studio-2010-and-net-framework-40.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f10%2fvisual-studio-2010-and-net-framework-40.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_and_NET_Framework_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_and_NET_Framework_4_0</guid>
      <pubDate>Fri, 10 Oct 2008 19:01:10 GMT</pubDate>
    </item>
    <item>
      <title>How to: Debug Windows Service in Visual Studio .NET</title>
      <description>Debugging a Windows Service Application is a very unpleasant task because such application doesn't run from within Visual Studio .NET. A Windows Service Application runs in the Services Control Manager context. This article is about how to debug a Windows Service application as a regulat Windows Forms application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f09%2fhow-to-debug-windows-service-in-visual.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f09%2fhow-to-debug-windows-service-in-visual.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_Debug_Windows_Service_in_Visual_Studio_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_Debug_Windows_Service_in_Visual_Studio_NET</guid>
      <pubDate>Sat, 20 Sep 2008 01:57:49 GMT</pubDate>
    </item>
    <item>
      <title>BreakPost-Extension breaks XHTML-Validation</title>
      <description>The BreakPost-Extension delivered with BlogEngine.NET 1.4.5 is causing some XHTML validation errors because it doesn't close the last &amp;lt;p&amp;gt;-Tag. This posting gives a small description to avoid this error. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgordon-breuer.de%2fpost%2fBreakPostExtension_BreaksValidation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgordon-breuer.de%2fpost%2fBreakPostExtension_BreaksValidation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/BreakPost_Extension_breaks_XHTML_Validation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/BreakPost_Extension_breaks_XHTML_Validation</guid>
      <pubDate>Mon, 04 Aug 2008 03:53:40 GMT</pubDate>
    </item>
  </channel>
</rss>
