Answer Posted / shilpi gulati
A .net assembly version consists of four main parts 1.0.0.0(default version) (major.minor.build.revision).
In order to maintain several instances(with minor/major changes) of same assembly concept of versioning of assembly was introduced.With the help of version number we can keep various instances of same assembly.Each version has different number with default starting from 1.0.0.0.With every change the version number gets incremented,thus removing the dll hell problem and providing programmers with strong assembly names which will never clash with each other.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How to retrieve images in sql server database through vb.net?
What are the features of c# which are not present in vb.net?
How to send xml file on server using http protocol?
Explain the difference between datatable and dataset?
What is option strict?
Explain an assembly?
What is early binding?
Explain how can we remove handlers at run time?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
How to store images in sql server database through vb.net?
What is the use of assembly?
Explain the difference between system.string and system.stringbuilder classes?