<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with WCF</title>
    <description>the latest stories tagged with 'WCF' 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>Developing WCF Sample in VS 2008</title>
      <description>This post explains the procedure to develop the sample WCF Service and WCF Client  in Visual studio 2008. Get an overview on WCF and WCF Terms.

1. Start open  Visual studio 2008, Select new project option from file menu

WCF Start  &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%2fwcf-sample-in-visual-studio-2008%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fnet-framework%2fwcf-sample-in-visual-studio-2008%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Developing_WCF_Sample_in_VS_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Developing_WCF_Sample_in_VS_2008</guid>
      <pubDate>Thu, 21 Aug 2008 13:14:04 GMT</pubDate>
    </item>
    <item>
      <title>ObservableServiceHost - An InstanceContext aware WCF ServiceHost </title>
      <description>ObservableServiceHost  is a custom WCF ServiceHost that adds an event when a new serice InstanceContext is created.  This can be a useful addition to some, but hopefully the it will help demonstrate the flexibility of the extension mechanisms in WCF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f08%2f20%2fobservableservicehost-an-instancecontext-creation-aware-wcf-servicehost%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f08%2f20%2fobservableservicehost-an-instancecontext-creation-aware-wcf-servicehost%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/ObservableServiceHost_An_InstanceContext_aware_WCF_ServiceHost</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/ObservableServiceHost_An_InstanceContext_aware_WCF_ServiceHost</guid>
      <pubDate>Thu, 21 Aug 2008 14:01:11 GMT</pubDate>
    </item>
    <item>
      <title>How To Design State Sharing In A Peer Network</title>
      <description>This article is all about peer-enabling business applications by allowing them to share state in a serverless peer network. Before getting into the details of a sample app, I want to talk about some of the various ways that people typically try to share state in a peer network, as well as the pros and cons of those approaches. Finally, I'll show you a sample application called WeSpend, a tool for tracking your bank book ledger. This application automatically synchronizes data with all other instances of itself on your home network.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn2.microsoft.com%2fmagazine%2fcc700336"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn2.microsoft.com%2fmagazine%2fcc700336" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_To_Design_State_Sharing_In_A_Peer_Network</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_To_Design_State_Sharing_In_A_Peer_Network</guid>
      <pubDate>Tue, 12 Aug 2008 01:36:27 GMT</pubDate>
    </item>
    <item>
      <title>BlogSvc AtomPub Release 0.3</title>
      <description>This is the first release containing solid AtomPub support which works great with Windows Live Writer. The major new features are WSSE authentication, ETag and HEAD support. A new website has also been created for this release: http://blogsvc.net &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2fblogsvc%2fRelease%2fProjectReleases.aspx%3fReleaseId%3d16205"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fblogsvc%2fRelease%2fProjectReleases.aspx%3fReleaseId%3d16205" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/BlogSvc_AtomPub_Release_0_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/BlogSvc_AtomPub_Release_0_3</guid>
      <pubDate>Mon, 11 Aug 2008 05:54:44 GMT</pubDate>
    </item>
    <item>
      <title>Customising WCF Proxy Generation in Visual Studio 2008 </title>
      <description>Having trouble with VS 2008 WCF generating proxy objects just the way you want (need)  them?  Extend the default WCF proxy generator as explained by Pedram Rezaei with this easy to follow step by step guide.  He shows you how to extend the WCF generation tool to suit your own needs.  A great alternative to continually merging your custom changes to generated proxy objects everytime you need to update a service reference. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fpedram%2farchive%2f2007%2f08%2f10%2fcustomising-wcf-proxy-generation-in-visual-studio-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fpedram%2farchive%2f2007%2f08%2f10%2fcustomising-wcf-proxy-generation-in-visual-studio-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Customising_WCF_Proxy_Generation_in_Visual_Studio_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Customising_WCF_Proxy_Generation_in_Visual_Studio_2008</guid>
      <pubDate>Thu, 07 Aug 2008 16:19:30 GMT</pubDate>
    </item>
    <item>
      <title>WCF Services</title>
      <description>A great ntoduction to Installing and Creating WCF Services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fen.csharp-online.net%2fWCF_Services"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fen.csharp-online.net%2fWCF_Services" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WCF_Services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WCF_Services</guid>
      <pubDate>Wed, 06 Aug 2008 05:48:07 GMT</pubDate>
    </item>
    <item>
      <title>Publisher-Subscriber Pattern using Duplex Channel</title>
      <description>Implementing a pub-sub pattern using WCF duplex channel. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpie.blogspot.com%2f2008%2f07%2fpublisher-subscriber-pattern-using.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpie.blogspot.com%2f2008%2f07%2fpublisher-subscriber-pattern-using.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Publisher_Subscriber_Pattern_using_Duplex_Channel</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Publisher_Subscriber_Pattern_using_Duplex_Channel</guid>
      <pubDate>Fri, 01 Aug 2008 00:13:39 GMT</pubDate>
    </item>
    <item>
      <title>WCF Simplified to a Single Diagram</title>
      <description>Anyone learning WCF for the first time will quickly become bewildered by the array of new terms and concepts they have to get their heads around. As part of a presentation I did recently I produced a single diagram that helps gain a quick overview of these terms and how they relate to one another. Check it out. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f07%2f31%2fwcf-simplified-to-a-single-diagram.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f07%2f31%2fwcf-simplified-to-a-single-diagram.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/WCF_Simplified_to_a_Single_Diagram</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/WCF_Simplified_to_a_Single_Diagram</guid>
      <pubDate>Thu, 31 Jul 2008 02:27:45 GMT</pubDate>
    </item>
    <item>
      <title>Simplifying WCF: Using Exceptions as Faults</title>
      <description>This article describes an overview of error handling in WCF, discusses its advantages and drawbacks and shows how to extend WCF to marshal .NET exceptions as SOAP faults. Ready-to-use source code and examples are available for download. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f07%2fsimplifying-wcf-using-exceptions-as-faults%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f07%2fsimplifying-wcf-using-exceptions-as-faults%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Simplifying_WCF_Using_Exceptions_as_Faults</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Simplifying_WCF_Using_Exceptions_as_Faults</guid>
      <pubDate>Sun, 27 Jul 2008 02:35:22 GMT</pubDate>
    </item>
    <item>
      <title>Waegis - The Web Cleaner</title>
      <description>Tired of Spam?
Spammers are disturbing our dear web! How do you feel about them? Do you have a site, blog, forum or Wiki? Have you been affected by lots of spam content on your site? How much of time do you spend to remove them everyday? How can they affect the look and feel of your site? How can they affect your database size? Do you use CAPTCHA control and think it is a good solution? 
We're here to take care about everything for you and save your time, energy and effort. We're here to make a better and cleaner web with your help. Waegis (pronounced veejis) is a professional online service that assists you to block spams. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwaegis.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwaegis.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Waegis_The_Web_Cleaner</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Waegis_The_Web_Cleaner</guid>
      <pubDate>Wed, 09 Jul 2008 18:54:22 GMT</pubDate>
    </item>
    <item>
      <title>Open generics and WCF?</title>
      <description>If you have ever tried to use open generics with WCF you will know that it is not supported by default.  GenericMessaging gets around this by leveraging WCF raw messages to allow for a more seamless .net to .net communication. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fslagd.com%2f%3fpage_id%3d16"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fslagd.com%2f%3fpage_id%3d16" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Open_generics_and_WCF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Open_generics_and_WCF</guid>
      <pubDate>Tue, 08 Jul 2008 23:30:31 GMT</pubDate>
    </item>
    <item>
      <title>WCF Callbacks; a beginners guide</title>
      <description>If you're in need of an event-based responsive system that will use WCF services this article is for you. I spent two days working on a way to build a WCF solution that would respond to changes on the server to no avail. Then I read this article, finally understood the way Publish-Subscribe SHOULD work in WCF, and made my goal a reality. Happy day... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fidunno.org%2farchive%2f2008%2f05%2f29%2fwcf-callbacks-a-beginners-guide.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fidunno.org%2farchive%2f2008%2f05%2f29%2fwcf-callbacks-a-beginners-guide.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/WCF_Callbacks_a_beginners_guide</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/WCF_Callbacks_a_beginners_guide</guid>
      <pubDate>Tue, 01 Jul 2008 16:04:10 GMT</pubDate>
    </item>
    <item>
      <title>WCF Security Guide - Formal beta now available</title>
      <description>From the post: &amp;quot;Welcome to the patterns &amp;amp; practices Improving Web Services Security: Scenarios and Implementation Guidance for WCF project site! This guide shows you how to make the most of WCF (Windows Communication Foundation). With end-to-end application scenarios, it shows you how to design and implement authentication and authorization in WCF. Learn how to improve the security of your WCF services through prescriptive guidance including guidelines, Q&amp;amp;A, practices at a glance, and step-by-step how tos.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fhosamkamel%2farchive%2f2008%2f06%2f13%2fwcf-security-guide-formal-beta-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fhosamkamel%2farchive%2f2008%2f06%2f13%2fwcf-security-guide-formal-beta-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/WCF_Security_Guide_Formal_beta_now_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/WCF_Security_Guide_Formal_beta_now_available</guid>
      <pubDate>Fri, 13 Jun 2008 18:21:27 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft WCF Security Guide from Patterns and Practices</title>
      <description>Microsoft has released a beta of their new Patterns and Practices guide:

Improving Web Services Security &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2fWCFSecurityGuide"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fWCFSecurityGuide" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Microsoft_WCF_Security_Guide_from_Patterns_and_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Microsoft_WCF_Security_Guide_from_Patterns_and_Practices</guid>
      <pubDate>Wed, 11 Jun 2008 19:10:52 GMT</pubDate>
    </item>
    <item>
      <title>Dependency Injection in WCF Services Part 4 </title>
      <description>In this post, Javi shows how to apply parameter validation in WCF services using Castle WCF facility and the Enterprise Library Validation Block. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f06%2fdependency-injection-in-wcf-services.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f06%2fdependency-injection-in-wcf-services.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Dependency_Injection_in_WCF_Services_Part_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Dependency_Injection_in_WCF_Services_Part_4</guid>
      <pubDate>Sun, 08 Jun 2008 18:20:15 GMT</pubDate>
    </item>
    <item>
      <title>Linq to SQL with WCF in a Multi Tiered Action - Part 2</title>
      <description>Second Part of Sidar's multi tiered walkthrough with Linq and WCF - Presentation issues and Data Layer implementation covered, source code is available to download too.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f02%2flinq-to-sql-with-wcf-in-a-multi-tiered-action-part-2.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f02%2flinq-to-sql-with-wcf-in-a-multi-tiered-action-part-2.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_to_SQL_with_WCF_in_a_Multi_Tiered_Action_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_to_SQL_with_WCF_in_a_Multi_Tiered_Action_Part_2</guid>
      <pubDate>Mon, 02 Jun 2008 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>REST Services and Metadata Endpoints in WCF</title>
      <description>Exposing documentation for REST based services in WCF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f29%2frest-services-and-metadata-endpoints-in-wcf%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f29%2frest-services-and-metadata-endpoints-in-wcf%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/REST_Services_and_Metadata_Endpoints_in_WCF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/REST_Services_and_Metadata_Endpoints_in_WCF</guid>
      <pubDate>Thu, 05 Jun 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>REST Services and Metadata Endpoints in WCF</title>
      <description>Exposing documentation for REST based services in WCF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f29%2frest-services-and-metadata-endpoints-in-wcf%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f29%2frest-services-and-metadata-endpoints-in-wcf%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/REST_Services_and_Metadata_Endpoints_in_WCF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/REST_Services_and_Metadata_Endpoints_in_WCF</guid>
      <pubDate>Thu, 05 Jun 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF (XBAP) using WCF in a Partial Trust Environment</title>
      <description>A walkthrough for getting your XBAP communicating with WCF in a partial trust environment. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattcalla.com%2f2008%2f05%2f29%2fwpf-xbap-using-wcf-in-a-partial-trust-environment.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattcalla.com%2f2008%2f05%2f29%2fwpf-xbap-using-wcf-in-a-partial-trust-environment.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_XBAP_using_WCF_in_a_Partial_Trust_Environment</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_XBAP_using_WCF_in_a_Partial_Trust_Environment</guid>
      <pubDate>Thu, 29 May 2008 03:52:39 GMT</pubDate>
    </item>
    <item>
      <title>WCF Metadata</title>
      <description>An explanation of metadata in WCF and why it is opt-in instead of opt-out. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f27%2fwcf-metadata%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f27%2fwcf-metadata%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/WCF_Metadata</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/WCF_Metadata</guid>
      <pubDate>Wed, 28 May 2008 14:47:11 GMT</pubDate>
    </item>
    <item>
      <title>Extending WCF InstanceContext to store custom state</title>
      <description>Demonstrates how to use WCF extension mechanisms to store additional state information with the InstanceContext of a service. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f24%2fextending-wcf-instancecontext-to-store-custom-state%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f24%2fextending-wcf-instancecontext-to-store-custom-state%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Extending_WCF_InstanceContext_to_store_custom_state</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Extending_WCF_InstanceContext_to_store_custom_state</guid>
      <pubDate>Thu, 29 May 2008 15:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Understanding InstanceContext in WCF</title>
      <description>Describes the InstanceContext of a service in WCF to help understand how it works to better enable your WCF services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f23%2funderstanding-instancecontext-in-wcf%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f23%2funderstanding-instancecontext-in-wcf%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Understanding_InstanceContext_in_WCF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Understanding_InstanceContext_in_WCF</guid>
      <pubDate>Fri, 23 May 2008 17:03:26 GMT</pubDate>
    </item>
    <item>
      <title>Dependency Injection in WCF Services Part 3 </title>
      <description>After Javi explained in the first post  these series the problems you may run into when applying Dependency Injection in your distributed service layer, and in the second one how to put the theory in practice using Castle Windsor WCF Facility, in this post Javi explains how to appy cross cutting concerns upon your Service Objects using Castle Interceptors.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f05%2fdependency-injection-in-wcf-services_17.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f05%2fdependency-injection-in-wcf-services_17.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Dependency_Injection_in_WCF_Services_Part_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Dependency_Injection_in_WCF_Services_Part_3</guid>
      <pubDate>Sat, 17 May 2008 12:17:29 GMT</pubDate>
    </item>
    <item>
      <title>How-to: Create a Server Certificate for a WCF Service</title>
      <description>An easier way of creating better Test certificates for WCF Services &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.functionalfun.net%2f2008%2f05%2fhow-to-create-server-certificate-for.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.functionalfun.net%2f2008%2f05%2fhow-to-create-server-certificate-for.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/How_to_Create_a_Server_Certificate_for_a_WCF_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/How_to_Create_a_Server_Certificate_for_a_WCF_Service</guid>
      <pubDate>Tue, 13 May 2008 14:10:16 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Waegis</title>
      <description>A new spam blocking service just hit the .NET space: Waegis.
It's a service similar to Akismet, but written entirely in .NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fintroducing-waegis%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fintroducing-waegis%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Introducing_Waegis</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Introducing_Waegis</guid>
      <pubDate>Mon, 12 May 2008 20:46:04 GMT</pubDate>
    </item>
  </channel>
</rss>