Answer Posted / 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 |
Post New Answer View All Answers
Explain the garbage collection process?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Tell me what is serialization?
What is the purpose of IClonable interface in .NET?
Tell us what is a variable of implicit type and what is its scope?
Define marshling?
What is common language specification (cls)?
What is strong-typing versus weak-typing? Which is preferred?
Which namespace is require to used XML in .NET?
What are .net applications?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
Write the .net syntax for 'for loop'?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
Do you know what is the difference between an abstract class and an interface?
Show different types of collection in .NET?