Answer Posted / narendra
An assembly represents a group of resources,type
definitions,and implementation of those types.
An ASSembly is self describing .an assembly consists
metadata information, which is used by CLR for everything
from typechecking and security to actually invoking the
component methods.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write the .net syntax for 'for loop'?
How viewstate is being formed and how it's stored on client in .net?
What are the authentication methods in .net?
State the various features present in .NET?
What is .net environment?
What are the advantages of .net core?
How anonymous method is different from a lambda expression?
What is cyclomatic complexity and why is it important?
What are the purposes of using .net?
What is RCW (Run time Callable Wrappers)?
Explain different types of html, web and server controls.
Explain why do we use the “using” statement?
What is different between webusercontrol and in webcustomcontrol?
What is the difference between reference type and value type?
Explain what inheritance is, and why it's important?