<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by danielmolina</title>
    <description>Stories kicked by danielmolina</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>No, inheritance is not the way to achieve code reuse!</title>
      <description>I am not sure how so many people go through so many years of school, which is supposed to make us better at thinking, and they fail to differentiate the "why" and the "how". During interviews, when I ask their opinion about the purpose of inheritance in OOP, invariably I get this precooked answer (not so nicely expressed): inheritance is the way to achieve code reuse. No it is not! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flittletutorials.com%2f2008%2f06%2f23%2finheritance-not-for-code-reuse%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flittletutorials.com%2f2008%2f06%2f23%2finheritance-not-for-code-reuse%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/No_inheritance_is_not_the_way_to_achieve_code_reuse</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/No_inheritance_is_not_the_way_to_achieve_code_reuse</guid>
      <pubDate>Sat, 09 Aug 2008 02:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Skinning the Cat with Fluent NHibernate</title>
      <description>As you may have noticed, I have become interested in the concept of Object Relational Mapping and the NHibernate framework. One of the more painful/tedious aspects of using NHibernate is hand writing the xml mapping files. That is why I got excited when I heard that Jeremy Miller was open sourcing his mapping generation libraries.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iamnotmyself.com%2f2008%2f08%2f07%2fSkinningTheCatWithFluentNHibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iamnotmyself.com%2f2008%2f08%2f07%2fSkinningTheCatWithFluentNHibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Skinning_the_Cat_with_Fluent_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Skinning_the_Cat_with_Fluent_NHibernate</guid>
      <pubDate>Fri, 08 Aug 2008 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>IronNails : Rails like development for IronRuby with WPF/Silverlight</title>
      <description>For my book IronRuby I'm working on chapter 4. That chapter is about doing WPF development with IronRuby. I started out with a straight port of Witty to IronRuby. As I was doing that the cogs started turning and I came up with a way to bring the rails style of development to WPF.   I decided to investigate that route a little bit further and now I have a small framework that enables you to write WPF applications with the MVC paradigm. I decided to open that code up as open source and host it on github.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fflanders.co.nz%2f2008%2f08%2f07%2fironnails-introduction%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fflanders.co.nz%2f2008%2f08%2f07%2fironnails-introduction%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/IronNails_Rails_like_development_for_IronRuby_with_WPF_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/IronNails_Rails_like_development_for_IronRuby_with_WPF_Silverlight</guid>
      <pubDate>Fri, 08 Aug 2008 19:16:12 GMT</pubDate>
    </item>
    <item>
      <title>Why I'm Unimpressed With Rawness Of Skillz</title>
      <description>Since forever, geeks who take themselves seriously have loved to brag such things as, &amp;quot;I use Notepad to edit web pages&amp;quot;. Carrying this over to actual programming, &amp;quot;I never click into the designer when editing my ASPX&amp;quot;, or &amp;quot;I never design a database using designer tools, I always design it all using raw T-SQL,&amp;quot; or &amp;quot;I always update my SVN from the command line&amp;quot;. (Someone in a local tech user group bears the post signature, &amp;quot;Real men use Notepad.&amp;quot;) 

Puhleeze. I'm not impressed, and frankly I think anyone who brags like this should get a swift kick in the pants.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f08%2fWhy-Im-Unimpressed-With-Rawness-Of-Skillz.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f08%2fWhy-Im-Unimpressed-With-Rawness-Of-Skillz.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Why_I_m_Unimpressed_With_Rawness_Of_Skillz</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Why_I_m_Unimpressed_With_Rawness_Of_Skillz</guid>
      <pubDate>Fri, 08 Aug 2008 05:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How To Access A WPF Control Which Is Located In A DataTemplate </title>
      <description>Ever tryed to programatically change something in a WPF control that is in a DataTemplate? not so easy, here is how to do it &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f07%2fhow-to-access-a-wpf-control-which-is-located-in-a-datatemplate%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f07%2fhow-to-access-a-wpf-control-which-is-located-in-a-datatemplate%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/How_To_Access_A_WPF_Control_Which_Is_Located_In_A_DataTemplate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/How_To_Access_A_WPF_Control_Which_Is_Located_In_A_DataTemplate</guid>
      <pubDate>Fri, 08 Aug 2008 04:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Theme Generator</title>
      <description>A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrickinsweet.com%2ftools%2fTheme.mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2ftools%2fTheme.mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Visual_Studio_Theme_Generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Visual_Studio_Theme_Generator</guid>
      <pubDate>Thu, 07 Aug 2008 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Learning how to resolve conflicts within Subversion (SVN) using Tortoi</title>
      <description>Learning how to resolve conflicts within Subversion (SVN) using TortoiseSVN &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%2f34"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f34" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Learning_how_to_resolve_conflicts_within_Subversion_SVN_using_Tortoi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Learning_how_to_resolve_conflicts_within_Subversion_SVN_using_Tortoi</guid>
      <pubDate>Thu, 07 Aug 2008 21:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Multilingual OCR</title>
      <description>The challenges of accommodating multilingual OCR engines - and what does &amp;quot;multilingual&amp;quot; really mean anyway when it comes to technical implementation? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f08%2f05%2fmultilingual-ocr.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f08%2f05%2fmultilingual-ocr.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Multilingual_OCR</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Multilingual_OCR</guid>
      <pubDate>Thu, 07 Aug 2008 20:46:06 GMT</pubDate>
    </item>
    <item>
      <title>Managed C++ and IDisposable</title>
      <description>Quick fix for IDisposable compiler error &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f08%2f01%2fmanaged-c-and-idisposable.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f08%2f01%2fmanaged-c-and-idisposable.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/cplusplus/Managed_C_and_IDisposable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/cplusplus/Managed_C_and_IDisposable</guid>
      <pubDate>Thu, 07 Aug 2008 20:01:10 GMT</pubDate>
    </item>
    <item>
      <title>Log4PostSharp - logging with AOP</title>
      <description>How to inject log4net logging code using PostSharp and Log4PostSharp. Shows you how to add logging to an application with a minimum of effort! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fherrmic-coding.blogspot.com%2f2008%2f08%2flog4postsharp-logging-with-aop.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fherrmic-coding.blogspot.com%2f2008%2f08%2flog4postsharp-logging-with-aop.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Log4PostSharp_logging_with_AOP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Log4PostSharp_logging_with_AOP</guid>
      <pubDate>Thu, 07 Aug 2008 18:31:03 GMT</pubDate>
    </item>
    <item>
      <title>A Practical Review of ASP.NET MVC</title>
      <description>My big project for the summer has been the creation of a content management system for my job. Due to deployment restrictions, I was forced to use the .NET platform for development. After hearing rumors of .NET running Rails via IronRuby, I jumped at the chance to write a Rails application that could be deployed to IIS on Windows. However, after getting a prototype running, I discovered that this would be infeasible for the time table I was looking at. IronRuby simply would not be ready on time. My second choice, then, was the new ASP.NET MVC framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.joshuamcharles.com%2fblog%2f2008%2f08%2fa-practical-review-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.joshuamcharles.com%2fblog%2f2008%2f08%2fa-practical-review-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_Practical_Review_of_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_Practical_Review_of_ASP_NET_MVC</guid>
      <pubDate>Thu, 07 Aug 2008 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>C# Search: The .NET Developer's Search Engine</title>
      <description>C# Search is a new .NET search site, powered by Google,  which allows developers to further refine their search on anything related to .NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.briandicroce.com%2f2008%2f08%2f06%2fc-search-the-net-developer-search-engine%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.briandicroce.com%2f2008%2f08%2f06%2fc-search-the-net-developer-search-engine%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Search_The_NET_Developer_s_Search_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Search_The_NET_Developer_s_Search_Engine</guid>
      <pubDate>Thu, 07 Aug 2008 15:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio .NET Platform Target Explained</title>
      <description>This article discusses the meaning of the Platform Target setting for Visual Studio projects and gives some tips and links that will be helpful when migrating to 64-bit processing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvisualstudiohacks.com%2farticles%2fvisual-studio-net-platform-target-explained%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvisualstudiohacks.com%2farticles%2fvisual-studio-net-platform-target-explained%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_NET_Platform_Target_Explained</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_NET_Platform_Target_Explained</guid>
      <pubDate>Thu, 07 Aug 2008 02:46:13 GMT</pubDate>
    </item>
    <item>
      <title>The Dark Side of LINQ</title>
      <description>I've been having mixed feeling for quite some time now regarding LINQ.
Sure it can make working with data sources a lot easier and it can definately save a lot of code but it also has the potential of creating cryptic complex code... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerzen.com%2f2008%2f08%2f05%2fthe-dark-side-of-linq%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerzen.com%2f2008%2f08%2f05%2fthe-dark-side-of-linq%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/The_Dark_Side_of_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/The_Dark_Side_of_LINQ</guid>
      <pubDate>Sat, 09 Aug 2008 02:46:03 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL - Am I Hitting The Database?</title>
      <description>Like most other developers who have been using LINQ for a while (and in this particular case, LINQ to SQL) - I've unknowingly made a few 'bad queries' that performed great at first, but eventually made some pages crawl. This post isn't necessarily about performance, but if you don't know how to answer that question (&amp;quot;am I hitting the database&amp;quot;), then you'll likely find yourself in a world of problems down the road when you're using LINQ to SQL. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.singingeels.com%2fBlogs%2fNullable%2f2008%2f08%2f04%2fLINQ_to_SQL__Am_I_Hitting_The_Database.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.singingeels.com%2fBlogs%2fNullable%2f2008%2f08%2f04%2fLINQ_to_SQL__Am_I_Hitting_The_Database.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_Am_I_Hitting_The_Database</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_Am_I_Hitting_The_Database</guid>
      <pubDate>Thu, 07 Aug 2008 22:16:09 GMT</pubDate>
    </item>
    <item>
      <title>How to Send Trackbacks and Pingbacks in ASP.NET</title>
      <description>This is an excellent article from Keyvan Nayyeri showing how to create trackbacks and pingbacks in ASP.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fhow-to-send-trackback-and-pingback-requests-in-asp.net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fhow-to-send-trackback-and-pingback-requests-in-asp.net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Send_Trackbacks_and_Pingbacks_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Send_Trackbacks_and_Pingbacks_in_ASP_NET</guid>
      <pubDate>Thu, 07 Aug 2008 03:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>
