<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by mehfuzh</title>
    <description>Stories kicked by mehfuzh</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>Working out with Amazon S3</title>
      <description>Recently, I was bit playing around with amazon S3. This is said to be the cheapest storage for people who don't want to spend much of their brain cells thinking about DB issues. Now, Amazon S3 primarily supports Web service (SOAP) to store and query data out of the S3 server. The concept behind S3 is that you have to create a bucket and under it you can store as many objects you want. Generally for a particular account 100 is the threshold value for buckets. In this post, I will basically focus on configuring your proxy for uploading large files to amazon using WSE and optionally I will point out a cool browser extension for analyzing your S3 space and third party library alternative.

.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f11%2f30%2fworking-out-with-amazon-s3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f11%2f30%2fworking-out-with-amazon-s3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Working_out_with_Amazon_S3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Working_out_with_Amazon_S3</guid>
      <pubDate>Sun, 30 Nov 2008 17:14:10 GMT</pubDate>
    </item>
    <item>
      <title>LinqExtender 1.4.2 - Supporting Complex type arguments</title>
      <description>I just made a quick update to the existing release of LinqExtender. I recently found a bug while building a feature for FlickrXplorer is that if you use constant type query with orderby clause it does pretty well, but it simply does not do well with complex ones. I have used the same logic that I have used for where clause arguments. Also, it will be out of the scope for this post to drill it down all the LinqExtender logic fort hat. But I would put a brief overview on it that can help you out while building your own IQueryable implementation.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f10%2f25%2flinqextender-1-4-2-supporting-complex-type-arguments.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f10%2f25%2flinqextender-1-4-2-supporting-complex-type-arguments.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/LinqExtender_1_4_2_Supporting_Complex_type_arguments</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/LinqExtender_1_4_2_Supporting_Complex_type_arguments</guid>
      <pubDate>Sat, 25 Oct 2008 12:27:03 GMT</pubDate>
    </item>
    <item>
      <title>Using jQuery to do Ajax Form posts in Asp.net MVC </title>
      <description>It is now official with Scott Guthrie's post that jQuery will be bundled with Asp.net. jQuery is a tiny 15K JavaScript library that contains features from UI tweaks, DOM manipulation to full Ajax control. In my last post, I have shown how to get going with Ajax.Form using Microsoft MVC Ajax library. In this post, I will show how to do Ajax form posts with jQuery but in Ajax.Form style.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f10%2f13%2fusing-jquery-to-do-ajax-form-posts-in-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f10%2f13%2fusing-jquery-to-do-ajax-form-posts-in-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_jQuery_to_do_Ajax_Form_posts_in_Asp_net_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_jQuery_to_do_Ajax_Form_posts_in_Asp_net_MVC</guid>
      <pubDate>Mon, 13 Oct 2008 17:03:19 GMT</pubDate>
    </item>
    <item>
      <title>Asp.net MVC more Form post scenarios and Ajax </title>
      <description>In the flickr explorer app made with Asp.net MVC and Athena, I was trying out some form post scenarios. In this post, I will add few things regarding mvc form post and Ajax that is common to FlickrXplorer but can be used in general.

Now, Asp.net MVC has some new Ajax features, one of this is the Ajax form post. With this, you can easily make your web app actions Ajax enabled. The syntax is pretty simple.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f09%2f29%2fasp-net-mvc-more-form-post-scenarios-and-ajax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f09%2f29%2fasp-net-mvc-more-form-post-scenarios-and-ajax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_net_MVC_more_Form_post_scenarios_and_Ajax</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_net_MVC_more_Form_post_scenarios_and_Ajax</guid>
      <pubDate>Sun, 28 Sep 2008 19:58:06 GMT</pubDate>
    </item>
    <item>
      <title>Deploy, test and pack your code - Part 2 Using MsBuild</title>
      <description>In part one of this packing series I have shown, how you can automate your build process, test and optionally mock by using the popular .net deployment tool NAnt. If you don't know what I am talking about and just landed here by help of search engine. Let me put the link below again.

http://weblogs.asp.net/mehfuzh/archive/2008/08/30/deploy-test-and-pack-your-code-part-1-using-nant.aspx

In this post, I will do a replay to mostly what I have talked in my last post but with MsBuild.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f09%2f07%2fdeploy-test-and-pack-your-code-part-2-using-msbuild.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f09%2f07%2fdeploy-test-and-pack-your-code-part-2-using-msbuild.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Deploy_test_and_pack_your_code_Part_2_Using_MsBuild</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Deploy_test_and_pack_your_code_Part_2_Using_MsBuild</guid>
      <pubDate>Sat, 06 Sep 2008 18:52:27 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate - Working with NHibernate without configuration file</title>
      <description>
&amp;quot;I believe that the most important reason why NHibernate is not more widely adopted by general DEV population is exactly the "Java XML configuration" PIA feeling you have while working with it. 

Great news for all of us from that group: NHibernate is possible to be used WITHOUT configuration files! &amp;quot;
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2008%2f08%2f31%2ffluent-nhibernate-nhibernate-without-configuration-files.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2008%2f08%2f31%2ffluent-nhibernate-nhibernate-without-configuration-files.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Fluent_NHibernate_Working_with_NHibernate_without_configuration_file</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Fluent_NHibernate_Working_with_NHibernate_without_configuration_file</guid>
      <pubDate>Sat, 06 Sep 2008 05:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Deploy, test and pack your code - Part 1 Using NAnt</title>
      <description> this part, I show a way to build and deploy your project using NAnt. As, you already might know that NAnt is a tiny deployment tool that enables you to create a deployment package with some  *.build files which contains nothing but few XML directives.
... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f08%2f30%2fdeploy-test-and-pack-your-code-part-1-using-nant.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f08%2f30%2fdeploy-test-and-pack-your-code-part-1-using-nant.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Deploy_test_and_pack_your_code_Part_1_Using_NAnt</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Deploy_test_and_pack_your_code_Part_1_Using_NAnt</guid>
      <pubDate>Sat, 30 Aug 2008 09:19:37 GMT</pubDate>
    </item>
    <item>
      <title>Lost (and found) Visual Studio Templates in Web Project</title>
      <description>So I just lost all of my project templates in Web projects. I've been working on a small utility page on my site that generates help documentation on the fly. I've been working happily along on this site when all of a sudden when I needed to add a config file to control debugging and authentication on this page/app. &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%2f465835.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f465835.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Lost_and_found_Visual_Studio_Templates_in_Web_Project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Lost_and_found_Visual_Studio_Templates_in_Web_Project</guid>
      <pubDate>Thu, 28 Aug 2008 07:13:17 GMT</pubDate>
    </item>
    <item>
      <title>Bundle SQL script with build process using MSBuild</title>
      <description>We are making a sample application , demo or startup kit or a toolkit with test project that requires some sql script. We generally ship in a readme.txt that says it all. But hey, how about having the script under automated process , like if my sql server and VS 2008 is in place, with the click of Ctrl + Shift + B everything gets ready. Here, we will do just right that.

... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f08%2f15%2fbundle-sql-script-with-build-process-using-msbuild.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f08%2f15%2fbundle-sql-script-with-build-process-using-msbuild.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Bundle_SQL_script_with_build_process_using_MSBuild</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Bundle_SQL_script_with_build_process_using_MSBuild</guid>
      <pubDate>Thu, 14 Aug 2008 19:37:54 GMT</pubDate>
    </item>
    <item>
      <title>LinqExtender 1.4 - Enhanced object tracking</title>
      <description>Its been quite a while since I made any release of the toolkit. I basically, get into user requests, used it myself in LinqToFlickr project and came up with some new features and enhancements.

In my last post, I already said update comment and photo feature in LinqToFlickr (Athena) , where the update tracking is actually comes from this toolkit.

Book book = (from b in context
                      where b.Id == 1
                      select b).Single();
... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f08%2f11%2flinqextender-1-4-enhanced-object-tracking.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f08%2f11%2flinqextender-1-4-enhanced-object-tracking.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/LinqExtender_1_4_Enhanced_object_tracking</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/LinqExtender_1_4_Enhanced_object_tracking</guid>
      <pubDate>Mon, 11 Aug 2008 07:42:31 GMT</pubDate>
    </item>
    <item>
      <title>Athena - A LINQ to flickr API (Release 1.4)</title>
      <description>Last week, I released a new version of LINQ.flickr, which I named as Athena from release 1.4. It covers few features from flickr service, also now I have updated it with the latest LINQExtender (pre release version)  containing updated Object Tracking Service (OTS) that will enable it to update photos and comments as if like LINQ to SQL. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f08%2f02%2fathena-a-linq-to-flickr-api-release-1-4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f08%2f02%2fathena-a-linq-to-flickr-api-release-1-4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Athena_A_LINQ_to_flickr_API_Release_1_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Athena_A_LINQ_to_flickr_API_Release_1_4</guid>
      <pubDate>Sat, 02 Aug 2008 09:10:05 GMT</pubDate>
    </item>
    <item>
      <title>Making authenticated calls to flickr</title>
      <description>There are few things to know , when getting photos from your stream , adding comments and overall doing adding and deletion of your photos. As with flickr you can take a look at this url =&amp;gt; http://www.flickr.com/services/api/auth.spec.html  for authentication spec to learn more. But with Athena (formerly known as LINQ.Flickr) it's pretty easy to get things going. Last week, I made an update to the FlickrXplorer (The MVC starter project you don't to want miss :-)) project that now enables you to add comments for photos. There is a one click login that will take you to flickr, ask you once for the permission to grant the app for data access and finally will take back you the place from where you were left off.

.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f07%2f29%2fmaking-authenticated-calls-to-flickr.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f07%2f29%2fmaking-authenticated-calls-to-flickr.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Making_authenticated_calls_to_flickr</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Making_authenticated_calls_to_flickr</guid>
      <pubDate>Mon, 28 Jul 2008 19:20:28 GMT</pubDate>
    </item>
    <item>
      <title>Things to know for hosting your ASP.NET MVC app</title>
      <description>When you are planning to host your asp.net MVC application under IIS7 integrated mode environment. There are few easy tweaks that can make your application or starter kit work right out of the box but also can save a lot of your time finding things out.

You might see a Http 404 page if default document is not configured properly. The one way of getting this around by using the following

.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f07%2f06%2fthings-to-know-for-hosting-your-asp-net-mvc-app.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f07%2f06%2fthings-to-know-for-hosting-your-asp-net-mvc-app.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Things_to_know_for_hosting_your_ASP_NET_MVC_app</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Things_to_know_for_hosting_your_ASP_NET_MVC_app</guid>
      <pubDate>Sun, 06 Jul 2008 09:45:45 GMT</pubDate>
    </item>
    <item>
      <title>Replacing Loaded Assemblies - Paulo Morgado</title>
      <description>Paulo shows us how to load, unload and replace assemblies at runtime. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fpaulomorgado%2farchive%2f2008%2f06%2f29%2freplacing-loaded-assemblies.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fpaulomorgado%2farchive%2f2008%2f06%2f29%2freplacing-loaded-assemblies.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Replacing_Loaded_Assemblies_Paulo_Morgado</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Replacing_Loaded_Assemblies_Paulo_Morgado</guid>
      <pubDate>Wed, 02 Jul 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Implement Master-Detail layout with ASP.NET MVC</title>
      <description>This is the first of posts that I am making to show out the things you can do with ASP.NET MVC, moreover what I have done while building a FlickrXplorer. I am bit lazy to write one article for it, so I thought rather to start it here.

In this post, I will show how you can implement a master-detail application that invokes MVC controller to process its data and uses Ajax to do it in a non postback manner.

.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f06%2f30%2fimplement-master-detail-layout-with-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f06%2f30%2fimplement-master-detail-layout-with-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Implement_Master_Detail_layout_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Implement_Master_Detail_layout_with_ASP_NET_MVC</guid>
      <pubDate>Sun, 29 Jun 2008 19:52:13 GMT</pubDate>
    </item>
    <item>
      <title>The ASP.NET MVC Information Portal</title>
      <description>A content aggregator of everything related to ASP.NET MVC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspdotnetmvc.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspdotnetmvc.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_ASP_NET_MVC_Information_Portal</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_ASP_NET_MVC_Information_Portal</guid>
      <pubDate>Thu, 26 Jun 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Twitter much?</title>
      <description>Are you a Telerik fan? If so, rest assured that we are coming up with new ways for you to stay connected and up-to-date on the latest and greatest news from the Telerik team. And if social networking sites,  community forums, and blogs aren't enough, we've got a new treat for you today. I'm proud to announce our presence on Twitter!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fKevinBabcock%2fPosts%2f08-06-23%2fTwitter_much.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fKevinBabcock%2fPosts%2f08-06-23%2fTwitter_much.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Twitter_much</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Twitter_much</guid>
      <pubDate>Mon, 23 Jun 2008 15:11:37 GMT</pubDate>
    </item>
    <item>
      <title>Firefox 3</title>
      <description>Today is D-Day (&amp;quot;Download Day&amp;quot;) for the much-anticipated version 3 of Mozilla's popular web browsing client, Firefox. In an effort to create more buzz around the launch, Mozilla has requested that users help them attempt a new Guinness World Record for most downloads in a 24-hour period by downloading the new Firefox release today. Over 1.7 million people from around the world pledged to download the new client today.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fKevinBabcock%2fPosts%2f08-06-17%2fFirefox_3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fKevinBabcock%2fPosts%2f08-06-17%2fFirefox_3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Firefox_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Firefox_3</guid>
      <pubDate>Wed, 18 Jun 2008 09:41:12 GMT</pubDate>
    </item>
    <item>
      <title>Replace SortedDictionary with LINQ query - Part 2 (with comparison)</title>
      <description>In my previous post, I have said that using LINQ query instead of SortedDictionary not only could be useful , elegant but also less processor intensive. In this post, I will show you a real comparison between .... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f06%2f18%2freplace-sorteddictionary-with-linq-query-part-2-with-comparison.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f06%2f18%2freplace-sorteddictionary-with-linq-query-part-2-with-comparison.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Replace_SortedDictionary_with_LINQ_query_Part_2_with_comparison</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Replace_SortedDictionary_with_LINQ_query_Part_2_with_comparison</guid>
      <pubDate>Tue, 17 Jun 2008 20:12:17 GMT</pubDate>
    </item>
    <item>
      <title>WPF: Custom control style and theme resources </title>
      <description>Hi everyone. I'm Jordan Dimitrov from the WPF team. I'm planing to post about .Net, first with few post about WPF. My first post is about resources and themes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fJordanDimitrov%2fPosts%2f08-06-17%2fWPF_Custom_control_style_and_theme_resources.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fJordanDimitrov%2fPosts%2f08-06-17%2fWPF_Custom_control_style_and_theme_resources.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/WPF_Custom_control_style_and_theme_resources</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/WPF_Custom_control_style_and_theme_resources</guid>
      <pubDate>Tue, 17 Jun 2008 13:01:45 GMT</pubDate>
    </item>
    <item>
      <title>WPF Line Drawing and the Device-Pixel-(In)dependence </title>
      <description>As you are probably aware resolution and device independence is one of the fundamental design goals of WPF. In order to achieve the desired effect the framework does not work directly with physical (device-dependent) pixels but abstracts this notion into device-independent measuring units like inches &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fManolDonev%2fPosts%2f08-06-16%2fWPF_Line_Drawing_and_the_Device-Pixel-_In_dependence.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fManolDonev%2fPosts%2f08-06-16%2fWPF_Line_Drawing_and_the_Device-Pixel-_In_dependence.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Line_Drawing_and_the_Device_Pixel_In_dependence</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Line_Drawing_and_the_Device_Pixel_In_dependence</guid>
      <pubDate>Tue, 17 Jun 2008 09:33:19 GMT</pubDate>
    </item>
    <item>
      <title>Replace SortedDictionary with LINQ query</title>
      <description>With LINQ.Flickr it is quite necessary to get signature on parameters in order to do authenticated flickr photo get. As with the signature, it has sorted by parameter then to be hashed by MD5. Previously, I used to use SortedDictionary dictionary to do so, but thinking a little bit I learned that we actually don't need SortedDictionary anymore...... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f06%2f17%2freplace-sorteddictionary-with-linq-query.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f06%2f17%2freplace-sorteddictionary-with-linq-query.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Replace_SortedDictionary_with_LINQ_query</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Replace_SortedDictionary_with_LINQ_query</guid>
      <pubDate>Mon, 16 Jun 2008 18:45:43 GMT</pubDate>
    </item>
    <item>
      <title>Ensure - load javascript and html snippet on-demand</title>
      <description>A tiny javascript library that provides a handy function &amp;quot;ensure&amp;quot; which allows you to load Javascript, HTML, CSS on-demand and then execute your code. Ensure ensures that relevent Javascript and HTML snippets are already in the browser DOM before executing your code that uses them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fajax%2fensure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fajax%2fensure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Ensure_load_javascript_and_html_snippet_on_demand</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Ensure_load_javascript_and_html_snippet_on_demand</guid>
      <pubDate>Mon, 09 Jun 2008 12:14:34 GMT</pubDate>
    </item>
    <item>
      <title>RadControls for ASP.NET Ajax and IronPython </title>
      <description>We recently received a request if RadControls for ASP.NET Ajax support IronPython and the answer is "yes". 
Yesterday ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fElenaTosheva%2fPosts%2f08-06-06%2fRadControls_for_ASP_NET_Ajax_and_IronPython.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fElenaTosheva%2fPosts%2f08-06-06%2fRadControls_for_ASP_NET_Ajax_and_IronPython.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/RadControls_for_ASP_NET_Ajax_and_IronPython</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/RadControls_for_ASP_NET_Ajax_and_IronPython</guid>
      <pubDate>Mon, 09 Jun 2008 08:13:50 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Support with Visual Web Developer 2008 Express</title>
      <description>Last week I blogged about the ASP.NET MVC Preview 3 release.  One important thing I forgot to mention about this release is that you can now use it with both Visual Studio 2008 as well as the free Visual Web Developer 2008 Express edition...

 &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%2f2008%2f06%2f01%2fasp-net-mvc-support-with-visual-web-developer-2008-express.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f06%2f01%2fasp-net-mvc-support-with-visual-web-developer-2008-express.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Support_with_Visual_Web_Developer_2008_Express</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Support_with_Visual_Web_Developer_2008_Express</guid>
      <pubDate>Mon, 02 Jun 2008 13:16:03 GMT</pubDate>
    </item>
  </channel>
</rss>