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
How do http sessions work?
Explain how to prepare culture-specific formatting in .net.
What is the use of data set in asp.net?
What is the file extension of web service?
What is state management in .net?
What is css in asp.net?
What is the use of autowireup in asp.net?
What are the validation controls available in ASP.NET?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is the difference between Session and response.Redirect?
how to retrieve property settings from xml .config file.
What does the .webpart file do?
How to implement globalization and localization in the use interface in .net.
Where is asp.net view state stored?
Where sessions are stored?