<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (keithly)</title>
    <link>https://pinboard.in/u:keithly/public/</link>
    <description>recent bookmarks from keithly</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://www.infoq.com/articles/interview-servicestack"/>
	<rdf:li rdf:resource="https://visualstudiomagazine.com/blogs/data-driver/2014/04/wcf-data-services-and-odata.aspx"/>
	<rdf:li rdf:resource="http://old.iserviceoriented.com/blog/post/Indisposable+-+WCF+Gotcha+1.aspx"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://www.infoq.com/articles/interview-servicestack">
    <title>Interview With Demis Bellot, Project Lead of ServiceStack - Part 1</title>
    <dc:date>2015-06-29T02:25:27+00:00</dc:date>
    <link>http://www.infoq.com/articles/interview-servicestack</link>
    <dc:creator>keithly</dc:creator><dc:subject>development wcf dev-architecture</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:keithly/b:de9f15b9f07e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:keithly/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:keithly/t:wcf"/>
	<rdf:li rdf:resource="https://pinboard.in/u:keithly/t:dev-architecture"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://visualstudiomagazine.com/blogs/data-driver/2014/04/wcf-data-services-and-odata.aspx">
    <title>Devs Blast Microsoft Turnaround on WCF Data Services and OData -- Visual Studio Magazine</title>
    <dc:date>2015-05-20T14:52:27+00:00</dc:date>
    <link>https://visualstudiomagazine.com/blogs/data-driver/2014/04/wcf-data-services-and-odata.aspx</link>
    <dc:creator>keithly</dc:creator><dc:subject>.net wcf webapi</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:keithly/b:15527257d6c4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:keithly/t:.net"/>
	<rdf:li rdf:resource="https://pinboard.in/u:keithly/t:wcf"/>
	<rdf:li rdf:resource="https://pinboard.in/u:keithly/t:webapi"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://old.iserviceoriented.com/blog/post/Indisposable+-+WCF+Gotcha+1.aspx">
    <title>iServiceOriented.com - Indisposable - WCF Gotcha 1</title>
    <dc:date>2011-05-09T20:14:59+00:00</dc:date>
    <link>http://old.iserviceoriented.com/blog/post/Indisposable+-+WCF+Gotcha+1.aspx</link>
    <dc:creator>keithly</dc:creator><description><![CDATA[Everywhere else in the .NET framework, you can count on Dispose cleaning up your object... not so in this case. The problem is that Dispose actually calls Close, and if you are using something like the WsHttpBinding, Close doesn't just clean up resources managed by the object. Close actually needs to make a call to the server and tell the server to clean up your session before it shuts down. When that call back to the server can't be made for any reason--which can happen quite often--Close fires an exception and the object is not disposed. There is another method, Abort, which you need to call to clean up the object's state. ]]></description>
<dc:subject>wcf IDisposable</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:keithly/b:87f5b0bc2c0d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:keithly/t:wcf"/>
	<rdf:li rdf:resource="https://pinboard.in/u:keithly/t:IDisposable"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>