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 |
Define common language specification (cls)?
Why asp is called active server?
what is dry run?
Is asp classic dead?
Explain how big is the data type int in .net?
How to refersh an asp page on a single click of a button.
Where is the value-type variables allocated in the computer ram?
whate is AutoEventWireup in .net ?
Define garbage collection?
What is asp in java?
How do I make it so that code runs when the security system is stopping it?
Enter the roll number of a student and get his marks from a database file called MARKS. Use an ASP code for the same