Answer Posted / kirti
Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to be aware of type implementations. To the runtime, a type does not exist outside the context of an assembly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is inproc mode in session?
Explain form level validation and field level validation?
What are strong names?
Explain global assembly cache.
Is LINQ performance wise better or using sqlcommand?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What are client activated objects and server activated objects?
Can you use c# without .net?
Define a web service in .net?
What is the use of worker process in asp.net?
What are the different types of validation controls in asp.net?
How do you identify that the page is postback?
What do you mean by authentication?
How do you hide the columns?
What is the concept of view state in asp.net?