<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Silicon Dreams</title>
	<atom:link href="http://frater.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://frater.wordpress.com</link>
	<description>Like electrons in the aether...</description>
	<lastBuildDate>Thu, 10 Dec 2009 07:39:33 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SQL Server Setup failed to obtain system account information for the ASPNET account. by Rownak Ehsan</title>
		<link>http://frater.wordpress.com/2009/06/14/sql-server-setup-failed-to-obtain-system-account-information-for-the-aspnet-account/#comment-2371</link>
		<dc:creator>Rownak Ehsan</dc:creator>
		<pubDate>Thu, 10 Dec 2009 07:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://frater.wordpress.com/?p=258#comment-2371</guid>
		<description>thanks. it worked.</description>
		<content:encoded><![CDATA[<p>thanks. it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Setup failed to obtain system account information for the ASPNET account. by Ferruccio guicciardi</title>
		<link>http://frater.wordpress.com/2009/06/14/sql-server-setup-failed-to-obtain-system-account-information-for-the-aspnet-account/#comment-2370</link>
		<dc:creator>Ferruccio guicciardi</dc:creator>
		<pubDate>Mon, 07 Dec 2009 16:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://frater.wordpress.com/?p=258#comment-2370</guid>
		<description>its working too!</description>
		<content:encoded><![CDATA[<p>its working too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Setup failed to obtain system account information for the ASPNET account. by Fabrizio Batista</title>
		<link>http://frater.wordpress.com/2009/06/14/sql-server-setup-failed-to-obtain-system-account-information-for-the-aspnet-account/#comment-2369</link>
		<dc:creator>Fabrizio Batista</dc:creator>
		<pubDate>Tue, 01 Dec 2009 16:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://frater.wordpress.com/?p=258#comment-2369</guid>
		<description>thanks, worked correctly</description>
		<content:encoded><![CDATA[<p>thanks, worked correctly</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Setup failed to obtain system account information for the ASPNET account. by nag satish</title>
		<link>http://frater.wordpress.com/2009/06/14/sql-server-setup-failed-to-obtain-system-account-information-for-the-aspnet-account/#comment-2368</link>
		<dc:creator>nag satish</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://frater.wordpress.com/?p=258#comment-2368</guid>
		<description>Thanks alot frater.</description>
		<content:encoded><![CDATA[<p>Thanks alot frater.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Setup failed to obtain system account information for the ASPNET account. by Maddy</title>
		<link>http://frater.wordpress.com/2009/06/14/sql-server-setup-failed-to-obtain-system-account-information-for-the-aspnet-account/#comment-2367</link>
		<dc:creator>Maddy</dc:creator>
		<pubDate>Wed, 25 Nov 2009 12:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://frater.wordpress.com/?p=258#comment-2367</guid>
		<description>Thanks Buddy,
Great help u done...</description>
		<content:encoded><![CDATA[<p>Thanks Buddy,<br />
Great help u done&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Setup failed to obtain system account information for the ASPNET account. by Lori</title>
		<link>http://frater.wordpress.com/2009/06/14/sql-server-setup-failed-to-obtain-system-account-information-for-the-aspnet-account/#comment-2366</link>
		<dc:creator>Lori</dc:creator>
		<pubDate>Tue, 24 Nov 2009 21:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://frater.wordpress.com/?p=258#comment-2366</guid>
		<description>Perfect, thanks!</description>
		<content:encoded><![CDATA[<p>Perfect, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instantiating Classes through reflection using C# &#8211; Dynamic Object Creation by NS</title>
		<link>http://frater.wordpress.com/2007/06/24/instantiating-classes-through-reflection-using-c-dynamic-object-creation/#comment-2365</link>
		<dc:creator>NS</dc:creator>
		<pubDate>Wed, 18 Nov 2009 09:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://frater.wordpress.com/2007/06/24/instantiating-classes-through-reflection-using-c-dynamic-object-creation/#comment-2365</guid>
		<description>System.Reflection.Emit contains a class called TypeBuilder that will let you build dynamic types.  That will perform much better than this approach.  

This approach is great if you have a system that (for example) needs to allow technical users to add additional behaviours to the system by writing their own code, but if you as the developer are building/defining dynamic types, then the perfomance of this approach will be very very poor.</description>
		<content:encoded><![CDATA[<p>System.Reflection.Emit contains a class called TypeBuilder that will let you build dynamic types.  That will perform much better than this approach.  </p>
<p>This approach is great if you have a system that (for example) needs to allow technical users to add additional behaviours to the system by writing their own code, but if you as the developer are building/defining dynamic types, then the perfomance of this approach will be very very poor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Edition Change Check Warning by ARASH</title>
		<link>http://frater.wordpress.com/2009/06/13/edition-change-check-warning/#comment-2364</link>
		<dc:creator>ARASH</dc:creator>
		<pubDate>Wed, 18 Nov 2009 07:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://frater.wordpress.com/?p=254#comment-2364</guid>
		<description>NICE WEBSITE
THANKS FOR HELP :)</description>
		<content:encoded><![CDATA[<p>NICE WEBSITE<br />
THANKS FOR HELP <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Instantiating Classes through reflection using C# &#8211; Dynamic Object Creation by Bob Kaine</title>
		<link>http://frater.wordpress.com/2007/06/24/instantiating-classes-through-reflection-using-c-dynamic-object-creation/#comment-2363</link>
		<dc:creator>Bob Kaine</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://frater.wordpress.com/2007/06/24/instantiating-classes-through-reflection-using-c-dynamic-object-creation/#comment-2363</guid>
		<description>Exactly how would I implement this though.

I want to create a class based on a base class (methods predefined) using data from a database. 

In other words say I query tblTemplates for Templates and it returns 2 templates, and i query tblProperties for properties associated with these templates, I&#039;d want to add to my base class

public class Template1
{
      public string property1 { get; set; }
}
public class Template2
{
      public string property1 { get; set; }
}</description>
		<content:encoded><![CDATA[<p>Exactly how would I implement this though.</p>
<p>I want to create a class based on a base class (methods predefined) using data from a database. </p>
<p>In other words say I query tblTemplates for Templates and it returns 2 templates, and i query tblProperties for properties associated with these templates, I&#8217;d want to add to my base class</p>
<p>public class Template1<br />
{<br />
      public string property1 { get; set; }<br />
}<br />
public class Template2<br />
{<br />
      public string property1 { get; set; }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The most famous amazon review of all time by tonucatien</title>
		<link>http://frater.wordpress.com/2007/01/12/the-most-famous-amazon-review-of-all-time/#comment-2362</link>
		<dc:creator>tonucatien</dc:creator>
		<pubDate>Wed, 04 Nov 2009 12:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://frater.wordpress.com/2007/01/12/the-most-famous-amazon-review-of-all-time/#comment-2362</guid>
		<description>How can I follow your blog?</description>
		<content:encoded><![CDATA[<p>How can I follow your blog?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
