Can anyone give me a clarification about the difference among
assembly,namespace,class,dll??????



Can anyone give me a clarification about the difference among assembly,namespace,class,dll??????..

Answer / prabhanshu srivastava

Assembly: It is Core Block of .NET Framework.It is a
collection of functionality that is built, versioned, and
deployed as a single implementation unit (as one or more
files).

Namespace:Namespace is physical path that represents the
location where respected class will already placed.

Class: Class is like template. It will consider formal
definition of object.
I can say:
A class acts as the template from which an instance of an
object is created at run time. The class defines the
properties of the object and the methods used to control the
object’s behavior.

Dll: .DLL as we know stands for DYNAMIC LINK LIBRARY.
It will created when we Compile the .net Framework
application. One more thing i want add if we delete .dll
file of any application that time related .exe will
automatically deleted.



Mail id: developerprabhu@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP Interview Questions

How will you delete a Cookie?

1 Answers  


Which is the default Scripting Language of ASP (server- side)?

2 Answers  


Define a dictionary object?

0 Answers  


What are the components of asp?

0 Answers  


How do I save an asp file as a pdf?

0 Answers  






Explain the difference between client-side script and server-side script?

0 Answers  


Why asp is used?

0 Answers  


Can be arrays resized by using the keyword redim?

0 Answers  


Is asp still supported by microsoft?

0 Answers  


What are Constants? How will you declare a constant?

1 Answers  


What does active server pages look like?

0 Answers  


What must be installed on an IIS4 machine to use the CDONTS e-mail server object? A. FTP service B. SMTP service C. IIS administrator D. Exchange Server E. IPX/SPX protocol

1 Answers  


Categories