What are the contents of assembly?
Answers were Sorted based on User's Feedback
Answer / nikhil
Assembly contains following in the order:
1. Assembly Menifest
2. Type Metadata
3. MSIL Code
4. Resource (if any)
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rahul
1.manifest
2.IL Intermediate language
3.Metadata
4. Bitmaps
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kirti
In general, a static assembly can consist of four elements:
The assembly manifest, which contains assembly metadata.
Type metadata.
Microsoft intermediate language (MSIL) code that implements the types.
A set of resources.
Is This Answer Correct ? | 0 Yes | 0 No |
What is typical about a windows process in regards to memory allocation in dot net?
What are code contracts?
Explain attributes in dot net?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
Explain me what is .net web service?
Explain the difference between asp.net & vb.net and explain architecture?
Explain the difference between the stack and the heap?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
What should you do to store an object in a viewstate?
Explain soap and xml?
What is CCW (COM Callable Wrapper)