<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Vort3X</title>
    <description>Stories kicked by Vort3X</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>Using jQuery To Call ASP.NET Page Methods and Web Services</title>
      <description>Seems like more and more ASP.NET devs are using jQuery.  There are similar things on DNK but none that actually do provide code that uses jQuery to callback. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dexign.net%2fpost%2f2008%2f07%2f16%2fjQuery-To-Call-ASPNET-Page-Methods-and-Web-Services.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dexign.net%2fpost%2f2008%2f07%2f16%2fjQuery-To-Call-ASPNET-Page-Methods-and-Web-Services.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_jQuery_To_Call_ASP_NET_Page_Methods_and_Web_Services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_jQuery_To_Call_ASP_NET_Page_Methods_and_Web_Services</guid>
      <pubDate>Fri, 18 Jul 2008 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>C#: Enhance Enums using Extension Methods</title>
      <description>Extension Methods are one of the coolest features that have been added in .NET 3.5. I've heard arguments that there is no reason to use them, and the only reason Microsoft added them is to enable the ability to buid LINQ. Well, I do not entirely agree with that statement; in fact, I have found a cool way to use Extension Methods to enhance the System.Enum object since it cannot be inherited. Even though Enum can not be inherited, it can be extended using Extension Methods. Here's the code to an Extension Method that extends the LocalizationMarket Enum with the ToDescriptionString() method that returns the DescriptionAttributes value for the given enum value. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f07%2fC-Enhance-Enums-using-Extension-Methods.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f07%2fC-Enhance-Enums-using-Extension-Methods.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/C_Enhance_Enums_using_Extension_Methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/C_Enhance_Enums_using_Extension_Methods</guid>
      <pubDate>Thu, 17 Jul 2008 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Web developers. You suck.</title>
      <description>Well, JavaScript developers, specifically. In order to aid in development of my own websites, I enabled JavaScript debugging in Internet Explorer a few weeks back. To my horror, I have quickly experienced what seems to be complete disregard for serving syntactically correct JavaScript on the open internet. No, I'm not just talking about a few niche websites, run by amateur programmers. I am talking about industry-leading nerd-friendly powerhouse websites that should know better. &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%2fWeb-developers-You-suck.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fWeb-developers-You-suck.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Web_developers_You_suck</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Web_developers_You_suck</guid>
      <pubDate>Tue, 15 Jul 2008 17:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Meet the C# 4.0 team</title>
      <description>... and some dude from the VB team.  Anders and the guys in room 2543, building 41 (where C# was born) talk about the new features that will be in the next version of C#.

I so wanted to blogspam this one.  Enjoy your direct link. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fbashmohandes%2farchive%2f2008%2f07%2f14%2fc-4-0-meet-the-team.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fbashmohandes%2farchive%2f2008%2f07%2f14%2fc-4-0-meet-the-team.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Meet_the_C_4_0_team</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Meet_the_C_4_0_team</guid>
      <pubDate>Tue, 15 Jul 2008 13:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Paperclip Themes for BlogEngine.NET</title>
      <description>Community Server comes with this very nice theme called &amp;quot;Paperclip&amp;quot;, which has at least four variations: Cactus, Summer, Fall and Winter. If you are a developer, you probably have seen this theme, as it is used by most of the MSDN and ASP .NET Community blogger's
Caio Proiete brought them to BlogEngine.Net
Thank you Caio Proiete &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.caioproiete.com%2fblogs%2fdotnet%2fpost%2f2008%2f02%2fPaperclip-Themes-for-BlogEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.caioproiete.com%2fblogs%2fdotnet%2fpost%2f2008%2f02%2fPaperclip-Themes-for-BlogEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Paperclip_Themes_for_BlogEngine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Paperclip_Themes_for_BlogEngine_NET</guid>
      <pubDate>Sun, 13 Jul 2008 01:31:32 GMT</pubDate>
    </item>
    <item>
      <title> New IIS7 Releases: URL Rewrite, Application Routing and Load Balancin</title>
      <description>New releases for IIS 7 from Microsoft, CTP1 release. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.iis.net%2fbills%2farchive%2f2008%2f07%2f09%2fnew-iis7-releases-url-rewrite-application-routing-and-load-balancing-and-powershell-cmd-lets.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fbills%2farchive%2f2008%2f07%2f09%2fnew-iis7-releases-url-rewrite-application-routing-and-load-balancing-and-powershell-cmd-lets.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_IIS7_Releases_URL_Rewrite_Application_Routing_and_Load_Balancin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_IIS7_Releases_URL_Rewrite_Application_Routing_and_Load_Balancin</guid>
      <pubDate>Sat, 12 Jul 2008 19:12:04 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 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic: New Code Samples And A SubStage Walkthrough</title>
      <description>Rob talks about 3 new pages on their project site that are just the start of a barrage of &amp;quot;how-to&amp;quot; information. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-new-code-samples-and-a-substage-walkthrough%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-new-code-samples-and-a-substage-walkthrough%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/SubSonic_New_Code_Samples_And_A_SubStage_Walkthrough</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/SubSonic_New_Code_Samples_And_A_SubStage_Walkthrough</guid>
      <pubDate>Fri, 11 Jul 2008 14:01:11 GMT</pubDate>
    </item>
    <item>
      <title>Five Common ASP.NET SEO Mistakes</title>
      <description>Here's a checklist of five common mistakes that ASP.NET and the Viewstate/Postback model of development make it far too easy for unsuspecting developers to make:  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dexign.net%2fpost%2f2008%2f07%2f08%2fFive-ASPNET-SEO-Mistakes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dexign.net%2fpost%2f2008%2f07%2f08%2fFive-ASPNET-SEO-Mistakes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Five_Common_ASP_NET_SEO_Mistakes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Five_Common_ASP_NET_SEO_Mistakes</guid>
      <pubDate>Thu, 10 Jul 2008 16:16:06 GMT</pubDate>
    </item>
    <item>
      <title>StringBuilder Secrets</title>
      <description>Article goes beyond the basics and looks at some more detail of StringBuilder in C#, and a benchmark that can help you improve your code that already uses StringBuilder. With graph &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetperls.com%2fContent%2fStringBuilder-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetperls.com%2fContent%2fStringBuilder-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/StringBuilder_Secrets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/StringBuilder_Secrets</guid>
      <pubDate>Thu, 10 Jul 2008 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Jump between braces in Visual Studio.</title>
      <description>Move fast between open and close braces.  No more scrolling to find beginning of that illusive if statement. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvkreynin.wordpress.com%2f2008%2f07%2f09%2fjump-between-braces-in-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvkreynin.wordpress.com%2f2008%2f07%2f09%2fjump-between-braces-in-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Jump_between_braces_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Jump_between_braces_in_Visual_Studio</guid>
      <pubDate>Thu, 10 Jul 2008 17:01:09 GMT</pubDate>
    </item>
    <item>
      <title>subsonic 2 1 released</title>
      <description>the title says it all &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-2-1-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-2-1-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/subsonic_2_1_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/subsonic_2_1_released</guid>
      <pubDate>Wed, 09 Jul 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Cheat Sheets for Front-end Web Developers</title>
      <description>Cheat sheets are helpful to have around because they allow you to quickly remember code syntax and see related concepts visually. Additionally, they're nice decorative pieces for your office.

In this article, you'll find 23 excellent, print-ready cheat sheets for HTML/HTML, CSS, and JavaScript (including MooTools and jQuery).  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsixrevisions.com%2fresources%2fcheat_sheets_web_developer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsixrevisions.com%2fresources%2fcheat_sheets_web_developer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Cheat_Sheets_for_Front_end_Web_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Cheat_Sheets_for_Front_end_Web_Developers</guid>
      <pubDate>Wed, 09 Jul 2008 08:46:11 GMT</pubDate>
    </item>
    <item>
      <title>dashCommerce State of the Union Address</title>
      <description>Describes the state of dashCommerce, where its been, where it's headed and discusses some hard numbers for measuring the success of this open source project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscyvas.com%2f2008%2f07%2f06%2fdashcommerce-state-of-the-union-address%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscyvas.com%2f2008%2f07%2f06%2fdashcommerce-state-of-the-union-address%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/dashCommerce_State_of_the_Union_Address</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/dashCommerce_State_of_the_Union_Address</guid>
      <pubDate>Sun, 06 Jul 2008 15:55:14 GMT</pubDate>
    </item>
    <item>
      <title>NHIbernate 2.0 Goes Beta 1 after Microsoft 'Linq to Entities' receives</title>
      <description>The first official beta for NHibernate 2.0 was released today. This comes on the heels of the damaging 'boycott' of the Microsoft 'Linq to Entities' upcoming release, which was anticipated to be a serious competitor to NHibernate. 

LAST MINUTE UPDATE FROM THE NHIBERNATE TEAM

There has been a change in how NHibernate is packaged as the core and contrib aspects now have dedicated locations.

Since NHibernate 2.0 Alpha 1, ONLY THE CORE of the project is included at the link above. The Contrib Projects are now in a dedicated location:

http://sourceforge.net/projects/nhcontrib

There are a few new projects that are essential to investigate for your needs (for example the Burrow project). Also be sure to visit the wiki for these significant projects:

http://nhcontrib.wiki.sourceforge.net

See the end of this post for a partial list of these contrib efforts.

 

The team at domain.dot.net has been working with 2.0.X since the first alpha, and following the progress of the trunk. In our opinion this beta has the high quality of prior betas and we recommend it for non-critical systems immediately as your risk policy allows. We're working on a more detailed analysis coming soon on some of the key improvements.

To download the code direct from the trunk use this SVN URL:

https://nhibernate.svn.sourceforge.net/svnroot/nhibernate

This is no minor update, as with this release they will align with the widely used and praised 'Hibernate 3.2' for Java. Here is a listing of the planned new features which are represented to varying degrees of complexness in this beta: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdamon.agilefactor.com%2f2008%2f06%2f29%2fnhibernate-20-goes-beta-1-while-microsoft-linq-to-entities-receives-vote-of-no-confidence-from-many-leading-net-experts-as-unacceptable%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdamon.agilefactor.com%2f2008%2f06%2f29%2fnhibernate-20-goes-beta-1-while-microsoft-linq-to-entities-receives-vote-of-no-confidence-from-many-leading-net-experts-as-unacceptable%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/NHIbernate_2_0_Goes_Beta_1_after_Microsoft_Linq_to_Entities_receives</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/NHIbernate_2_0_Goes_Beta_1_after_Microsoft_Linq_to_Entities_receives</guid>
      <pubDate>Mon, 30 Jun 2008 20:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Difference between LINQ to SQL and the Entity Framework</title>
      <description>LINQ to SQL and the Entity Framework have a lot in common, but each have features targeting different scenarios. 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!195.entry"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!195.entry" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Difference_between_LINQ_to_SQL_and_the_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Difference_between_LINQ_to_SQL_and_the_Entity_Framework</guid>
      <pubDate>Mon, 30 Jun 2008 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Full text: An epic Bill Gates e-mail rant</title>
      <description>Internal email from Bill Gates detailing his difficulties with Microsoft.com, Windows Update, and more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.seattlepi.nwsource.com%2fmicrosoft%2farchives%2f141821.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.seattlepi.nwsource.com%2fmicrosoft%2farchives%2f141821.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Full_text_An_epic_Bill_Gates_e_mail_rant</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Full_text_An_epic_Bill_Gates_e_mail_rant</guid>
      <pubDate>Thu, 26 Jun 2008 22:16:05 GMT</pubDate>
    </item>
    <item>
      <title>10 Tools Which I Left After Using VSTS 2008</title>
      <description>I have started using Visual Studio Team System (VSTS) 2008, recently. Previously I worked with Visual Studio 2005. As a matter of fact I had to use lots of external tools to perform and speedup my development process. However, while working with VSTS 2008, it's very exciting for me that, I found replacements for most of the external tools there. 

Here are 10 tools which I left after using VSTS 2008.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fashraful%2farchive%2f2008%2f06%2f24%2f10-tools-which-i-left-after-using-vsts-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fashraful%2farchive%2f2008%2f06%2f24%2f10-tools-which-i-left-after-using-vsts-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/10_Tools_Which_I_Left_After_Using_VSTS_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/10_Tools_Which_I_Left_After_Using_VSTS_2008</guid>
      <pubDate>Wed, 25 Jun 2008 11:01:08 GMT</pubDate>
    </item>
    <item>
      <title>ADO .NET Entity Framework Vote of No Confidence</title>
      <description>Over the past year, Microsoft and the Entity Framework team have received a tremendous amount of feedback from experts in entity-based applications and software architectures on the .NET platform. While Microsoft's announcement of its intention to provide framework support for entity architectures was received with enthusiasm, the Entity Framework itself has consistently proved to be cause for significant concern. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fefvote.wufoo.com%2fforms%2fado-net-entity-framework-vote-of-no-confidence%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fefvote.wufoo.com%2fforms%2fado-net-entity-framework-vote-of-no-confidence%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/ADO_NET_Entity_Framework_Vote_of_No_Confidence</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/ADO_NET_Entity_Framework_Vote_of_No_Confidence</guid>
      <pubDate>Thu, 26 Jun 2008 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Clean your HTML inputs or the dog-eaters will get to you</title>
      <description>Google sent quite a few people looking for underground Korean adult movies to my blog. I guess that you can find anything on Internet these days, but why were they looking for it on my web site? The answer to that question turned out to be another great example of why inputs should be cleaned up no matter how unimportant. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgojko.net%2f2008%2f06%2f23%2fclean-your-html-inputs-or-the-dog-eaters-will-get-to-you%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgojko.net%2f2008%2f06%2f23%2fclean-your-html-inputs-or-the-dog-eaters-will-get-to-you%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Clean_your_HTML_inputs_or_the_dog_eaters_will_get_to_you</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Clean_your_HTML_inputs_or_the_dog_eaters_will_get_to_you</guid>
      <pubDate>Mon, 23 Jun 2008 17:02:36 GMT</pubDate>
    </item>
    <item>
      <title>Software Development and Programming Podcasts</title>
      <description>I couldn't find a good list of software development and programming podcasts so I created my own.  Feel free to chime in with any you recommend! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.redgreenrefactor.com%2fpost%2fProgramming-Podcasts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.redgreenrefactor.com%2fpost%2fProgramming-Podcasts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Software_Development_and_Programming_Podcasts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Software_Development_and_Programming_Podcasts</guid>
      <pubDate>Sun, 22 Jun 2008 05:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Speed up Firefox when using Development Server</title>
      <description>Using Firefox on Vista to view websites hosted by the Visual Studio Development Server can be unbearably slow. Pages take aeons (i.e. several seconds) to load while viewing the same site under IE does not suffer from this issue. Here's how to solve the problem. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f06%2fSpeed-up-Firefox-when-using-Development-Server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f06%2fSpeed-up-Firefox-when-using-Development-Server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Speed_up_Firefox_when_using_Development_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Speed_up_Firefox_when_using_Development_Server</guid>
      <pubDate>Wed, 18 Jun 2008 18:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Which kind of cast should you use in C#?</title>
      <description>C# offers two casting operators: the prefix-cast and the as-cast. Although the two operators compile to different op-codes in the CLR, the practical difference between them is in how they handle failed casts. Prefix-cast throws an exception on cast failure, while as-cast returns null. 

It's easier to implement correct error handling when you use prefix cast, because it doesn't require manual checks for null values that can cause problems in distant parts of your program. Prefix-cast should be the default cast operator on your fingertips, that you use for everyday situations - reserve as-cast for special cases where performance matters.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgen5.info%2fq%2f2008%2f06%2f13%2fprefix-casting-versus-as-casting-in-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgen5.info%2fq%2f2008%2f06%2f13%2fprefix-casting-versus-as-casting-in-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Which_kind_of_cast_should_you_use_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Which_kind_of_cast_should_you_use_in_C</guid>
      <pubDate>Wed, 18 Jun 2008 17:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Get Checked Repeater Items Extension Method</title>
      <description>Imagine you have a list of some items and checkboxes next to each item providing the ability for a user to make multiple choices and submit a result in one go. Weather you are implementing a news groups subscription, user survey or online products catalogue - the code behind is the same: we bind some object list to a data control like Repeater, add a checkbox to every item, set checkbox value to item ID.  &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%2fGet-Checked-Repeater-Items-Extension-Method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fGet-Checked-Repeater-Items-Extension-Method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Get_Checked_Repeater_Items_Extension_Method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Get_Checked_Repeater_Items_Extension_Method</guid>
      <pubDate>Tue, 17 Jun 2008 08:46:12 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 RC0 NOW OFFERED TO PUBLIC! </title>
      <description>SQL Server 2008 provides a comprehensive data platform that is secure, reliable, manageable, and scalable for your mission critical applications. With it, developers can create new applications that can store and consume any type of data on any device, enabling your users to make informed decisions with relevant insights.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdbalink.wordpress.com%2f2008%2f06%2f10%2fsql-server-2008-rc0-now-offered-to-public%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdbalink.wordpress.com%2f2008%2f06%2f10%2fsql-server-2008-rc0-now-offered-to-public%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2008_RC0_NOW_OFFERED_TO_PUBLIC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2008_RC0_NOW_OFFERED_TO_PUBLIC</guid>
      <pubDate>Tue, 10 Jun 2008 14:08:22 GMT</pubDate>
    </item>
  </channel>
</rss>