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 |
What is n-tier system?
What is a Form collection?
What is a Dictionary object?
Should user input data validation occur server-side or client-side?
how to add master page in aspx page that is design before master page....
What is the use of following Statement Response.Expires=120 A.The page will be removed form cache after 120 Hours B.The page will be removed form cache after 120 Sec C.The page will be removed form cache before 120 Min D.The page will be removed form cache after 2 Hours
Hii My Question is How the Down Payment will clear in APP? Can any one help me
Explain the difference between querystring collection and form collection?
What is the difference between a namespace and an assembly name?
Which is the default scripting language in active server pages?
how u can use asp.net for making website?
What is asp in java?