<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by simonech</title>
    <description>Stories kicked by simonech</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>Introducing Wijmo, a feature-packed jQueryUI based widget library</title>
      <description>A introduction to Wijmo, a jQuery UI based component library, and the rational behind the decision of adopting it vs other component libraries &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2012%2f02%2f29%2fIntroducing-Wijmo-a-feature-packed-jQueryUI-based-widget-library.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2012%2f02%2f29%2fIntroducing-Wijmo-a-feature-packed-jQueryUI-based-widget-library.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Introducing_Wijmo_a_feature_packed_jQueryUI_based_widget_library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Introducing_Wijmo_a_feature_packed_jQueryUI_based_widget_library</guid>
      <pubDate>Wed, 29 Feb 2012 17:23:50 GMT</pubDate>
    </item>
    <item>
      <title>Evolution of the Async Controller in ASP.NET MVC</title>
      <description>Asynchronous operations in ASP.NET MVC have always been left a bit behind. They appeared in ASP.NET MVC 2, remained untouched in v3, but now in MVC 4 (especially  in combination with C# 5 and async/await) they reached the same easiness of use of the standard synchronous controller. Check out that absolutely awesome stuff you can do with them now! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2012%2f01%2f09%2fevolution-of-async-controller-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2012%2f01%2f09%2fevolution-of-async-controller-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Evolution_of_the_Async_Controller_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Evolution_of_the_Async_Controller_in_ASP_NET_MVC</guid>
      <pubDate>Tue, 10 Jan 2012 18:08:26 GMT</pubDate>
    </item>
    <item>
      <title>How To Build a Modern Website in 2011</title>
      <description>Over the past 12 months I've been on a self-imposed quest for knowledge. We're at a changing - almost revolutionary - point with the web as I (start) writing this on November 1st, 2011. Here's why &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.tommilway.com%2fpost%2f14322949339%2fhow-to-build-a-modern-website-in-2011"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.tommilway.com%2fpost%2f14322949339%2fhow-to-build-a-modern-website-in-2011" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_To_Build_a_Modern_Website_in_2011</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_To_Build_a_Modern_Website_in_2011</guid>
      <pubDate>Mon, 09 Jan 2012 20:10:43 GMT</pubDate>
    </item>
    <item>
      <title>Windows Phone 7.5 - Using advanced tiles API</title>
      <description>There is not any doubt, the first thing you meet when you use Windows Phone are the tiles. These are the large squares on the home screen that identifies some applications and they are also a distinguishable character that make your Windows Phone unique.

As you know for sure, the tiles can be attached or detached from the home screen and some particular software can take advantage of double size tiles. While this is not a feature available to developers, in OS7.5, the tiles gained new features and a new set of APIs that you can use to enrich your applications. As an example you are now able to update your tiles from inside the application and you can use double faced tiles to improve information to the user. In this article I would like to explore these new features and show how to take advantage of them, while porting your software to the new operating system. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fWindows-Phone-7.5-Using-advanced-tiles-API.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fWindows-Phone-7.5-Using-advanced-tiles-API.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/WindowsPhone7/Windows_Phone_7_5_Using_advanced_tiles_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/WindowsPhone7/Windows_Phone_7_5_Using_advanced_tiles_API</guid>
      <pubDate>Mon, 09 Jan 2012 15:00:26 GMT</pubDate>
    </item>
    <item>
      <title>An Introduction to ASP.NET MVC Extensibility</title>
      <description>ASP.NET MVC has been designed with extensibility as its design principle. In fact, the best way to develop applications with ASP.NET MVC is to extend the system, Simone Chiaretta starts a series that explains how to implement extensions to ASP.NET MVC, covering the entire pipeline. But first, an overview... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.simple-talk.com%2fdotnet%2f.net-framework%2fan-introduction-to-asp.net-mvc-extensibility%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.simple-talk.com%2fdotnet%2f.net-framework%2fan-introduction-to-asp.net-mvc-extensibility%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/An_Introduction_to_ASP_NET_MVC_Extensibility</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/An_Introduction_to_ASP_NET_MVC_Extensibility</guid>
      <pubDate>Tue, 27 Sep 2011 15:41:12 GMT</pubDate>
    </item>
    <item>
      <title>Customise Subtext Core Pages - Part 1</title>
      <description>I wanted to take time out from subtext themes for a moment and go over a topic that I think will be of some use to such webmasters that use subtext on a multi-blog platform. Customising Subtext core pages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.siphilp.co.uk%2farchive%2f2011%2f09%2f13%2fcustomise-subtext-core-pages-ndash-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.siphilp.co.uk%2farchive%2f2011%2f09%2f13%2fcustomise-subtext-core-pages-ndash-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Customise_Subtext_Core_Pages_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Customise_Subtext_Core_Pages_Part_1</guid>
      <pubDate>Wed, 14 Sep 2011 16:54:11 GMT</pubDate>
    </item>
    <item>
      <title>OWASP Top 10 for .NET devs part 8: Failure to Restrict URL Access</title>
      <description>What makes this particular risk so dangerous is that not only can it be used to very, very easily exploit an application, it can be done so by someone with no application security competency - it's simply about accessing a URL they shouldn't be.

On the positive side, this is also a fundamentally easy exploit to defend against. ASP.NET provides both simple and efficient mechanisms to authenticate users and authorise access to content. In fact the framework wraps this up very neatly within the provider model which makes securing applications an absolute breeze. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.troyhunt.com%2f2011%2f08%2fowasp-top-10-for-net-developers-part-8.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.troyhunt.com%2f2011%2f08%2fowasp-top-10-for-net-developers-part-8.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/OWASP_Top_10_for_NET_devs_part_8_Failure_to_Restrict_URL_Access</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/OWASP_Top_10_for_NET_devs_part_8_Failure_to_Restrict_URL_Access</guid>
      <pubDate>Mon, 01 Aug 2011 07:13:26 GMT</pubDate>
    </item>
    <item>
      <title>OWASP Top 10 for .NET developers part 7: Insecure Cryptographic Storag</title>
      <description>In the 7th part of the series on addressing the OWASP Top 10 within ASP.NET, we look at how cryptographic storage can be implemented securely. The post looks at how poorly implemented hashing can be easily broken with rainbow tables then moves onto secure hash algorithms, proper use of salts and the implementation of symmetric encryption. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.troyhunt.com%2f2011%2f06%2fowasp-top-10-for-net-developers-part-7.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.troyhunt.com%2f2011%2f06%2fowasp-top-10-for-net-developers-part-7.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/OWASP_Top_10_for_NET_developers_part_7_Insecure_Cryptographic_Storag</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/OWASP_Top_10_for_NET_developers_part_7_Insecure_Cryptographic_Storag</guid>
      <pubDate>Tue, 14 Jun 2011 07:23:21 GMT</pubDate>
    </item>
    <item>
      <title>Why is a Y in the Windows Phone Mango Camera API</title>
      <description>The new Windows Phone Mango tools will contain the Webcam CaptureSource and VideoSink API from Silverlight 4. Additionally it also introduce the new FileSink class which can be used to record the video stream as MP4 to the Isolated Storage. Most important a new PhotoCamera class with a lot of functionality is present in Mango.
This blog post tries to fill the gaps and provides some information especially about the PhotoCamera's YCrCb capture methods. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkodierer.blogspot.com%2f2011%2f05%2fwhy-is-y-in-windows-phone-mango-camera.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkodierer.blogspot.com%2f2011%2f05%2fwhy-is-y-in-windows-phone-mango-camera.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Why_is_a_Y_in_the_Windows_Phone_Mango_Camera_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Why_is_a_Y_in_the_Windows_Phone_Mango_Camera_API</guid>
      <pubDate>Wed, 25 May 2011 19:53:36 GMT</pubDate>
    </item>
    <item>
      <title>Augmented Mango - SLARToolkit for Windows Phone</title>
      <description>This post announces the new Windows Phone version of SLARToolkit and also provides a sample. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkodierer.blogspot.com%2f2011%2f05%2faugmented-mango-slartoolkit-for-windows.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkodierer.blogspot.com%2f2011%2f05%2faugmented-mango-slartoolkit-for-windows.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Augmented_Mango_SLARToolkit_for_Windows_Phone</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Augmented_Mango_SLARToolkit_for_Windows_Phone</guid>
      <pubDate>Wed, 25 May 2011 19:54:13 GMT</pubDate>
    </item>
    <item>
      <title>The importance of performance testing in a Windows Phone 7 application</title>
      <description>Simone Chiaretta highlights the importance of performance testing your applications on the Windows Phone 7 platform (where devices are not as powerful as desktops and server), illustrating with an example of an issue which caused him performance problems. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2011%2f03%2f31%2fThe-importance-of-performance-testing-in-a-Windows-Phone-7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2011%2f03%2f31%2fThe-importance-of-performance-testing-in-a-Windows-Phone-7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/The_importance_of_performance_testing_in_a_Windows_Phone_7_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/The_importance_of_performance_testing_in_a_Windows_Phone_7_application</guid>
      <pubDate>Fri, 01 Apr 2011 11:14:33 GMT</pubDate>
    </item>
    <item>
      <title>Continuous code quality measurement with NDepend and TeamCity</title>
      <description>One thing I've found about code reviews in the past - either manual or auto-generated - is that if you do them at the end of a project, it's too late! You always end up between a rock and a hard place where on the one hand, you feel you've got a steaming heap of garbage, but on the other hand you've got deadlines and anxious customers.

What you really want to do is to bring your code quality metrics bang into the development process so they're visible to everyone every single day. You kick them off on day one when there's an empty project and you don't stop until the whole thing is delivered. This is where the build server comes into play. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.troyhunt.com%2f2010%2f12%2fcontinuous-code-quality-measurement.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.troyhunt.com%2f2010%2f12%2fcontinuous-code-quality-measurement.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Continuous_code_quality_measurement_with_NDepend_and_TeamCity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Continuous_code_quality_measurement_with_NDepend_and_TeamCity</guid>
      <pubDate>Mon, 20 Dec 2010 11:40:21 GMT</pubDate>
    </item>
    <item>
      <title>Lucene.Net needs your help (or it will die)</title>
      <description>The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help.
This post explains a bit more in detail why this is happening &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f11%2f01%2fLucene-Net-needs-your-help-or-it-will-die.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f11%2f01%2fLucene-Net-needs-your-help-or-it-will-die.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Lucene_Net_needs_your_help_or_it_will_die_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Lucene_Net_needs_your_help_or_it_will_die_1</guid>
      <pubDate>Mon, 01 Nov 2010 21:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Hand picked sessions from PDC2010</title>
      <description>If you are not living under a rock, probably you know that yesterday (October 28th) the PDC2010 started.
If you missed the keynote of PCD 2010 here is a brief description of what I found interesting, the links to sessions I consider to be interesting (at least for me) and some considerations about SL vs HTML5.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f10%2f29%2fHand-picked-sessions-from-PDC2010.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f10%2f29%2fHand-picked-sessions-from-PDC2010.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Hand_picked_sessions_from_PDC2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Hand_picked_sessions_from_PDC2010</guid>
      <pubDate>Sat, 30 Oct 2010 12:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Internet Explorer 9 Beta Features and Benchmarks</title>
      <description>In case you are living under a rock, IE9 Beta was released today. This browser is a major update to the previous version IE8. It is also supposed to give Firefox/Chrome a run for its money. How did it turn out? Read below to find out.

So what are the best features of IE9? Lets give it a quick run-through then we are going to look at a few key features and a benchmark (note the benchmark is against a beta - so things may change).

Hardware accelerated HTML5 Support : This is absolutely the biggest reason to upgrade to IE9. This includes the new H264 Video Support, SVG and CSS3.
Brand new JavaScript Engine: Called Chakra. This will run on a separate core and allow you to render JavaScript faster.
DirectX Video Acceleration - This will use less of the CPU to render video. So far it has smoked Google Chrome while playing 2 720p videos at once.
Developers Tools added. Just hit F12 to access the tools. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmichaelcrump.net%2farchive%2f2010%2f09%2f15%2finternet-explorer-9-beta-features-and-benchmarks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmichaelcrump.net%2farchive%2f2010%2f09%2f15%2finternet-explorer-9-beta-features-and-benchmarks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Internet_Explorer_9_Beta_Features_and_Benchmarks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Internet_Explorer_9_Beta_Features_and_Benchmarks</guid>
      <pubDate>Wed, 15 Sep 2010 20:10:49 GMT</pubDate>
    </item>
    <item>
      <title>Mindscape releases NHibernate Designer for VS2010</title>
      <description>Mindscape, developers of the LightSpeed ORM have released a visual designer for NHibernate users. Leveraging their years of developing a Visual Studio integrated model designer for LightSpeed, the NHibernate Designer means developers can quickly and easily start working with their NHibernate solutions. Supports full database synchronization, model first and data base first development models. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2010%2f08%2f10%2fannouncing-the-mindscape-nhibernate-designer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2010%2f08%2f10%2fannouncing-the-mindscape-nhibernate-designer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Mindscape_releases_NHibernate_Designer_for_VS2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Mindscape_releases_NHibernate_Designer_for_VS2010</guid>
      <pubDate>Wed, 11 Aug 2010 12:00:52 GMT</pubDate>
    </item>
    <item>
      <title>HTML5 Support In Visual Studio 2010</title>
      <description>I was trying to play around with HTML5 assuming that VS 2010 had shipped with HTML5 support but to my dismay it was not the case. Bummer! So I did a bit of homework and came up with an easy workaround. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.raihaniqbal.net%2fblog%2f2010%2f08%2fhtml5-support-in-visual-studio-2010%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.raihaniqbal.net%2fblog%2f2010%2f08%2fhtml5-support-in-visual-studio-2010%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/HTML5_Support_In_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/HTML5_Support_In_Visual_Studio_2010</guid>
      <pubDate>Mon, 09 Aug 2010 12:45:52 GMT</pubDate>
    </item>
    <item>
      <title>The NEW DotNetKicks front page is in beta</title>
      <description>We are working on totally reworking how the front page of DotNetKicks works and the new version is now in public beta. Check it out, use it, and give us your feedback! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetkicks.com%2fbeta"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetkicks.com%2fbeta" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/The_NEW_DotNetKicks_front_page_is_in_beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/The_NEW_DotNetKicks_front_page_is_in_beta</guid>
      <pubDate>Wed, 21 Jul 2010 21:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Ruby and .Net Developers Solve Two Different Kinds of Problems</title>
      <description>Explains that a lot of Ruby's criticism of .Net's use of an IDE stems from the differences in the kinds of projects that are solved with each platform. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.nitriq.com%2fRubyAndNetDevelopersSolveTwoDifferentKindsOfProblems.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.nitriq.com%2fRubyAndNetDevelopersSolveTwoDifferentKindsOfProblems.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Ruby_and_Net_Developers_Solve_Two_Different_Kinds_of_Problems</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Ruby_and_Net_Developers_Solve_Two_Different_Kinds_of_Problems</guid>
      <pubDate>Fri, 16 Jul 2010 03:00:52 GMT</pubDate>
    </item>
    <item>
      <title>What's new in ASP.NET 4.0: Core Features</title>
      <description>A nice overview with examples of the new features in ASP.NET 4.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f571334.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f571334.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/What_s_new_in_ASP_NET_4_0_Core_Features</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/What_s_new_in_ASP_NET_4_0_Core_Features</guid>
      <pubDate>Fri, 16 Jul 2010 03:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Mono Touch Books for .NET Developers and iPhone Development is out </title>
      <description>Mono Touch Books for .NET Developers and iPhone Development is out -  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ginktage.com%2f2010%2f07%2fmono-touch-books-for-net-developers-and-iphone-development-is-out%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ginktage.com%2f2010%2f07%2fmono-touch-books-for-net-developers-and-iphone-development-is-out%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Mono_Touch_Books_for_NET_Developers_and_iPhone_Development_is_out</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Mono_Touch_Books_for_NET_Developers_and_iPhone_Development_is_out</guid>
      <pubDate>Thu, 08 Jul 2010 13:41:16 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu: Introducing "Razor" - a new view engine for ASP.NET</title>
      <description>&amp;quot;ASP.NET MVC has always supported the concept of "view engines" - which are the pluggable modules that implement different template syntax options.  The "default" view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms.  Other popular ASP.NET MVC view engines used today include Spark and NHaml.

The new view-engine option we've been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is "Razor", and we'll be shipping the first public beta of it shortly.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f07%2f02%2fintroducing-razor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f07%2f02%2fintroducing-razor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ScottGu_Introducing_Razor_a_new_view_engine_for_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ScottGu_Introducing_Razor_a_new_view_engine_for_ASP_NET</guid>
      <pubDate>Mon, 05 Jul 2010 16:30:51 GMT</pubDate>
    </item>
    <item>
      <title>Just released: Subtext 2.5.1 release notes</title>
      <description>After a long year, 3 weeks ago we released Subtext version 2.5. After the release we found some quite high-priority bug and so now today Subtext 2.5.1 has been released, which fixes the following bugs: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f06%2f27%2fJust-released-Subtext-2-5-1-release-notes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f06%2f27%2fJust-released-Subtext-2-5-1-release-notes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Just_released_Subtext_2_5_1_release_notes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Just_released_Subtext_2_5_1_release_notes</guid>
      <pubDate>Mon, 28 Jun 2010 09:25:55 GMT</pubDate>
    </item>
    <item>
      <title>What's new in Subtext 2.5: full-text search, related posts and more</title>
      <description>In Subtext 2.5 we changed the internal search provider from the "like %term%" SQL based one to a more mature and powerful one powered by Lucene.net. I wrote about how Lucene.net is implemented inside Subtext, but it didn't show the benefits for the users. In this post I'm explaining the visible features of the full-text search. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f06%2f09%2fWhatrsquos-new-in-Subtext-2-5-full-text-search-related.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f06%2f09%2fWhatrsquos-new-in-Subtext-2-5-full-text-search-related.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/What_s_new_in_Subtext_2_5_full_text_search_related_posts_and_more</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/What_s_new_in_Subtext_2_5_full_text_search_related_posts_and_more</guid>
      <pubDate>Fri, 11 Jun 2010 12:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 2.5  released</title>
      <description>Today I'm excited to announce the release of Subtext 2.5. Most of the focus on this release has been under the hood, but there are some great new features you'll enjoy outside of the hood. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2010%2f06%2f06%2fsubtext-2-5-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2010%2f06%2f06%2fsubtext-2-5-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_2_5_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_2_5_released</guid>
      <pubDate>Fri, 11 Jun 2010 02:15:52 GMT</pubDate>
    </item>
  </channel>
</rss>
