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 |
C++ & C# differences ?
Major role of CLR for CAS
State the various features present in .NET?
How to create multiple inheritance in c#, with example?
How does u handle this COM components developed in other programming languages in .NET?
What is use of ContextUtil class?
Where does the gac exist ?
Can you create instance of a class which has private constructor?
What is the concept of inheritance in .net?
Explain the two different types of typecasting?
Differentiate between managed and unmanaged code?
Explain how to stop a thread?