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

What are Scripting Objects?

1 Answers  


how we can establish the connectivity between front end and backend?(asp as front end and c# as back end)

0 Answers   Polycom,


is string is a value type or reference type?

1 Answers   TCS,


what is mean of ASP?

3 Answers  


no.of pages comes before protected void ?

0 Answers   eSoft,






Define querystring collection?

0 Answers  


Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.

0 Answers  


What inheritance is and an example of when you might use it?

0 Answers  


What is Cookies collection?

1 Answers  


How add insert options in datagrid control in footer row.

0 Answers   PreludeSys,


in how many sttes asp.net page available?

1 Answers  


What does Server.MapPath do?

2 Answers  


Categories