Answer Posted / kamalakannan.a
.Net have an Assembly.It gives the Portable Execution
file.The main use of assembly is to maintain the Dll and
exe's.
So sometimes the programmer confused to which is modified
code.That time the assembly provide the Version.
That is called versioning.
It is start from 1.0.*,.......
| Is This Answer Correct ? | 26 Yes | 18 No |
Post New Answer View All Answers
What is strong typing and weak typing?
Explain strong name in .net assembly?
Explain nested classes?
Write the role of new keyword?
What are jagged arrarys ?
Name the class which allows an element to be accessed using unique key?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
What is the feature anonymous type?
Explain about the feature anonymous type?
What are the parts of the visual basic control?
How a base class method is hidden?
How to view an assembly?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Explain how the .net framework performs automatic memory management.