HighTechTalks DotNet Forums  

CLR hosting project

Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss CLR hosting project in the Dotnet Framework (CLR) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Richard
 
Posts: n/a

Default CLR hosting project - 04-03-2006 , 02:22 PM






Hello

While playing with some new DotNet 2.0 features like CLR hosting
I developed a utility which might be usefull for others so let me
share here some infos about it. In the Java world there is the
concept of .jar files. These files group classes and resources into
one file and allow execution of classes from the archive. The utility
I developed does the same for the DotNet world by hosting the CLR
in an unmanaged VC++ application. It's called NAR Loader,
can be found at

http://www.min.at/nar

and allows to group assemblies in one archive file (a .nar file which
is a standard zip archive just with a .nar extension) and to run them
right out of the archive. This also simplifies software deployment. The
loader works and is in beta state. You can download and read more
about it under the URL given above.

Maybe it's interesting for others

Richard


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.