<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Netmodule vs. Assembly</title><link>http://blogs.msdn.com/junfeng/archive/2005/02/12/371683.aspx</link><description>In .Net framework Assembly is the minimum unit of deployment. You cannot deploy anything less than an assembly. To CLR, a type does not exist outside of the context of an assembly. Assembly can contain one or more files . The files can be any physical</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Netmodule vs. Assembly</title><link>http://blogs.msdn.com/junfeng/archive/2005/02/12/371683.aspx#372061</link><pubDate>Mon, 14 Feb 2005 01:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:372061</guid><dc:creator>Mike Stall [MS]</dc:creator><description>Some random trivia: the new MDbg (managed replacemant of Cordbg) actually takes advantage of Netmodules in beta 2 for reason #1 above. We want to compile multiple languages (C# and IL) all into a single dll (to be called Mdbgcore.dll). We use link.exe to merge.</description></item><item><title>re: Netmodule vs. Assembly</title><link>http://blogs.msdn.com/junfeng/archive/2005/02/12/371683.aspx#372998</link><pubDate>Tue, 15 Feb 2005 15:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:372998</guid><dc:creator>Daniel Moth</dc:creator><description>You wrote:&lt;br&gt;&amp;gt;&amp;gt;.Net framework 2.0 link.exe can link multiple netmodules into a single file assembly. But it still requires the inputs as netmodules&lt;br&gt;&lt;br&gt;I kindly ask:&lt;br&gt;So with dotnet 2.0, given two files a.netmobule and b.netmodule what options do I use with link.exe from the command line in order to get a c.exe (assuming that a.netmodule was generated with vbc and b.netmodule was generated with csc and it includes an entry point D.E.Main)? &lt;br&gt;&lt;br&gt;Note that instead of generating b.netmodule I can use csc to generate b.exe but that forces me to keep both the b.exe file and the a.netmodule together; the goal is to end up with 1 distributable file something like ilmerge. I am aware this is possible in VS2005 for C++ projects, I am looking for how to achieve it from the command line with no other files other than my vb and c# ones.&lt;br&gt;</description></item><item><title>re: Netmodule vs. Assembly</title><link>http://blogs.msdn.com/junfeng/archive/2005/02/12/371683.aspx#373013</link><pubDate>Tue, 15 Feb 2005 15:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:373013</guid><dc:creator>Daniel Moth</dc:creator><description>Strike that question... it was in the context of WindowsCE but I finally got it working! :-D</description></item><item><title>Mixing C# and VB.NET in one assembly</title><link>http://blogs.msdn.com/junfeng/archive/2005/02/12/371683.aspx#711371</link><pubDate>Tue, 22 Aug 2006 01:19:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:711371</guid><dc:creator>Thomas Freudenberg's Blog</dc:creator><description>A couple of weeks ago Jayson Knight invited me to join the CSMVP's ' CSModules package . This project</description></item><item><title>What are .NET netmodules and why you would want to use them over .NET assemblies</title><link>http://blogs.msdn.com/junfeng/archive/2005/02/12/371683.aspx#1503807</link><pubDate>Sun, 21 Jan 2007 21:32:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1503807</guid><dc:creator>Angelos Petropoulos' WebLog</dc:creator><description>&lt;p&gt;What are .NET netmodules and why you would want to use them over .NET assemblies&lt;/p&gt;
</description></item><item><title>  Loading &amp;quot;collocated&amp;quot; file dependencies at runtime | Aaron Lerch</title><link>http://blogs.msdn.com/junfeng/archive/2005/02/12/371683.aspx#6742289</link><pubDate>Wed, 12 Dec 2007 07:42:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6742289</guid><dc:creator>  Loading "collocated" file dependencies at runtime | Aaron Lerch</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.aaronlerch.com/blog/2007/12/12/loading-collocated-file-dependencies-at-runtime/"&gt;http://www.aaronlerch.com/blog/2007/12/12/loading-collocated-file-dependencies-at-runtime/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Netmodule vs. Assembly</title><link>http://blogs.msdn.com/junfeng/archive/2005/02/12/371683.aspx#8178985</link><pubDate>Thu, 13 Mar 2008 08:50:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8178985</guid><dc:creator>许晓光</dc:creator><description>&lt;p&gt;In.NetframeworkAssemblyistheminimumunitofdeployment.Youcannotdeployanythinglessthana...&lt;/p&gt;
</description></item></channel></rss>