<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - published webservices stories</title>
    <description>the latest published webservices stories from DotNetKicks.com</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>NHibernate Session-Per-Method-Call via StructureMap Nested Containers</title>
      <description>There are several documented approaches you can follow to implement the session-per-method-call pattern with NHibernate and StructureMap.  The majority of these approaches fail to leverage the full capabilities of StrurctureMap and are therefore more complex than they need to be.  In this short post, I'll show you how you can implement a simpler solution by utilizing StructureMap's nested containers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fYet-Another-Approach-to-NHibernate-Session-Per-Method-Call-Using-StructureMap.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fYet-Another-Approach-to-NHibernate-Session-Per-Method-Call-Using-StructureMap.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/NHibernate_Session_Per_Method_Call_via_StructureMap_Nested_Containers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/NHibernate_Session_Per_Method_Call_via_StructureMap_Nested_Containers</guid>
      <pubDate>Tue, 06 Dec 2011 16:28:33 GMT</pubDate>
    </item>
    <item>
      <title>How Service Component Architecture (SCA) Can Be Incorporated Into Exis</title>
      <description>After viewing Rob High's presentation "The SOA Component Model" hosted on InfoQ.com, I can foresee how Service Component Architecture (SCA) can be incorporated in to an existing enterprise.
According to IBM's DeveloperWorks website, SCA is a set of conditions which outline a model for constructing applications/systems using a Service-Oriented Architecture (SOA). In addition, SCA builds on open standards such as Web services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2011%2f11%2f28%2fHow-Service-Component-Architecture-(SCA)-Can-Be-Incorporated-Into-Existing-Enterprise-Systems.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2011%2f11%2f28%2fHow-Service-Component-Architecture-(SCA)-Can-Be-Incorporated-Into-Existing-Enterprise-Systems.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/How_Service_Component_Architecture_SCA_Can_Be_Incorporated_Into_Exis</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/How_Service_Component_Architecture_SCA_Can_Be_Incorporated_Into_Exis</guid>
      <pubDate>Tue, 29 Nov 2011 05:15:26 GMT</pubDate>
    </item>
    <item>
      <title>Component Development within SOA</title>
      <description>How do the concepts of component development work within SOA?

Let's first break this question down by defining what component development is. Component development is the process of implementing specific functionality in the form of small units of complied code that can be reused across multiple applications or product families.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2011%2f11%2f28%2fComponent-Development-within-SOA.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2011%2f11%2f28%2fComponent-Development-within-SOA.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Component_Development_within_SOA</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Component_Development_within_SOA</guid>
      <pubDate>Tue, 29 Nov 2011 04:51:13 GMT</pubDate>
    </item>
    <item>
      <title>When to use SOAP over REST</title>
      <description>So, how does REST based services differ from SOAP based services, and when should you use SOAP? Representational State Transfer (REST) implements the standard HTTP/HTTPS as an interface allowing clients to obtain access to resources based on requested URIs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2011%2f11%2f21%2fWhen-to-use-SOAP-over-REST.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2011%2f11%2f21%2fWhen-to-use-SOAP-over-REST.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/When_to_use_SOAP_over_REST</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/When_to_use_SOAP_over_REST</guid>
      <pubDate>Mon, 21 Nov 2011 06:14:55 GMT</pubDate>
    </item>
    <item>
      <title>Getting started with EWS Managed API SDK</title>
      <description>EWS Managed API SDK is a managed proxy for Exchange Web Services (EWS). This post explains how to use EWS Managed API for retrieving bounced emails from a mailbox. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.dotnetkicks.com%2fvijayst%2f2011%2f11%2fgetting-started-with-ews-managed-api-sdk%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.dotnetkicks.com%2fvijayst%2f2011%2f11%2fgetting-started-with-ews-managed-api-sdk%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Getting_started_with_EWS_Managed_API_SDK</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Getting_started_with_EWS_Managed_API_SDK</guid>
      <pubDate>Fri, 11 Nov 2011 17:24:33 GMT</pubDate>
    </item>
    <item>
      <title>OData and Windows Azure </title>
      <description>This post discusses about building a service using CLOUD platform that can reach various devices. What is OData and Where it fits in? OData is a specification that makes very easy to exchange and interact with data on the web. So OData is all about connecting up devices to the CLOUD. This post also discuss how to create a OData Service in Visual Studio 2010 and host it on Windows Azure then explains how to consume the service on Windows phone Mango.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fwindows-azure%2fodata-and-windows-azure%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fwindows-azure%2fodata-and-windows-azure%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/OData_and_Windows_Azure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/OData_and_Windows_Azure</guid>
      <pubDate>Tue, 11 Oct 2011 22:25:04 GMT</pubDate>
    </item>
    <item>
      <title>Cross Domain Policy Violation, And How to Get Around It (JSONP, AJAX, </title>
      <description>Learn how to handle cross-domain policy violation by creating a simple C# MVC web service that creates monsters in JSON. We'll host the service on a 3rd-party domain and read it with an AJAX request. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle132.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle132.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Cross_Domain_Policy_Violation_And_How_to_Get_Around_It_JSONP_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Cross_Domain_Policy_Violation_And_How_to_Get_Around_It_JSONP_AJAX</guid>
      <pubDate>Tue, 30 Aug 2011 15:53:22 GMT</pubDate>
    </item>
    <item>
      <title>Tweaking WCF to build highly scalable async REST API</title>
      <description>You can build async REST API using WCF but due to some bug in WCF implementation it does not scale as you would want it to. Here's my journey with Microsoft's WCF team to explore the problem and find the right fix. &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%2fwebservices%2ffixwcf_for_restapi.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fwebservices%2ffixwcf_for_restapi.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/Tweaking_WCF_to_build_highly_scalable_async_REST_API_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/Tweaking_WCF_to_build_highly_scalable_async_REST_API_1</guid>
      <pubDate>Sun, 31 Jul 2011 16:43:54 GMT</pubDate>
    </item>
    <item>
      <title>Code-for-Dynamically-generating-webproxy-(CNet)</title>
      <description>Cotinuing to my post on Dynamic webservice invoke in C#, Here is the full C#.Net source code for gererating a web proxy by just providing the required WSDL URL as input. The source code targets .Net 2.0 Runtime. This code is making use of Reflection and dynamic runtime compilation features in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodemine.net%2fpost%2f2010%2f09%2f28%2fCode-for-Dynamically-generating-webproxy-(CNet).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodemine.net%2fpost%2f2010%2f09%2f28%2fCode-for-Dynamically-generating-webproxy-(CNet).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Code_for_Dynamically_generating_webproxy_CNet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Code_for_Dynamically_generating_webproxy_CNet</guid>
      <pubDate>Sun, 05 Jun 2011 16:28:58 GMT</pubDate>
    </item>
    <item>
      <title>Asp.net WebService or Creating and Consuming WebService in asp.net or </title>
      <description>Asp.net WebService or Creating and Consuming WebService in asp.net or Create and call webservice in asp.net or how to create webservice and how to use webservice in asp.net &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnet-suresh.com%2f2011%2f05%2faspnet-web-service-or-creating-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnet-suresh.com%2f2011%2f05%2faspnet-web-service-or-creating-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Asp_net_WebService_or_Creating_and_Consuming_WebService_in_asp_net_or</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Asp_net_WebService_or_Creating_and_Consuming_WebService_in_asp_net_or</guid>
      <pubDate>Fri, 03 Jun 2011 16:37:28 GMT</pubDate>
    </item>
    <item>
      <title>WCF callback deadlock-solution inside</title>
      <description>WCF callback deadlock-solution inside! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmylemans.com%2fpost%2f2011%2f05%2f31%2fWCF-callback-deadlock%e2%80%93solution-inside.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmylemans.com%2fpost%2f2011%2f05%2f31%2fWCF-callback-deadlock%e2%80%93solution-inside.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/WCF_callback_deadlock_solution_inside</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/WCF_callback_deadlock_solution_inside</guid>
      <pubDate>Wed, 01 Jun 2011 05:47:30 GMT</pubDate>
    </item>
    <item>
      <title>Useful application development is possible with contribution of the Sy</title>
      <description>There are several benefits of using application development and the Sydney based web companies are well aware of the advantageous parameters.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sigmainfotech.com.au%2farticles%2fuseful-application-development-is-possible-with-contribution-of-the-sydney-web-design-companies.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sigmainfotech.com.au%2farticles%2fuseful-application-development-is-possible-with-contribution-of-the-sydney-web-design-companies.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Useful_application_development_is_possible_with_contribution_of_the_Sy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Useful_application_development_is_possible_with_contribution_of_the_Sy</guid>
      <pubDate>Wed, 25 May 2011 08:06:24 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET web services mistake: manual JSON serialization</title>
      <description>If you've spent much time working with the .NET platform, ASP.NET's simple, convention-based approach to exposing JSON endpoints seems just about too good to be true. After years of fiddling with manual settings in XML configuration files, it's understandable to assume that working with JSON in ASP.NET would require a similar rigmarole, yet it does not.

Unfortunately, this unexpected ease-of-use isn't obvious if you don't already know about it, which has led some developers to build needlessly complicated solutions to problems that don't actually exist. In this post, I want to point out a few ways not to approach JSON in ASP.NET and then show you a couple examples of leveraging the frame work to do it "right". &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2011%2f04%2f13%2fasp-net-web-services-mistake-manual-json-serialization%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2011%2f04%2f13%2fasp-net-web-services-mistake-manual-json-serialization%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_web_services_mistake_manual_JSON_serialization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_web_services_mistake_manual_JSON_serialization</guid>
      <pubDate>Wed, 13 Apr 2011 18:25:34 GMT</pubDate>
    </item>
    <item>
      <title>How will you choose the Right Template for your Web Design?</title>
      <description>In today's age of internet almost everything could be done online. This is why; from business organizations to educational institutes- every association prefers to have a website of their own. But only creating an official portal is not enough, there are certain other things to be taken care of.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.maketick.com%2fblogs%2f2011%2f04%2f09%2fhow-will-you-choose-the-right-template-for-your-web-design%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.maketick.com%2fblogs%2f2011%2f04%2f09%2fhow-will-you-choose-the-right-template-for-your-web-design%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/How_will_you_choose_the_Right_Template_for_your_Web_Design</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/How_will_you_choose_the_Right_Template_for_your_Web_Design</guid>
      <pubDate>Wed, 13 Apr 2011 12:06:23 GMT</pubDate>
    </item>
    <item>
      <title>Async Web Service Timout</title>
      <description>Discusses an option for implementing a user-defined timeout on an asynchronous web service request. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspinningtheweb.blogspot.com%2f2011%2f02%2fasync-web-service-timout.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspinningtheweb.blogspot.com%2f2011%2f02%2fasync-web-service-timout.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Async_Web_Service_Timout</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Async_Web_Service_Timout</guid>
      <pubDate>Fri, 04 Mar 2011 15:45:29 GMT</pubDate>
    </item>
    <item>
      <title>WCF vs Webservices </title>
      <description>Want to know Why WCF more popular over Webservice ?  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhimabinduvejella.blogspot.com%2f2010%2f06%2fwcf-vs-web-services.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhimabinduvejella.blogspot.com%2f2010%2f06%2fwcf-vs-web-services.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/WCF_vs_Webservices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/WCF_vs_Webservices</guid>
      <pubDate>Tue, 01 Mar 2011 11:23:09 GMT</pubDate>
    </item>
    <item>
      <title>Part I- How can we maintain State in Web Services</title>
      <description>Web services have not any mechanism by which can maintain state. But web services  can access asp.net objects like Session, &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspxtutorial.com%2fpost%2f2011%2f02%2f27%2fPart-I-How-can-we-maintain-State-in-Web-Services.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspxtutorial.com%2fpost%2f2011%2f02%2f27%2fPart-I-How-can-we-maintain-State-in-Web-Services.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Part_I_How_can_we_maintain_State_in_Web_Services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Part_I_How_can_we_maintain_State_in_Web_Services</guid>
      <pubDate>Mon, 28 Feb 2011 16:16:47 GMT</pubDate>
    </item>
    <item>
      <title>BizTalk 2010 SQL Adapter Disappearing Act</title>
      <description>Something strange happens in BizTalk 2010 project inside Visual Studio 2010 when using the SQL Adapter. The SQL Adapter Wizard sometimes disappear for no reason. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcecildt.blogspot.com%2f2011%2f02%2fbiztalk-2010-sql-adapter-disappearing.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcecildt.blogspot.com%2f2011%2f02%2fbiztalk-2010-sql-adapter-disappearing.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/BizTalk_2010_SQL_Adapter_Disappearing_Act</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/BizTalk_2010_SQL_Adapter_Disappearing_Act</guid>
      <pubDate>Sat, 19 Feb 2011 19:52:51 GMT</pubDate>
    </item>
    <item>
      <title>Adding Cloud Service project to existing ASP.Net Web Application</title>
      <description>Imagine that we are moving an existing Web Application or ASP.Net MVC Web Application to cloud. In that case we need to add cloud service to an existing Web Application or ASP.Net MVC Web Application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fadvanceddotnettutorial.blogspot.com%2f2011%2f02%2fadding-cloud-service-project-to.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fadvanceddotnettutorial.blogspot.com%2f2011%2f02%2fadding-cloud-service-project-to.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Adding_Cloud_Service_project_to_existing_ASP_Net_Web_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Adding_Cloud_Service_project_to_existing_ASP_Net_Web_Application</guid>
      <pubDate>Fri, 11 Feb 2011 09:24:26 GMT</pubDate>
    </item>
    <item>
      <title>Hello world with Kayak and OWIN</title>
      <description>Kayak is a lightweight opensource C# webserver which implements OWIN. OWIN stands for Open Web Interface for .NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjclaes.blogspot.com%2f2011%2f01%2fhello-world-with-kayak-and-owin.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjclaes.blogspot.com%2f2011%2f01%2fhello-world-with-kayak-and-owin.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Hello_world_with_Kayak_and_OWIN</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Hello_world_with_Kayak_and_OWIN</guid>
      <pubDate>Sun, 23 Jan 2011 18:10:31 GMT</pubDate>
    </item>
    <item>
      <title>10 Differences Between WCF and ASP.NET Web Services</title>
      <description>Here are the 10 important differences between WCF Services and ASP.NET Web Services &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebalance.blogspot.com%2f2011%2f01%2f10-differences-between-wcf-services-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebalance.blogspot.com%2f2011%2f01%2f10-differences-between-wcf-services-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/10_Differences_Between_WCF_and_ASP_NET_Web_Services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/10_Differences_Between_WCF_and_ASP_NET_Web_Services</guid>
      <pubDate>Tue, 18 Jan 2011 06:42:02 GMT</pubDate>
    </item>
    <item>
      <title>The Strategic use of Web Services</title>
      <description>At one of my previous places of employment, we are starting to really get into using web services because they allow us to transmit data between our system, strategic partners and affiliates. One example of this is a project that I worked on which allowed some of our strategic partners to insert potential leads directly in to our database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2009%2f02%2f20%2fThe-Strategic-use-of-Web-Services.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetblocks.com%2fpost%2f2009%2f02%2f20%2fThe-Strategic-use-of-Web-Services.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/The_Strategic_use_of_Web_Services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/The_Strategic_use_of_Web_Services</guid>
      <pubDate>Fri, 14 Jan 2011 06:18:55 GMT</pubDate>
    </item>
    <item>
      <title>Website Development &amp;amp; Website Application Development</title>
      <description>Website Development- Broadway Infotech a web development company specializes in website development services like Website Development,  Web Development, Website Application Development and Website Application Development. For more information feel to buzz on - 120 4240116/117. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.broadwayinfotech.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.broadwayinfotech.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Website_Development_Website_Application_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Website_Development_Website_Application_Development</guid>
      <pubDate>Tue, 11 Jan 2011 06:56:09 GMT</pubDate>
    </item>
    <item>
      <title>WCF Data Services: Optimizing performance with updates </title>
      <description>In this post I will show how you can optimize bandwidth usage and performance when sending updates to your WCF Data Service using the WCF Data Services Client Library. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.infosupport.com%2fblogs%2falexb%2farchive%2f2010%2f12%2f21%2fwcf-data-services-optimizing-updates-in-the-client-library.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.infosupport.com%2fblogs%2falexb%2farchive%2f2010%2f12%2f21%2fwcf-data-services-optimizing-updates-in-the-client-library.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/WCF_Data_Services_Optimizing_performance_with_updates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/WCF_Data_Services_Optimizing_performance_with_updates</guid>
      <pubDate>Mon, 03 Jan 2011 08:24:37 GMT</pubDate>
    </item>
    <item>
      <title>Request format is unrecognized for URL unexpectedly ending exception i</title>
      <description>Recently I was getting error when I am calling web service using Java script. I searching on net and debugging I have found following things. 
Any web service support three kinds of protocol HttpGet,HttpPost and SOAP. In framework 1.0 it was enabled by default but after 1.0 framework it will not be enabled by default due to security issues and WS-Specifications. So we have to enabled them via putting configuration settings in web.config. Here is the code for that.
Hope this will help you. Stay tuned fo... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjalpesh.blogspot.com%2f2010%2f12%2frequest-format-is-unrecognized-for-url.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjalpesh.blogspot.com%2f2010%2f12%2frequest-format-is-unrecognized-for-url.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Request_format_is_unrecognized_for_URL_unexpectedly_ending_exception_i</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Request_format_is_unrecognized_for_URL_unexpectedly_ending_exception_i</guid>
      <pubDate>Wed, 22 Dec 2010 05:53:22 GMT</pubDate>
    </item>
  </channel>
</rss>
