<?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: C# Wishlist: Post-Constructor Method</title>
	<atom:link href="http://thepursuitofalife.com/c-wishlist-post-constructor-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepursuitofalife.com/c-wishlist-post-constructor-method/</link>
	<description>Wouldn&#039;t you rather be writing code?</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:41:58 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raja Nagendra Kumar</title>
		<link>http://thepursuitofalife.com/c-wishlist-post-constructor-method/comment-page-1/#comment-440</link>
		<dc:creator>Raja Nagendra Kumar</dc:creator>
		<pubDate>Wed, 01 Oct 2008 11:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/2008/01/09/c-wishlist-post-constructor-method/#comment-440</guid>
		<description>We too are looking for such feature, in another context..

It is in the inheritance chain, few methods needs to be call after both parent and child constructors are called.. such as display of the UI screen..

Showing it in parent would mean, before child adds all its specialisations, the form would get displayed etc..

I would see this to be OOAD extention feature..</description>
		<content:encoded><![CDATA[<p>We too are looking for such feature, in another context..</p>
<p>It is in the inheritance chain, few methods needs to be call after both parent and child constructors are called.. such as display of the UI screen..</p>
<p>Showing it in parent would mean, before child adds all its specialisations, the form would get displayed etc..</p>
<p>I would see this to be OOAD extention feature..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Stevens</title>
		<link>http://thepursuitofalife.com/c-wishlist-post-constructor-method/comment-page-1/#comment-439</link>
		<dc:creator>Anthony Stevens</dc:creator>
		<pubDate>Thu, 31 Jan 2008 20:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/2008/01/09/c-wishlist-post-constructor-method/#comment-439</guid>
		<description>Hm ... wouldn&#039;t I have to put a try/finally block in every constructor?  That&#039;s what I would like to avoid.  Or are you thinking that the callers would new() in a try/finally block?</description>
		<content:encoded><![CDATA[<p>Hm &#8230; wouldn&#8217;t I have to put a try/finally block in every constructor?  That&#8217;s what I would like to avoid.  Or are you thinking that the callers would new() in a try/finally block?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W. Kevin Hazzard</title>
		<link>http://thepursuitofalife.com/c-wishlist-post-constructor-method/comment-page-1/#comment-438</link>
		<dc:creator>W. Kevin Hazzard</dc:creator>
		<pubDate>Thu, 31 Jan 2008 20:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/2008/01/09/c-wishlist-post-constructor-method/#comment-438</guid>
		<description>You could, of course, place the construction in a try block and in the finally block, do your post construction proessing. The finally block will alsways run.  -- Kevin</description>
		<content:encoded><![CDATA[<p>You could, of course, place the construction in a try block and in the finally block, do your post construction proessing. The finally block will alsways run.  &#8212; Kevin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
