<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Request/Response Service Layer Series</title> <atom:link href="http://davybrion.com/blog/2009/11/requestresponse-service-layer-series/feed/" rel="self" type="application/rss+xml" /><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-series/</link> <description>inquisitive: adjective. given to inquiry, research, or asking questions; eager for knowledge; intellectually curious</description> <lastBuildDate>Tue, 22 May 2012 17:40:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Using MEF in a Request/Response Service Layer &#171; DarioSantarelli.Blog(this);</title><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-series/comment-page-1/#comment-104322</link> <dc:creator>Using MEF in a Request/Response Service Layer &#171; DarioSantarelli.Blog(this);</dc:creator> <pubDate>Fri, 30 Dec 2011 15:17:30 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1794#comment-104322</guid> <description>[...] In this post I’ve tried to show how I used MEF to plug request handlers in a request/response service layer similar to Agatha. I have not written anything about serialization issues when exposing the service layer through WCF. Moreover, I haven&#8217;t treated any aspects about request handlers such as objects lifecycles or error management. I think that any question about these service layer insights can find good answers after reading the Davy Brion’s Request/Response Service Layer Series. [...]</description> <content:encoded><![CDATA[<p>[...] In this post I’ve tried to show how I used MEF to plug request handlers in a request/response service layer similar to Agatha. I have not written anything about serialization issues when exposing the service layer through WCF. Moreover, I haven&#8217;t treated any aspects about request handlers such as objects lifecycles or error management. I think that any question about these service layer insights can find good answers after reading the Davy Brion’s Request/Response Service Layer Series. [...]</p> ]]></content:encoded> </item> <item><title>By: Request/Response Service Layer: Testing Synchronous Client-Side Usage</title><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-series/comment-page-1/#comment-101132</link> <dc:creator>Request/Response Service Layer: Testing Synchronous Client-Side Usage</dc:creator> <pubDate>Sun, 04 Sep 2011 01:25:00 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1794#comment-101132</guid> <description>[...] Request/Response Service LayerNote: This post is part of a series. Be sure to read the introduction here.If you want to write automated tests for your client-side code, it&#039;s often useful to replace the [...]</description> <content:encoded><![CDATA[<p>[...] Request/Response Service LayerNote: This post is part of a series. Be sure to read the introduction here.If you want to write automated tests for your client-side code, it&#039;s often useful to replace the [...]</p> ]]></content:encoded> </item> <item><title>By: Request/Response Service Layer: Asynchronous Client-Side Usage</title><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-series/comment-page-1/#comment-101131</link> <dc:creator>Request/Response Service Layer: Asynchronous Client-Side Usage</dc:creator> <pubDate>Sun, 04 Sep 2011 01:19:47 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1794#comment-101131</guid> <description>[...] Request/Response Service LayerNote: This post is part of a series. Be sure to read the introduction here.First of all, i would like to mention that i am by no means an expert on WCF and asynchronous [...]</description> <content:encoded><![CDATA[<p>[...] Request/Response Service LayerNote: This post is part of a series. Be sure to read the introduction here.First of all, i would like to mention that i am by no means an expert on WCF and asynchronous [...]</p> ]]></content:encoded> </item> <item><title>By: Request/Response Service Layer: Testing Asynchronous Client-Side Usage</title><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-series/comment-page-1/#comment-101130</link> <dc:creator>Request/Response Service Layer: Testing Asynchronous Client-Side Usage</dc:creator> <pubDate>Sun, 04 Sep 2011 01:08:37 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1794#comment-101130</guid> <description>[...] Request/Response Service LayerNote: This post is part of a series. Be sure to read the introduction here.Writing automated tests for asynchronous operations in general can be pretty cumbersome. In the [...]</description> <content:encoded><![CDATA[<p>[...] Request/Response Service LayerNote: This post is part of a series. Be sure to read the introduction here.Writing automated tests for asynchronous operations in general can be pretty cumbersome. In the [...]</p> ]]></content:encoded> </item> <item><title>By: MVP In Silverlight/WPF: Implementing The Overview UserControl</title><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-series/comment-page-1/#comment-101125</link> <dc:creator>MVP In Silverlight/WPF: Implementing The Overview UserControl</dc:creator> <pubDate>Sat, 03 Sep 2011 17:04:08 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1794#comment-101125</guid> <description>[...] you&#039;re unfamiliar with this kind of Request/Response Service Layer implementation, you can catch up here)And the UserGroupDto class looks like this: public class UserGroupDto { public Guid Id { get; set; [...]</description> <content:encoded><![CDATA[<p>[...] you&#039;re unfamiliar with this kind of Request/Response Service Layer implementation, you can catch up here)And the UserGroupDto class looks like this: public class UserGroupDto { public Guid Id { get; set; [...]</p> ]]></content:encoded> </item> <item><title>By: Josh</title><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-series/comment-page-1/#comment-22938</link> <dc:creator>Josh</dc:creator> <pubDate>Thu, 12 Nov 2009 21:23:26 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1794#comment-22938</guid> <description>Just wanted to thank you for this series. Like the ORM series, even if there are frameworks available this gives a good insight into the internals and the reasoning behind some of the decisions made. Appreciate it!</description> <content:encoded><![CDATA[<p>Just wanted to thank you for this series. Like the ORM series, even if there are frameworks available this gives a good insight into the internals and the reasoning behind some of the decisions made. Appreciate it!</p> ]]></content:encoded> </item> <item><title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #472</title><link>http://davybrion.com/blog/2009/11/requestresponse-service-layer-series/comment-page-1/#comment-22895</link> <dc:creator>Reflective Perspective - Chris Alcock &#187; The Morning Brew #472</dc:creator> <pubDate>Mon, 09 Nov 2009 08:46:45 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1794#comment-22895</guid> <description>[...] Request/Response Service Layer Series - Davy Brion beigns a new series of posts on the Request /Response service layer, with his first post Requests And Responses  looking at the basics of the Request Response service layer [...]</description> <content:encoded><![CDATA[<p>[...] Request/Response Service Layer Series &#8211; Davy Brion beigns a new series of posts on the Request /Response service layer, with his first post Requests And Responses  looking at the basics of the Request Response service layer [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 420/496 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d18sni7re4ly7f.cloudfront.net

Served from: davybrion.com @ 2012-05-23 01:26:57 -->
