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 vb.net used for?
What are nested classes?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
What is the significance of delegates. Where should they be used?
Which is the tool which can convert visual basic old version to .net compatibility version?
what is the advantage of option strict on?
Name some of the keywords used in vb.net?
What is misl code?
Write a program to find all text files in a logical drive and return the count of the number of files?
Explain about branching logic control in vb.net?
What is the advantage of using system.text.stringbuilder over system.string?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Explain the observations between vb.net and vc#.net?
difference between checkbox vs radiobutton??
What is the differences between dataset.clone and dataset.copy?