What are the different parts of an Assembly in .Net?
The different parts of an Assembly are:
•Manifest – Also known as the assembly metadata, it has information about the version of an assembly.
•Type Metadata – Binary information of the program.
•MSIL – Microsoft Intermediate Language code.
•Resources – List of related files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain asp.net?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is a formatter?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
Explain the different parts of an assembly?
Why MVC programming model preferred?
what is prototype design pattern in .net
What is the intermediate language between asp and asp.net1.0?
Explain me what is encapsulation?
What are the differences between user control and server control?
What is view state in .net?
Tell me what is a “jagged array”?