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

how to delete windows application in vs.net

1473


what is the need of a sealed class when we are having a structure

1851


What is asp in web technology?

495


How to include active x controls in asp code?

498


Suppose someone gives a VB dll file (component). How to use that in an ASP file?

1463






Explain the function of attributes in tags?

528


How do I open aspx files on windows 10?

515


What is aspx in url?

590


How does asp differ from html?

491


no.of pages comes before protected void ?

1514


What are private assemblies and shared assemblies?

523


What are the attributes of the

tags? What are their functions?

510


Hii if you not select open item Management in GL Creation. What is the impact in transaction

1526


Which is better asp or php?

507


how u can use asp.net for making website?

1580