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 |
How can we do validation of the fields in a project?
how to add master page in aspx page that is design before master page....
Define "virtual directory"?
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?
How do I open aspx files on android?
what is STLC in Testing
What are private assemblies?
What are the advantages of asp?
Define application object?
How many Max Cookies can we create in Server? A. 10 B. 20 C. 30 D. 40
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.
What is asp contentplaceholder?