Click here to Skip to main content
15,916,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: Data Formatting Expression Pin
Brian Delahunty17-Jun-04 6:55
Brian Delahunty17-Jun-04 6:55 
GeneralMessaging system Pin
jremignanti17-Jun-04 3:46
jremignanti17-Jun-04 3:46 
GeneralRe: Messaging system Pin
Mazdak17-Jun-04 4:53
Mazdak17-Jun-04 4:53 
GeneralRe: Messaging system Pin
Heath Stewart18-Jun-04 5:07
protectorHeath Stewart18-Jun-04 5:07 
Generalarrowup / arrowdown char Pin
Member 117814517-Jun-04 3:33
Member 117814517-Jun-04 3:33 
GeneralRe: arrowup / arrowdown char Pin
Aaron Eldreth17-Jun-04 4:31
Aaron Eldreth17-Jun-04 4:31 
QuestionASSEMBLY?!? Pin
Brendan Vogt17-Jun-04 2:32
Brendan Vogt17-Jun-04 2:32 
AnswerRe: ASSEMBLY?!? Pin
Heath Stewart17-Jun-04 3:03
protectorHeath Stewart17-Jun-04 3:03 
An assembly consists of a manifest. That's really all that's required. If can have zero or more of modules (contains the IL), embedded resources, dependencies, files (not currently supported by the C# compiler), external references (to native modules for P/Invoke) and assembly-attributes.

If all you're doing is compiling a project in VS.NET, you really don't need to worry about it.

There are more advanced things you can do if you understand the assembly, versioning, etc. You can find more information in the .NET Framework SDK, such as assembly version redirection, satellite assemblies (specific to a culture but contains no modules), etc.

 

Microsoft MVP, Visual C#
My Articles
AnswerRe: ASSEMBLY?!? Pin
Corinna John17-Jun-04 3:02
Corinna John17-Jun-04 3:02 
GeneralRe: ASSEMBLY?!? Pin
Heath Stewart17-Jun-04 3:22
protectorHeath Stewart17-Jun-04 3:22 
Generalcomparing objects Pin
saud_a_k17-Jun-04 1:15
saud_a_k17-Jun-04 1:15 
GeneralRe: comparing objects Pin
Corinna John17-Jun-04 1:27
Corinna John17-Jun-04 1:27 
GeneralRe: comparing objects Pin
saud_a_k17-Jun-04 1:58
saud_a_k17-Jun-04 1:58 
GeneralRe: comparing objects Pin
Corinna John17-Jun-04 2:03
Corinna John17-Jun-04 2:03 
GeneralRe: comparing objects Pin
saud_a_k17-Jun-04 2:12
saud_a_k17-Jun-04 2:12 
GeneralRe: comparing objects Pin
saud_a_k17-Jun-04 2:25
saud_a_k17-Jun-04 2:25 
GeneralRe: comparing objects Pin
Heath Stewart17-Jun-04 1:30
protectorHeath Stewart17-Jun-04 1:30 
GeneralRe: comparing objects Pin
sreejith ss nair17-Jun-04 1:43
sreejith ss nair17-Jun-04 1:43 
GeneralRe: comparing objects Pin
saud_a_k17-Jun-04 1:48
saud_a_k17-Jun-04 1:48 
GeneralRe: comparing objects Pin
Heath Stewart17-Jun-04 1:54
protectorHeath Stewart17-Jun-04 1:54 
GeneralRe: comparing objects Pin
Heath Stewart17-Jun-04 1:49
protectorHeath Stewart17-Jun-04 1:49 
GeneralRe: comparing objects Pin
saud_a_k17-Jun-04 2:03
saud_a_k17-Jun-04 2:03 
GeneralRe: comparing objects Pin
Heath Stewart17-Jun-04 2:10
protectorHeath Stewart17-Jun-04 2:10 
GeneralRe: comparing objects Pin
saud_a_k17-Jun-04 2:41
saud_a_k17-Jun-04 2:41 
GeneralRe: comparing objects Pin
Heath Stewart17-Jun-04 3:00
protectorHeath Stewart17-Jun-04 3:00 

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.