What is Assembly?
Answer / versha
assembly is unit of deployment like .exe,.dll
in case of assembly all information of assembly is stored
in manifest.this give information like version number,scope
of variable etc.we can see it using ILDASM .
types
1)private
2)shared
| Is This Answer Correct ? | 5 Yes | 0 No |
Please explain what inheritance is, and why it's important?
Can I write my own .net host?
What is the managed and unmanaged code in .net?
What are object pooling and connection pooling and difference?
How to create properties and methods using controls?
What is shared and repeatable inheritance?
Which namespace is the base class for .net Class library?
What's wrong with a line like this? Datetime.parse(mystring);
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What are .net applications?
Describe the programming model of a windows service
How Garbage Collector (GC) Works?