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's the problem with .net generics?
<li id="Accomodation" runat="server" visible="false"><a href="../searchaccommodation.aspx?">Accomm</a></li> i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;
What are the deferred execution and the immediate execution in linq?
How you apply a theme in whole application in .Net?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
What do the terms “boxing” and “unboxing” mean?
What is a formatter?
Explain me what is .net web service?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Explain the top .net class that everything is derived from?
What property do you have to set to tell the grid which page to go to when using the Pager object?