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
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.
What is asp model?
What is asp what can asp do for you?
how can we create a webpage in .Net
Plz give me the code for binding the dropdownlists with Country,State,City And Each will represent after selecting upper dropdownlist
What is the difference between asp and saas?
What is querystring collection in asp?
What are the features of asp?
How does non-deterministic garbage collection affect my code?
How many types of report in asp.net 2008?
How can I see what assemblies are installed in the global assembly cache?
What is the difference between post and get method.
Explain the difference between the value-type variables and reference-type variables?
What is the order of precedence for logical operators.
Name the browsers that can access asp pages?