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
What are the various open source tool available for VB.NET?
What is late binding?
How to retrieve images in sql server database through vb.net?
Explain the use of new keyword?
What is the advantage of using system.text.stringbuilder over system.string?
Define naming convention?
Explain about the performance of visual basic?
Explain the difference between system.string and system.stringbuilder classes?
Explain public assembly?
What is different between web.config and machine.config and where it will be ?
What are the differences between c# and visual basic.net?
Can you please explain the difference between int and int32?
How to store images in sql server database through vb.net?
How would you implement inheritance using vb.net?
Explain clr?