Answer Posted / praveen dintakurthy
1).Assembly is a file (or) module which compiles to an dll
(or) exe file.
2).Assembly is a logical collection of types,methods and
classes which are packed together and works as a single
functional unit.
3).Assemblies are divided into following categories : -
(a).Private assembly.
(b).Shared assembly.
(c).Satellite aassembly.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the equivalent of date() and time() in asp.net?
In the Repeater control which way you can edit?
Define session in asp.net.
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Explain the Session state management options available with ASP.NET?
What is application variable?
Which type of state management is provided by Query String in ASP.NET?
What are the differences between the response.write() and response.output.write()?
Differentiate between globalization and localization.
How many types of sessions are there in asp net?
how to write html code with ssl
Which method is used to enforce garbage collection in .net?
What are strong names?
What is redirecting behavior?
Explain the role of global.asax?