<?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: S#arp Architecture</title>
	<atom:link href="http://annoyed.ca/2008/12/19/sarp-architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://annoyed.ca/2008/12/19/sarp-architecture/</link>
	<description>Life - Technology</description>
	<lastBuildDate>Fri, 04 Mar 2011 18:40:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: drammer</title>
		<link>http://annoyed.ca/2008/12/19/sarp-architecture/comment-page-1/#comment-40</link>
		<dc:creator>drammer</dc:creator>
		<pubDate>Sun, 13 Feb 2011 16:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://annoyed.ca/2008/12/19/sarp-architecture/#comment-40</guid>
		<description>Brilliant!

Now I can say I&#039;m rusty on VB.Net. I did not think I have to do an &quot;Imports&quot; on an NotInheritable class. With C#, we don&#039;t have to do that.

Thanks!</description>
		<content:encoded><![CDATA[<p>Brilliant!</p>
<p>Now I can say I&#8217;m rusty on VB.Net. I did not think I have to do an &#8220;Imports&#8221; on an NotInheritable class. With C#, we don&#8217;t have to do that.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annoyed</title>
		<link>http://annoyed.ca/2008/12/19/sarp-architecture/comment-page-1/#comment-39</link>
		<dc:creator>annoyed</dc:creator>
		<pubDate>Sun, 13 Feb 2011 15:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://annoyed.ca/2008/12/19/sarp-architecture/#comment-39</guid>
		<description>@drammer

Should be:

container.Register(AllTypes.Pick().FromAssemblyNamed(&quot;Northwind.Data&quot;).WithService.FirstNonGenericCoreInterface(&quot;Northwind.Core&quot;))


You&#039;ll need these 3 imports:

Imports Castle.Windsor
Imports Castle.MicroKernel.Registration
Imports SharpArch.Web.Castle.WindsorExtensions</description>
		<content:encoded><![CDATA[<p>@drammer</p>
<p>Should be:</p>
<p>container.Register(AllTypes.Pick().FromAssemblyNamed(&#8220;Northwind.Data&#8221;).WithService.FirstNonGenericCoreInterface(&#8220;Northwind.Core&#8221;))</p>
<p>You&#8217;ll need these 3 imports:</p>
<p>Imports Castle.Windsor<br />
Imports Castle.MicroKernel.Registration<br />
Imports SharpArch.Web.Castle.WindsorExtensions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drammer</title>
		<link>http://annoyed.ca/2008/12/19/sarp-architecture/comment-page-1/#comment-38</link>
		<dc:creator>drammer</dc:creator>
		<pubDate>Sun, 13 Feb 2011 15:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://annoyed.ca/2008/12/19/sarp-architecture/#comment-38</guid>
		<description>Hello,

Were you able to convert this code into VB? And can you share the code?

 container.Register(
                AllTypes.Pick()
                .FromAssemblyNamed(&quot;Northwind.Data&quot;)
                .WithService.FirstNonGenericCoreInterface(&quot;Northwind.Core&quot;));</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Were you able to convert this code into VB? And can you share the code?</p>
<p> container.Register(<br />
                AllTypes.Pick()<br />
                .FromAssemblyNamed(&#8220;Northwind.Data&#8221;)<br />
                .WithService.FirstNonGenericCoreInterface(&#8220;Northwind.Core&#8221;));</p>
]]></content:encoded>
	</item>
</channel>
</rss>

