<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by oaytekin</title>
    <description>Stories kicked by oaytekin</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>EntitySpaces 2008- LINQ to DataTable?</title>
      <description>I have always built architectures on top of ADO.NET DataTables, they're fast (yes), flexible, and the power it provides is really pretty good. Additionally, as new features are added to ADO.NET they can then be easily absorbed. We were able to add LINQ to SQL to EntitySpaces by simply turning a LINQ query into an ADO.NET DataTable. Once we exchange the LINQ query for an ADO.NET DataTable the EntitySpaces architecture functions as normal since its underlying data structure is a DataTable. Pretty sweet. Here's a nice little trick in case you are not aware of it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f05%2f24%2fEntitySpaces%2b2008%2bLINQ%2bTo%2bDataTable.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f05%2f24%2fEntitySpaces%2b2008%2bLINQ%2bTo%2bDataTable.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/EntitySpaces_2008_LINQ_to_DataTable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/EntitySpaces_2008_LINQ_to_DataTable</guid>
      <pubDate>Sun, 25 May 2008 00:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Source Analysis for C# Released</title>
      <description>From post: &amp;quot;Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsourceanalysis%2farchive%2f2008%2f05%2f23%2fannouncing-the-release-of-microsoft-source-analysis.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsourceanalysis%2farchive%2f2008%2f05%2f23%2fannouncing-the-release-of-microsoft-source-analysis.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Microsoft_Source_Analysis_for_C_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Microsoft_Source_Analysis_for_C_Released</guid>
      <pubDate>Fri, 23 May 2008 18:31:14 GMT</pubDate>
    </item>
    <item>
      <title>WPF Property Grid </title>
      <description>We all know the Property Grid control, which provides a user interface for browsing the properties of an object. What about having a WPF Property Grid?  &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%2f05%2f23%2fwpf-property-grid%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f23%2fwpf-property-grid%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/WPF_Property_Grid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/WPF_Property_Grid</guid>
      <pubDate>Fri, 23 May 2008 15:31:11 GMT</pubDate>
    </item>
    <item>
      <title>ReSharper 4.0 beta for Visual Studio 2008 is out!</title>
      <description>- New code analysis, context actions and quick-fixes;
- New refactorings (such as Convert to Extension Method, Convert to Automatic Property, Convert Anonymous Type to Named);
- Updated IntelliSense &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jetbrains.com%2fresharper%2fbeta.html%3fnlrs"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jetbrains.com%2fresharper%2fbeta.html%3fnlrs" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/ReSharper_4_0_beta_for_Visual_Studio_2008_is_out</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/ReSharper_4_0_beta_for_Visual_Studio_2008_is_out</guid>
      <pubDate>Fri, 23 May 2008 13:16:05 GMT</pubDate>
    </item>
    <item>
      <title>SCOPE_IDENTITY() return the id from the database on insert</title>
      <description>As a .NET programmer most of my time is spent coding in C# and I try to avoid writing SQL where possible. Recently I had to write an insert stored procedure and needed to return the ID of the row I was inserting. While writing my usual bad SQL I came across a fascinating function I've never used before, SCOPE_IDENTITY(). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fSCOPE_IDENTITY()-return-the-id-from-the-database-on-insert.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fSCOPE_IDENTITY()-return-the-id-from-the-database-on-insert.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SCOPE_IDENTITY_return_the_id_from_the_database_on_insert</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SCOPE_IDENTITY_return_the_id_from_the_database_on_insert</guid>
      <pubDate>Fri, 23 May 2008 16:16:03 GMT</pubDate>
    </item>
    <item>
      <title>RemoteLINQ - How to make your LINQ span the globe</title>
      <description>After reading John Skeet's blog about Generating Mandelbrot images using PLINQ (Parallel LINQ) the author got the idea to build his own LINQ extension. Instead of just splitting the work across processors like PLINQ does, RemoteLINQ splits it across multiple machines. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dremotelinq_how_to_make_your"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dremotelinq_how_to_make_your" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/RemoteLINQ_How_to_make_your_LINQ_span_the_globe</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/RemoteLINQ_How_to_make_your_LINQ_span_the_globe</guid>
      <pubDate>Fri, 23 May 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Survey</title>
      <description>A new Visual Studio survey has been created and we would like your feedback. This survey focuses on learning more about the types of applications you are creating, which tools and technologies you are using, and how we can improve our content and code examples to better meet your needs. There are also questions about how you access online help, and some questions about the .NET Framework docs.



 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f05%2f22%2fgive-us-your-feedback-take-the-visual-studio-survey.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f05%2f22%2fgive-us-your-feedback-take-the-visual-studio-survey.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Survey</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Survey</guid>
      <pubDate>Fri, 23 May 2008 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ActiveRecorditize your NHibernate Classes </title>
      <description>Part 3 of RhinoCommons, NHibernate and ASP.NET MVC

Setting up the very simple model for use in our ASP.NET MVC application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fRhinoCommons2c-NHibernate-and-ASPNET-MVC-Part-3-the-model.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fRhinoCommons2c-NHibernate-and-ASPNET-MVC-Part-3-the-model.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/ActiveRecorditize_your_NHibernate_Classes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/ActiveRecorditize_your_NHibernate_Classes</guid>
      <pubDate>Fri, 23 May 2008 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>How to handle Themes in wpf</title>
      <description>This article explain how to load a theme at runtime and apply it to wpf controls. This permits to personlize the interface even after the application is deployed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2f%3fp%3d271"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2f%3fp%3d271" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/How_to_handle_Themes_in_wpf</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/How_to_handle_Themes_in_wpf</guid>
      <pubDate>Thu, 22 May 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>CSS Message Boxes for different message types </title>
      <description>Can you believe this: Few days ago I went to my bank to check my credit score with the Credit Bureau. The bank official typed in my personal data and sent a request. Web application responded by displaying a yellow message box with an exclamation icon saying that data processing is still in progress. He checked several more times, but he didn't notice that at one moment the message changed to &amp;quot;Account available&amp;quot;. But the message box hasn't changed. He continued to check a few more times and eventually he realized that the request was successful.

I don't know what was in the minds of developers and designers who created this application, but it certainly wasn't the user. This poor bank official was really frustrated. I can't imagine what the rest of the application looks like. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f05%2f22%2fCSS-Message-Boxes-for-different-message-types.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f05%2f22%2fCSS-Message-Boxes-for-different-message-types.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/CSS_Message_Boxes_for_different_message_types</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/CSS_Message_Boxes_for_different_message_types</guid>
      <pubDate>Thu, 22 May 2008 17:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Scrolling Performance in WPF</title>
      <description>A article showing some of the enhancements made in .NET SP1 relating to scrolling, including recycling and deferred scrolling! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f05%2f22%2fscrolling-performance-in-wpf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f05%2f22%2fscrolling-performance-in-wpf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Scrolling_Performance_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Scrolling_Performance_in_WPF</guid>
      <pubDate>Fri, 23 May 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Slick Button Maker Application</title>
      <description>Do you have Web 2.0 button envy?  Well envy no more, the Atalasoft Slick Button maker will make you one of those shiny buttons that will liven up any website. You'll be funded in no time. Free Application &amp;amp; Source Code &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%2f31appsin31days%2farchive%2f2008%2f05%2f21%2fslick-button-maker.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2f31appsin31days%2farchive%2f2008%2f05%2f21%2fslick-button-maker.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Slick_Button_Maker_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Slick_Button_Maker_Application</guid>
      <pubDate>Thu, 22 May 2008 15:31:07 GMT</pubDate>
    </item>
    <item>
      <title>RhinoCommons, NHibernate and ASP.NET MVC Part 2 - Configuration</title>
      <description>Configuring the application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fRhinoCommons2c-NHibernate-and-ASPNET-MVC-Part-2--.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fRhinoCommons2c-NHibernate-and-ASPNET-MVC-Part-2--.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/RhinoCommons_NHibernate_and_ASP_NET_MVC_Part_2_Configuration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/RhinoCommons_NHibernate_and_ASP_NET_MVC_Part_2_Configuration</guid>
      <pubDate>Thu, 22 May 2008 19:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Is the ADO.NET Team Abandoning LINQ to SQL?</title>
      <description>Roger Jennings, eagle-eyed reporter of all things LINQ/ADO.NET/EF, describes why LINQ to SQL appears to be approaching legacy product status, with promised features unlikely to ever ship. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2foakleafblog.blogspot.com%2f2008%2f05%2fis-adonet-team-abandoning-linq-to-sql.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2foakleafblog.blogspot.com%2f2008%2f05%2fis-adonet-team-abandoning-linq-to-sql.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Is_the_ADO_NET_Team_Abandoning_LINQ_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Is_the_ADO_NET_Team_Abandoning_LINQ_to_SQL</guid>
      <pubDate>Fri, 23 May 2008 17:46:07 GMT</pubDate>
    </item>
    <item>
      <title>Custom NAnt Task for Removing TFS Bindings</title>
      <description>This article will highlight a custom NAnt task that strips a folder of all source control bindings.  &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%2fjake%2farchive%2f2008%2f05%2f21%2f2custom-nant-task-for-removing-tfs-bindings.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fjake%2farchive%2f2008%2f05%2f21%2f2custom-nant-task-for-removing-tfs-bindings.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Custom_NAnt_Task_for_Removing_TFS_Bindings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Custom_NAnt_Task_for_Removing_TFS_Bindings</guid>
      <pubDate>Thu, 22 May 2008 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>How to Get the File Path of an Executing Assembly?</title>
      <description>Getting the directory, or the file path of an executing assembly can be very tricky. How did you do it?

There are three ways, but only one way that is the best &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f05%2fhow-to-get-file-path-of-executing.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f05%2fhow-to-get-file-path-of-executing.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Get_the_File_Path_of_an_Executing_Assembly</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Get_the_File_Path_of_an_Executing_Assembly</guid>
      <pubDate>Thu, 22 May 2008 18:31:18 GMT</pubDate>
    </item>
    <item>
      <title>WPF 3.5 SP1 feature: StringFormat</title>
      <description>New WPF 3.5 SP1 feature: StringFormat &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f05%2f19%2fwpf-3-5-sp1-feature-stringformat.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f05%2f19%2fwpf-3-5-sp1-feature-stringformat.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_3_5_SP1_feature_StringFormat</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_3_5_SP1_feature_StringFormat</guid>
      <pubDate>Fri, 23 May 2008 11:01:03 GMT</pubDate>
    </item>
  </channel>
</rss>