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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is asp in java?

701


How to insert the records in a database table by using asp?

655


Is asp classic dead?

682


What are the components of asp?

711


How does asp differ from html?

667


Define application-scope?

679


Destructors CANNOT be implemented in which one of the following?

5632


Explain the difference between the value-type variables and reference-type variables?

633


Is asp a scripting language?

649


What are the stored procedures?

669


Explain the differences between asp and asp.net and is asp.net backward compatible to asp?

668


What is difference between aspx and razor?

678


Define collection?

697


What is active server object model?

694


Why .Net Does not Support multiple inheritance?

1830