<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How To Create Application Plug-ins In VB.NET</title>
	<link>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Thu, 16 Oct 2008 01:48:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Jouke</title>
		<link>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-1196</link>
		<author>Jouke</author>
		<pubDate>Mon, 01 Sep 2008 09:29:11 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-1196</guid>
		<description>Is it possible for the plugin to get info from the host?</description>
		<content:encoded><![CDATA[<p>Is it possible for the plugin to get info from the host?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-993</link>
		<author>Mike</author>
		<pubDate>Tue, 29 Jan 2008 19:28:52 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-993</guid>
		<description>Doesn't the assembly remain loaded though? I'd like to be able to update the plug-in while my program is still running.
Can you not just reference a DLL and achieve the same effect?</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t the assembly remain loaded though? I&#8217;d like to be able to update the plug-in while my program is still running.<br />
Can you not just reference a DLL and achieve the same effect?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfrankcarr</title>
		<link>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-854</link>
		<author>jfrankcarr</author>
		<pubDate>Mon, 05 Nov 2007 16:47:32 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-854</guid>
		<description>Hi Karl,

Check out my new post: &lt;a href="http://vbnotebookfor.net/2007/11/05/application-plug-ins-code-example-update/" rel="nofollow"&gt;Application Plug-ins Code Example Update&lt;/a&gt;. Follow the instructions in that article and you should be good to go.</description>
		<content:encoded><![CDATA[<p>Hi Karl,</p>
<p>Check out my new post: <a href="http://vbnotebookfor.net/2007/11/05/application-plug-ins-code-example-update/" rel="nofollow">Application Plug-ins Code Example Update</a>. Follow the instructions in that article and you should be good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Stoney</title>
		<link>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-852</link>
		<author>Karl Stoney</author>
		<pubDate>Mon, 05 Nov 2007 12:31:34 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-852</guid>
		<description>Hi, 
This is really great i've been searching for somthing like this for ages, but i'm still having difficulty grasping reflection, would you send me an example project + plugin ?  I would really appreciate it.

Karl.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This is really great i&#8217;ve been searching for somthing like this for ages, but i&#8217;m still having difficulty grasping reflection, would you send me an example project + plugin ?  I would really appreciate it.</p>
<p>Karl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfrankcarr</title>
		<link>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-736</link>
		<author>jfrankcarr</author>
		<pubDate>Wed, 10 Oct 2007 18:56:40 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-736</guid>
		<description>Yes, it will work for web apps. You do have to be more mindful of the performance hit though. It can be particularly effective for background processes called from a web interface or through a web service. This can allow you to add additional services for specific customers easily.

As for keeping up with the DLLs I store the location of a client's specific DLL in their account record in the DB.</description>
		<content:encoded><![CDATA[<p>Yes, it will work for web apps. You do have to be more mindful of the performance hit though. It can be particularly effective for background processes called from a web interface or through a web service. This can allow you to add additional services for specific customers easily.</p>
<p>As for keeping up with the DLLs I store the location of a client&#8217;s specific DLL in their account record in the DB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeP</title>
		<link>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-735</link>
		<author>MikeP</author>
		<pubDate>Wed, 10 Oct 2007 16:22:18 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/09/how-to-create-application-plug-ins-in-vbnet/#comment-735</guid>
		<description>Will this work for web apps too? 

How do you keep up with which DLL you need to load in a situation?</description>
		<content:encoded><![CDATA[<p>Will this work for web apps too? </p>
<p>How do you keep up with which DLL you need to load in a situation?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
