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
Explain the difference between dataset and datareader.
what is loosely coupled solution? How it can be used?
What is the difference between web config and machine config files?
What is the main differences between asp and asp.net?
Explain the asp.net mvc request life cycle? : asp.net mvc
Can you explain how ASP.NET application life cycle and page life cycle events fire?
In Code-Behind class which kind of code (server or client) is found ?
Is LINQ performance wise better or using sqlcommand?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Why we use content place holder in asp.net?
How to change Master page in ASP.Net using code?
What is the difference between web.config and machine.config in ASP.NET?
What is form method?
Where do we store our connection string in asp.net application?
What is inheritance and an how it be used, example with an example?