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 |
What is MSIL, IL, CTS?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Define satelite assembly?
What is .net technology?
What is CCW (COM Callable Wrapper)
What is static constructor, when it will be fired?
Explain about Behavioral design pattern?
What is reflection in microsoft .net context?
What is a .DLL and .EXE files called in .NET?
what is managed data and managed code?
Which file is taken by compiler when we have both file Application and Server Configuration file?
What is a serviced component?