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 can we do validation of the fields in a project?

0 Answers  


how to add master page in aspx page that is design before master page....

0 Answers  


Define "virtual directory"?

0 Answers  


Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?

0 Answers  


How do I open aspx files on android?

0 Answers  






what is STLC in Testing

0 Answers  


What are private assemblies?

0 Answers  


What are the advantages of asp?

0 Answers  


Define application object?

0 Answers  


How many Max Cookies can we create in Server? A. 10 B. 20 C. 30 D. 40

4 Answers   TCS,


How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.

1 Answers  


What is asp contentplaceholder?

0 Answers  


Categories