<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by kalyanms1</title>
    <description>Stories kicked by kalyanms1</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>Hosting ASP.NET sites on IIS 7.0 </title>
      <description>IIS 7.0  provides the ASP.NET Integration by default, It supports both the new and old integration modes that can be used side by side on the same server. On IIS 7.0 you can run multiple ASP.NET version applications using integration and classic modes . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fhosting-aspnet-sites-on-iis-70%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fhosting-aspnet-sites-on-iis-70%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Hosting_ASP_NET_sites_on_IIS_7_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Hosting_ASP_NET_sites_on_IIS_7_0</guid>
      <pubDate>Sun, 21 Jun 2009 12:30:22 GMT</pubDate>
    </item>
    <item>
      <title>Client IDs in ASP.NET 4.0 </title>
      <description>This post explains about setting the client ids in ASP.NET 4.0. Knowing the id attribute of the control rendered on page is a long-standing issue. It is important to know the id if we want to use it in script libraries. The new property ClientIdMode Addresses this issue.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fclient-ids-in-aspnet-40%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fclient-ids-in-aspnet-40%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Client_IDs_in_ASP_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Client_IDs_in_ASP_NET_4_0</guid>
      <pubDate>Tue, 16 Jun 2009 20:10:06 GMT</pubDate>
    </item>
    <item>
      <title>Enable CLR in SQL 2008</title>
      <description>I added an assembly and created clr functions on my SQL server only to receive the following error when I tried to excute them.

Msg 6263, Level 16, State 1, Line 1 
Execution of user code in the .NET Framework is disabled. Enable &amp;quot;clr enabled&amp;quot; configuration option. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2009%2f06%2f16%2fEnable-CLR-in-SQL-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2009%2f06%2f16%2fEnable-CLR-in-SQL-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Enable_CLR_in_SQL_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Enable_CLR_in_SQL_2008</guid>
      <pubDate>Tue, 16 Jun 2009 17:01:46 GMT</pubDate>
    </item>
    <item>
      <title>Filtering Sensitive Text in SQL Server -- From Raul Garcia</title>
      <description>I came accross a very good article on filtering sensitive data such as password and make sure this is data is not exposed in SQL Server Traces. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetvj.com%2f2009%2f06%2ffiltering-sensitive-text-in-sql-server.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetvj.com%2f2009%2f06%2ffiltering-sensitive-text-in-sql-server.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Filtering_Sensitive_Text_in_SQL_Server_From_Raul_Garcia</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Filtering_Sensitive_Text_in_SQL_Server_From_Raul_Garcia</guid>
      <pubDate>Tue, 16 Jun 2009 10:45:23 GMT</pubDate>
    </item>
    <item>
      <title>C# Find &amp;amp;amp; Count Words in a File</title>
      <description>I needed to find &amp;amp; count specific words in a text file, I came up with a solution and want to share it.

I had a text file that contains user logs for a specific domain and want to find how many times does a specific url founded in the web log. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhuseyincakir.wordpress.com%2f2009%2f06%2f16%2fc-find-count-words-in-a-file%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhuseyincakir.wordpress.com%2f2009%2f06%2f16%2fc-find-count-words-in-a-file%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Find_amp_Count_Words_in_a_File</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Find_amp_Count_Words_in_a_File</guid>
      <pubDate>Tue, 16 Jun 2009 10:27:02 GMT</pubDate>
    </item>
    <item>
      <title>Add SSRS report as dashboard to sharepoint</title>
      <description>It is possible to add a SSRS report to your Project Portal. In this way you can create a nice dashboard on you portal home page. This dashboard can consist of multiple reports, or can vary for the different roles in your team. This post describes how you can achieve that. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ewaldhofman.nl%2fpost%2f2009%2f06%2f03%2fAdd-SSRS-report-as-dashboard-to-sharepoint.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ewaldhofman.nl%2fpost%2f2009%2f06%2f03%2fAdd-SSRS-report-as-dashboard-to-sharepoint.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Add_SSRS_report_as_dashboard_to_sharepoint</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Add_SSRS_report_as_dashboard_to_sharepoint</guid>
      <pubDate>Tue, 16 Jun 2009 09:01:59 GMT</pubDate>
    </item>
    <item>
      <title>Part 1:- Some useful scripts which come handy while working with sql s</title>
      <description>Some usefule scripts which every developer needs in his day to day life.
These scripts will perform certain basic functions which may be required as in accordance with your needs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsmallworkarounds.blogspot.com%2f2009%2f04%2fpart-1-some-useful-scripts-which-come.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsmallworkarounds.blogspot.com%2f2009%2f04%2fpart-1-some-useful-scripts-which-come.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Part_1_Some_useful_scripts_which_come_handy_while_working_with_sql_s</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Part_1_Some_useful_scripts_which_come_handy_while_working_with_sql_s</guid>
      <pubDate>Tue, 16 Jun 2009 07:32:49 GMT</pubDate>
    </item>
    <item>
      <title>AJAX Client -Side templating in ASP.NET 4.0 </title>
      <description>The AJAX in ASP.NET 4.0 introducing new client data rendering features to page and component developers. It allows the developers to render JSON data from server as HTML in a highly efficient way. This post discuss about one of the AJAX 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.techbubbles.com%2faspnet%2fajax-client-side-templating-in-aspnet-40%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fajax-client-side-templating-in-aspnet-40%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/AJAX_Client_Side_templating_in_ASP_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/AJAX_Client_Side_templating_in_ASP_NET_4_0</guid>
      <pubDate>Sun, 14 Jun 2009 22:10:33 GMT</pubDate>
    </item>
    <item>
      <title>Build your own Whois Lookup with ASP.NET and jQuery</title>
      <description>IP addresses can reveal a lot about your web visitors. For an ecommerce site, the owner or registrant of the visitor's IP address can be very useful information. You could paste each visitor IP address into one of the many free IP Lookup sites available, but that can be time-consuming and tedious. Or you could build your own lookup. This article shows how this can be done pretty quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikesdotnetting.com%2fArticle.aspx%3fArticleID%3d103"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikesdotnetting.com%2fArticle.aspx%3fArticleID%3d103" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Build_your_own_Whois_Lookup_with_ASP_NET_and_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Build_your_own_Whois_Lookup_with_ASP_NET_and_jQuery</guid>
      <pubDate>Mon, 15 Jun 2009 14:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Dynamically Output A List of YouTube Video's In ASP.NET</title>
      <description>A quick &amp;quot;how to&amp;quot; in using the YouTube API to list and view video's dynamically within your ASP.NET application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsurinder.computing-studio.com%2fpost%2f2009%2f05%2fDynamically-Output-A-List-of-YouTube-Videos-In-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsurinder.computing-studio.com%2fpost%2f2009%2f05%2fDynamically-Output-A-List-of-YouTube-Videos-In-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dynamically_Output_A_List_of_YouTube_Video_s_In_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dynamically_Output_A_List_of_YouTube_Video_s_In_ASP_NET</guid>
      <pubDate>Sun, 14 Jun 2009 15:06:49 GMT</pubDate>
    </item>
    <item>
      <title>Save Team Foundation Server Password</title>
      <description>Learn to save your Team Foundation Server password and avoid retying the username and password everytime you open the project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.prabir.me%2fpost%2fSave-Team-Foundation-Server-Password.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.prabir.me%2fpost%2fSave-Team-Foundation-Server-Password.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Save_Team_Foundation_Server_Password</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Save_Team_Foundation_Server_Password</guid>
      <pubDate>Sun, 14 Jun 2009 13:08:12 GMT</pubDate>
    </item>
    <item>
      <title>Session State in ASP.NET 4.0</title>
      <description>This post explains about Shrinking session state in ASP.NET 4.0

ASP.NET Provides two options for storing session state for web applications.

1. Out of process session state 
2. MS SQL server session state
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fsession-state-in-aspnet-40%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fsession-state-in-aspnet-40%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Session_State_in_ASP_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Session_State_in_ASP_NET_4_0</guid>
      <pubDate>Thu, 11 Jun 2009 21:22:00 GMT</pubDate>
    </item>
    <item>
      <title>Permanently Redirecting a Page in ASP.NET 4.0 </title>
      <description>Web applications commonly move the pages and content around the servers. This results to accumulation of old links in search engines.

Traditionally this was handled in ASP.NET using the Response.Redirect method to forward the request to the new URL. However Redirect method issues an HTTP 302 found (temporary redirect) response. Redirect method results in extra round trip when user accessing the old URLs.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fpermanently-redirecting-a-page%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fpermanently-redirecting-a-page%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Permanently_Redirecting_a_Page_in_ASP_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Permanently_Redirecting_a_Page_in_ASP_NET_4_0</guid>
      <pubDate>Wed, 10 Jun 2009 21:52:30 GMT</pubDate>
    </item>
    <item>
      <title>Auto Start Web Applications in ASP.NET 4.0 </title>
      <description>Some web applications require large amount of initialization processing time before serving the first request. In some cases web applications may also need to load the large amount of data in first request.

In earlier versions we used write the custom code in Application_Load method in Global.asax file to handle above scenarios.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fauto-start-web-applications-in-aspnet-40%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fauto-start-web-applications-in-aspnet-40%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Auto_Start_Web_Applications_in_ASP_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Auto_Start_Web_Applications_in_ASP_NET_4_0</guid>
      <pubDate>Tue, 09 Jun 2009 21:02:22 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET 4.0 Extensible Output Caching </title>
      <description>A number of Exciting ASP.NET features are coming in the .NET Framework version 4.0. These features are included in Visual Studio 2010 release. This post explains about one of those features core services 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.techbubbles.com%2faspnet%2faspnet-40-extensible-output-caching%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2faspnet-40-extensible-output-caching%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_4_0_Extensible_Output_Caching</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_4_0_Extensible_Output_Caching</guid>
      <pubDate>Mon, 08 Jun 2009 22:12:18 GMT</pubDate>
    </item>
    <item>
      <title>Documenting C# code with XML Comments </title>
      <description>This article explains an easy and effective way of documenting your C# code. XML comments are the solution for generating a clean documentation for your code. Visual Studio environment allows you to generate a documentation file for your project. It helps your teammates and other people who using your code.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fc%2fdocumenting-c-code-with-xml-comments%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fc%2fdocumenting-c-code-with-xml-comments%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Documenting_C_code_with_XML_Comments</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Documenting_C_code_with_XML_Comments</guid>
      <pubDate>Tue, 26 May 2009 23:00:31 GMT</pubDate>
    </item>
    <item>
      <title>Assembly binding in .NET Framework </title>
      <description>The CLR is responsible for locating and binding the assemblies in the code. In Order to work assembly binding efficiently you need to follow some best practices.
Assembly Naming 
Always use fully specified assembly names. An assembly name is a name given to unique identity. Two assemblies representing the same identity can have the same name with different versions.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fnet-framework%2fassembly-binding-in-net-framework%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fnet-framework%2fassembly-binding-in-net-framework%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Assembly_binding_in_NET_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Assembly_binding_in_NET_Framework</guid>
      <pubDate>Mon, 25 May 2009 21:28:36 GMT</pubDate>
    </item>
    <item>
      <title>.NET Access Control Service</title>
      <description>My previous article explained the basics of building windows azure services. Let's start looking at the .NET Access Control Service. .NET Access Control Service allows you to use the authentication and authorization services from external sources that are maintained by security experts. Security experts control the authentication and issue the token to the application. Application just uses those tokens by avoiding the authentication process.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fmicrosoft%2fnet-access-control-service%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fmicrosoft%2fnet-access-control-service%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/NET_Access_Control_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/NET_Access_Control_Service</guid>
      <pubDate>Mon, 25 May 2009 00:14:52 GMT</pubDate>
    </item>
    <item>
      <title>The .NET Service Bus With Example</title>
      <description>You need to open an account with the .NET Service Bus, and need to use the .NET Service Bus administration Web site to create a new solution. You can open an account by visiting the following link http://portal.ex.azure.microsoft.com/. More about The .NET Service Bus can be found here.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fwebservices%2fthe-net-service-bus-with-example%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fwebservices%2fthe-net-service-bus-with-example%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/The_NET_Service_Bus_With_Example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/The_NET_Service_Bus_With_Example</guid>
      <pubDate>Sun, 26 Apr 2009 15:14:00 GMT</pubDate>
    </item>
    <item>
      <title>The .NET Service Bus</title>
      <description>Introduction The .NET Service bus is a powerful and useful feature from Windows Azure Cloud Computing. The .NET Service bus is designed to address the connectivity issues in advanced communication scenarios. The main issue it addresses is Internet connectivity. This post explains how it addresses these issues in real world. 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetshoutout.com%2fThe-NET-Service-Bus-TechBubbles"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetshoutout.com%2fThe-NET-Service-Bus-TechBubbles" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/The_NET_Service_Bus</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/The_NET_Service_Bus</guid>
      <pubDate>Sun, 26 Apr 2009 07:12:54 GMT</pubDate>
    </item>
    <item>
      <title>Data View Control in ASP.NET AJAX 4 Preview 4</title>
      <description>The Data View Control in AJAX 4 has some cool features like it can be bind to any JavaScript object or array.It can also be bind to any ASP.NET AJAX Component. You can read the post to know about  ASP.NET AJAX 4.0 Preview 4 features.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fdata-view-control-in-aspnet-ajax-4-preview-4%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fdata-view-control-in-aspnet-ajax-4-preview-4%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Data_View_Control_in_ASP_NET_AJAX_4_Preview_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Data_View_Control_in_ASP_NET_AJAX_4_Preview_4</guid>
      <pubDate>Tue, 24 Mar 2009 04:49:23 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX 4.0 Preview 4</title>
      <description>Microsoft AJAX Team made the AJAX 4..0 Preview 4 release. This Release concentrating on client-side data manipulation with the support for integration with Web services and ADO.NET Data Services.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fmicrosoft-ajax-40-preview-4%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fmicrosoft-ajax-40-preview-4%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_4_0_Preview_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_4_0_Preview_4</guid>
      <pubDate>Thu, 19 Mar 2009 03:28:39 GMT</pubDate>
    </item>
    <item>
      <title>SOA Enabled DAL</title>
      <description>Traditional applications using relational data sources such as Oracle, SQL Server and DB2 to expose their business logic to external world in a tightly coupled manner. This tightly coupled approach leads to the performance\scalability issues. This post discusses the Designing a SOA enabled DAL with example.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fsoftwarearchitecture%2fsoa-enabled-dal%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fsoftwarearchitecture%2fsoa-enabled-dal%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/SOA_Enabled_DAL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/SOA_Enabled_DAL</guid>
      <pubDate>Fri, 13 Mar 2009 04:20:55 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Research Projects 2009</title>
      <description>Microsoft Research's annual event TechFest 2009 presented a number of R&amp;amp;D projects that researchers working around the world for most challenging technical problems. This post presents the highlights from their showcase.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fmicrosoft%2fmicrosoft-research-projects%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fmicrosoft%2fmicrosoft-research-projects%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Microsoft_Research_Projects_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Microsoft_Research_Projects_2009</guid>
      <pubDate>Sun, 08 Mar 2009 04:46:16 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET 3.5 Chart Control</title>
      <description>ASP.NET 3.5 SP1 having a new charting control which allows the developers to easily add different data visualizations to their web applications.The control supporting different chart types like column charts,line charts and pie charts and also advance chart types like funnel and pyramid charts.This post explains about using this control in web applications.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2faspnet-35-chart-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2faspnet-35-chart-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_3_5_Chart_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_3_5_Chart_Control</guid>
      <pubDate>Sun, 08 Mar 2009 02:23:55 GMT</pubDate>
    </item>
  </channel>
</rss>