<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by mnour</title>
    <description>Stories kicked by mnour</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>Zodiac.NET 1.0 - Survey Engine </title>
      <description>Zodiac.NET is a .NET web based survey and form engine software toolkit for Microsoft .NET written in pure managed C#. Zodiac.NET help you to add questionnaires, surveys and exam wizards in your .NET web application. The engine provides you with several types of questions to fit the different needs of the survey makers. The questions and users answers are created and collected in XML format in order to facilitate the integration with custom analysis and reporting services in your application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mentor-logic.com%2findex.php%2fproducts%2fcomponents%2fzodiacnet"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mentor-logic.com%2findex.php%2fproducts%2fcomponents%2fzodiacnet" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Zodiac_NET_1_0_Survey_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Zodiac_NET_1_0_Survey_Engine</guid>
      <pubDate>Thu, 10 Sep 2009 19:27:30 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Routing Using XML Custom Configuration Settings</title>
      <description>To configure the routing of any ASP.NET MVC application, you need to add some routing code in the Global.asax file. However, it would be better if we can transfer all these configuration stuff to be a neat XML configurations in web.config. I came through a solution to make the MVC configuration editable through custom configuration settings in the web.config file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmnour.blogspot.com%2f2008%2f11%2fmvc-routing-using-custom-configuration.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmnour.blogspot.com%2f2008%2f11%2fmvc-routing-using-custom-configuration.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Routing_Using_XML_Custom_Configuration_Settings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Routing_Using_XML_Custom_Configuration_Settings</guid>
      <pubDate>Sun, 23 Nov 2008 06:15:03 GMT</pubDate>
    </item>
    <item>
      <title>Quick Tip: Invoke A URL From SQL Server Agent</title>
      <description>Perform batch jobs from a web context. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f10%2fQuick-Tip-Invoke-A-URL-From-SQL-Server-Agent.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f10%2fQuick-Tip-Invoke-A-URL-From-SQL-Server-Agent.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Quick_Tip_Invoke_A_URL_From_SQL_Server_Agent</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Quick_Tip_Invoke_A_URL_From_SQL_Server_Agent</guid>
      <pubDate>Sun, 12 Oct 2008 01:06:06 GMT</pubDate>
    </item>
    <item>
      <title>Form validation with ASP.NET MVC preview 5</title>
      <description>In earlier ASP.NET MVC previews, form validation was something that should be implemented &amp;quot;by hand&amp;quot;. Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fForm-validation-with-ASPNET-MVC-preview-5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fForm-validation-with-ASPNET-MVC-preview-5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Form_validation_with_ASP_NET_MVC_preview_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Form_validation_with_ASP_NET_MVC_preview_5</guid>
      <pubDate>Fri, 29 Aug 2008 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Enterprise Service Bus Messaging Using nServiceBus</title>
      <description>I have been working lately with a big group of fellow developers here in SilverKey on the architecture and design of a relatively big project that required much services and messaging work. We thought that we should implement our public services the REST way using WCF for .NET 3.5, with so many customizations, and that we'll use a library called nServiceBus for internal messaging. nServiceBus is a framework for handling publisher/subscriber (pub/sub) model of messaging. It provides reliable messaging via the Enterprise Service Bus (ESB) pattern, and uses MSMQ as the physical bus. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmeligy%2farchive%2f2008%2f04%2f20%2fenterprise-service-bus-messaging-using-nservicebus.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmeligy%2farchive%2f2008%2f04%2f20%2fenterprise-service-bus-messaging-using-nservicebus.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Enterprise_Service_Bus_Messaging_Using_nServiceBus</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Enterprise_Service_Bus_Messaging_Using_nServiceBus</guid>
      <pubDate>Wed, 23 Apr 2008 01:25:29 GMT</pubDate>
    </item>
    <item>
      <title>Thinking In REST</title>
      <description>REST or WS-*? The debate which will never end. While REST is taking the lead gradually, the community see many drawbacks in using the traditional WS-*. The complexity and overhead in using WS-*, REST simplicity and how they fit the web architecture are always the main points of the argument. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmnour.blogspot.com%2f2008%2f04%2fthinking-in-rest.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmnour.blogspot.com%2f2008%2f04%2fthinking-in-rest.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Thinking_In_REST</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Thinking_In_REST</guid>
      <pubDate>Mon, 21 Apr 2008 19:26:36 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Validation Plugin</title>
      <description>Today, I have the chance to work a bit with jQuery. Actually, we start to see many plugins in the web based on the library. One of the interesting plugins is: jQuery Validation Plugin by J&amp;#246;rn Zaefferer - which enables you to apply client validation to the web forms using jQuery.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmnour.blogspot.com%2f2008%2f03%2fjquery-validation-plugin.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmnour.blogspot.com%2f2008%2f03%2fjquery-validation-plugin.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/jQuery_Validation_Plugin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/jQuery_Validation_Plugin</guid>
      <pubDate>Mon, 24 Mar 2008 17:55:48 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC: Securing Your Controller Actions</title>
      <description>Many people on the forums want to know how to best protect Actions on their Controller using Forms Authentication. The MVC Team has done a nice job introducing Filters (using Attributes) to this latest drop of MVC, and in this post I'll show you how to create a filter that can handle security. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2008%2f03%2f12%2faspnet-mvc-securing-your-controller-actions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2008%2f03%2f12%2faspnet-mvc-securing-your-controller-actions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Securing_Your_Controller_Actions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Securing_Your_Controller_Actions</guid>
      <pubDate>Fri, 14 Mar 2008 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Digitally Signing an XML Document and Verifying the Signature</title>
      <description>Signing an XML document and then validating the digital signature of the document doesn't involve a lot of code - once you know how it works, but arriving there is quite the journey. This post describes setting up a certifcate for testing, signing an XML document with the Private key and then validating it with the Public key. &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%2f257599.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f257599.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Digitally_Signing_an_XML_Document_and_Verifying_the_Signature</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Digitally_Signing_an_XML_Document_and_Verifying_the_Signature</guid>
      <pubDate>Fri, 22 Feb 2008 05:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Securing Configurations</title>
      <description>Have you ever wanted to provide a level of protection to your values in the configuration files? Using aspnet_regiis will help you in encrypting the configuration section(s) in the config files. The executable resides in: &amp;quot;&amp;lt;windows_root&amp;gt;\Microsoft.NET\Framework\&amp;lt;framework_version&amp;gt;&amp;quot; and It was common to be used in installing ASP.NET on IIS. However, you can use it as well in encrypting/decrypting the configuration files. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmnour.blogspot.com%2f2008%2f02%2fsecuring-configurations.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmnour.blogspot.com%2f2008%2f02%2fsecuring-configurations.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Securing_Configurations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Securing_Configurations</guid>
      <pubDate>Sun, 17 Feb 2008 01:37:56 GMT</pubDate>
    </item>
    <item>
      <title>VS 2008 Web Development Hot-Fix Roll-Up Available</title>
      <description>VS 2008 Web Development Hot-Fix Roll-Up Available, as posted to ScottGu's blog.

Numerous fixes, including the &amp;quot;source code editor freeze&amp;quot; issue that a few people have experienced.
 &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%2f02%2f08%2fvs-2008-web-development-hot-fix-roll-up-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f02%2f08%2fvs-2008-web-development-hot-fix-roll-up-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/VS_2008_Web_Development_Hot_Fix_Roll_Up_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/VS_2008_Web_Development_Hot_Fix_Roll_Up_Available</guid>
      <pubDate>Mon, 11 Feb 2008 05:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Delegates to LINQ [passing logic as a parameter] (part I)</title>
      <description>it's normal to pass data to a function just thow in a parameter of the type of data you want to pass and ur set &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspxwizard.net%2fblogs%2fwand%2farchive%2f2008%2f02%2f08%2fdelegates-to-linq-passing-logic-as-a-parameter-part-i.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspxwizard.net%2fblogs%2fwand%2farchive%2f2008%2f02%2f08%2fdelegates-to-linq-passing-logic-as-a-parameter-part-i.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Delegates_to_LINQ_passing_logic_as_a_parameter_part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Delegates_to_LINQ_passing_logic_as_a_parameter_part_I</guid>
      <pubDate>Fri, 08 Feb 2008 23:05:34 GMT</pubDate>
    </item>
    <item>
      <title>SQL Injection through cookies</title>
      <description>Through my career as a developer I've seen many developers that are not aware about the possibility of SQL injection through cookies. Cookies in fact is a user input and as any input it must be validated and because normal users don't see cookies that doesn't mean attackers won't temper with it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbarmagy.com%2fblogs%2finfinite_loop%2farchive%2f2007%2f12%2f30%2f1023.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbarmagy.com%2fblogs%2finfinite_loop%2farchive%2f2007%2f12%2f30%2f1023.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/SQL_Injection_through_cookies</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/SQL_Injection_through_cookies</guid>
      <pubDate>Mon, 31 Dec 2007 00:35:18 GMT</pubDate>
    </item>
    <item>
      <title>Auto Implemented Properties</title>
      <description>code will act as a full blown property that maintains its instance value

internally the compiler creates a member and maintains the value for the property  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspxwizard.net%2fblogs%2fwand%2farchive%2f2007%2f12%2f24%2fauto-implemented-properties.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspxwizard.net%2fblogs%2fwand%2farchive%2f2007%2f12%2f24%2fauto-implemented-properties.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Auto_Implemented_Properties_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Auto_Implemented_Properties_1</guid>
      <pubDate>Mon, 24 Dec 2007 16:33:27 GMT</pubDate>
    </item>
    <item>
      <title>Top 10 Code Review Tips &amp;amp; Tricks</title>
      <description>Top 10 Code Review Tips &amp;amp; Tricks that worked with me ;) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2feknowledger.spaces.live.com%2fblog%2fcns!F475D4DE444DB1AB!2925.entry"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2feknowledger.spaces.live.com%2fblog%2fcns!F475D4DE444DB1AB!2925.entry" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Top_10_Code_Review_Tips_Tricks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Top_10_Code_Review_Tips_Tricks</guid>
      <pubDate>Thu, 06 Dec 2007 01:41:30 GMT</pubDate>
    </item>
    <item>
      <title>PLINQ = Parallel FX = PFX  = The new Concurrent World</title>
      <description>?Microsoft is developing a number of technologies to simplify the expression of parallelism in code. An example of this work is Parallel Extensions for the .NET Framework (PFX), a managed programming model for data parallelism, task parallelism, scheduling, and coordination on parallel hardware. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f10%2f14%2f8530.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f10%2f14%2f8530.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/PLINQ_Parallel_FX_PFX_The_new_Concurrent_World</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/PLINQ_Parallel_FX_PFX_The_new_Concurrent_World</guid>
      <pubDate>Mon, 15 Oct 2007 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>.NET Framework 3.5 Is Shared Source</title>
      <description>Microsoft's .NET Framework 3.5 is going to be released open source. &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%2f2007%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</guid>
      <pubDate>Wed, 03 Oct 2007 22:46:25 GMT</pubDate>
    </item>
    <item>
      <title>Overview - Introducing Windows Workflow Foundation</title>
      <description>This is a brief post introducing Windows Workflow Foundation - We will try to introduce basic concepts and definitions. We will try to discuss why Workflow Foundation can be useful for building large scale projects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmnour.blogspot.com%2f2007%2f07%2fintroducing-windows-workflow-foundation.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmnour.blogspot.com%2f2007%2f07%2fintroducing-windows-workflow-foundation.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Overview_Introducing_Windows_Workflow_Foundation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Overview_Introducing_Windows_Workflow_Foundation</guid>
      <pubDate>Sun, 29 Jul 2007 08:01:37 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight, BLED and VisualStudio Orcas Updates</title>
      <description>this is a brief post about microsoft's new updates for it's developers/designers tools in august 2008
tha update contains bunch of fixs and new additions includes VisualStudio Beta 2 and BLEND august Preview and much more &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspellcoder.com%2fblogs%2fdotnet_heaven%2farchive%2f2007%2f07%2f28%2f7596.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspellcoder.com%2fblogs%2fdotnet_heaven%2farchive%2f2007%2f07%2f28%2f7596.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Silverlight_BLED_and_VisualStudio_Orcas_Updates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Silverlight_BLED_and_VisualStudio_Orcas_Updates</guid>
      <pubDate>Sat, 28 Jul 2007 09:01:03 GMT</pubDate>
    </item>
    <item>
      <title>New ASP.Net PageFlow Framework available for Download</title>
      <description>New UI Workflow Framework was recently available for download. The framework brings Workflow and UI applications together - This includes ASP.NET applications as well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmnour.blogspot.com%2f2007%2f07%2fnew-aspnet-pageflow-framework-available.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmnour.blogspot.com%2f2007%2f07%2fnew-aspnet-pageflow-framework-available.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/New_ASP_Net_PageFlow_Framework_available_for_Download</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/New_ASP_Net_PageFlow_Framework_available_for_Download</guid>
      <pubDate>Wed, 25 Jul 2007 07:03:38 GMT</pubDate>
    </item>
    <item>
      <title>Javascript tricks for ASP.net developers</title>
      <description>This is a post I wanted to write really long time ago, but I never had enough time to sit and write.
The following listing will be my agenda for this post

   1. Why Javascript for ASP.net developers is different ?
   2. Javascript tricks for ASP.net developers
          * Reading ASP.net controls values from Javascript
          * Passing values calculated by Javascript to the server side.
          * Passoing values from ASP.net to Javascript
   3. Javascript development tools &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f06%2f17%2f7297.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f06%2f17%2f7297.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Javascript_tricks_for_ASP_net_developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Javascript_tricks_for_ASP_net_developers</guid>
      <pubDate>Mon, 18 Jun 2007 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>.net Framework 3.5 is not just about LINQ</title>
      <description>.net framework 3.5 is the next version of .net framework which is going to be shipped with Microsoft Visual Studio codename &amp;quot;ORCAS&amp;quot;, which you can find a Beta 1 of it on msdn, and also a beta 1 of .net framework 3.5
Most people thinks that this version is all about LINQ integration, which is not the complete story, may be LINQ is the one of the important new API's that ships with 3.5, but not the only thing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f05%2f09%2f6929.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f05%2f09%2f6929.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/net_Framework_3_5_is_not_just_about_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/net_Framework_3_5_is_not_just_about_LINQ</guid>
      <pubDate>Wed, 09 May 2007 21:41:22 GMT</pubDate>
    </item>
    <item>
      <title>Windows Longhorn Server Beta 3 Ships</title>
      <description>Windows Longhorn Server Beta 3 Ships, enough said &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2007%2f04%2fwindows-longhorn-server-beta-3-ships.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2007%2f04%2fwindows-longhorn-server-beta-3-ships.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Windows_Longhorn_Server_Beta_3_Ships</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Windows_Longhorn_Server_Beta_3_Ships</guid>
      <pubDate>Fri, 27 Apr 2007 10:16:01 GMT</pubDate>
    </item>
    <item>
      <title>How to Create a WebService Based on a Workflow</title>
      <description>Keyvan describes how to create a webservice that runs a workflow. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2farchive%2f2007%2f04%2f05%2fhow-to-create-a-webservice-based-on-a-workflow.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2farchive%2f2007%2f04%2f05%2fhow-to-create-a-webservice-based-on-a-workflow.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/How_to_Create_a_WebService_Based_on_a_Workflow</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/How_to_Create_a_WebService_Based_on_a_Workflow</guid>
      <pubDate>Tue, 17 Apr 2007 13:16:01 GMT</pubDate>
    </item>
    <item>
      <title>LINQ To Flickr</title>
      <description>I had some free time at last, so I implemented a LINQ extension to Flickr, so you can query for photos by tags, creation date, user id or title, the implementation was really easy because I didn't have to use the Flickr API's directly as I found a good open source library for this called FlickrNet which I used as my infrastructure.
So this is a sample of a query &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f04%2f08%2f6552.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f04%2f08%2f6552.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/LINQ_To_Flickr</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/LINQ_To_Flickr</guid>
      <pubDate>Mon, 09 Apr 2007 10:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>
