Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
Generaldata access application block Pin
SimonS21-May-02 0:08
SimonS21-May-02 0:08 
GeneralRe: data access application block Pin
James T. Johnson21-May-02 4:56
James T. Johnson21-May-02 4:56 
GeneralDisabling Virtual Memory Swapping ..... Pin
Pranoti20-May-02 23:41
Pranoti20-May-02 23:41 
GeneralRe: Disabling Virtual Memory Swapping ..... Pin
James T. Johnson21-May-02 6:02
James T. Johnson21-May-02 6:02 
GeneralAssemblies with C# Pin
G. Caudillo20-May-02 17:37
G. Caudillo20-May-02 17:37 
GeneralRe: Assemblies with C# Pin
Eric Gunnerson (msft)21-May-02 10:38
Eric Gunnerson (msft)21-May-02 10:38 
GeneralRe: Assemblies with C# Pin
Rickard Andersson2021-May-02 20:45
Rickard Andersson2021-May-02 20:45 
GeneralRe: Assemblies with C# Pin
Russell Morris24-May-02 10:03
Russell Morris24-May-02 10:03 
Rickard Andersson wrote:
An assembly is an EXE or DLL, something that you can execute.... right?

Often, but not always. An assembly can be made up of multiple files that are all thought of as part of the 'assembly'. So, for instance:

A single-file assembly:
MyAssembly.dll

A multi-file assembly:
MyAssembly.dll
MyPic.gif
OtherPic.gif
CompiledModule.netmodule

The single-file assembly is just that - a completely self contained assembly. The multi-file assembly is an assembly that is made up of multiple files. The MyAssembly.dll contains an Assembly Manifest, which references the external files MyPic.gif,OtherPic.gif, and CompiledModule.netmodule as being part of this assembly.

VS.NET won't really let you explicitly build multi-file assemblies, but they can be easily built from the command-line compiler.

Anyway, the point of the matter is that an 'Assembly' is a logical, versioned unit of code and data deployment. Assemblies aren't always contained in one file.

--
Russell Morris

"WOW! Chocolate - half price!" - Homer Simpson, while in the land of chocolate.
GeneralHelp for a beginner Pin
Giladi19-May-02 23:33
Giladi19-May-02 23:33 
GeneralRe: Help for a beginner Pin
Nish Nishant19-May-02 23:41
sitebuilderNish Nishant19-May-02 23:41 
GeneralRe: Help for a beginner Pin
Giladi19-May-02 23:44
Giladi19-May-02 23:44 
GeneralForm Inheritance Pin
SimmoTech19-May-02 22:07
SimmoTech19-May-02 22:07 
GeneralRe: Form Inheritance Pin
Nish Nishant19-May-02 23:43
sitebuilderNish Nishant19-May-02 23:43 
GeneralMoving PictureBox Around Pin
Nick Parker19-May-02 13:52
protectorNick Parker19-May-02 13:52 
GeneralRe: Moving PictureBox Around Pin
SHaroz20-May-02 7:58
SHaroz20-May-02 7:58 
Questionhelp! how can I rewrite struct with union in C#? Pin
Li-kai Liu (Angus)18-May-02 18:20
Li-kai Liu (Angus)18-May-02 18:20 
AnswerRe: help! how can I rewrite struct with union in C#? Pin
Rama Krishna Vavilala18-May-02 18:27
Rama Krishna Vavilala18-May-02 18:27 
GeneralRe: help! how can I rewrite struct with union in C#? Pin
Li-kai Liu (Angus)18-May-02 19:29
Li-kai Liu (Angus)18-May-02 19:29 
Questionabout Rama's screensaver? Pin
zhoujun18-May-02 17:15
zhoujun18-May-02 17:15 
AnswerRe: about Rama's screensaver? Pin
Christian Graus18-May-02 17:31
protectorChristian Graus18-May-02 17:31 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 18:24
sitebuilderNish Nishant18-May-02 18:24 
GeneralRe: about Rama's screensaver? Pin
zhoujun18-May-02 21:37
zhoujun18-May-02 21:37 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 22:04
sitebuilderNish Nishant18-May-02 22:04 
GeneralRe: about Rama's screensaver? Pin
zhoujun18-May-02 22:46
zhoujun18-May-02 22:46 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 23:01
sitebuilderNish Nishant18-May-02 23:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.