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 is the Advantage of vb.net over vb
How to run a dos command in vb.net?
What do you understand by vb.net?
Explain cts?
Explain managed code?
Explain the use of new keyword?
What is the purpose of objects present in asp.net?
Using VB, how can you change the Mouse Pointer?
What is break mode? What are the options to step through code?
What is trace in vb.net?
How to view an assembly?
What is the differences between dataset.clone and dataset.copy?
What is datatype conversion?
So you know which dll is used for microsoft .net run time?
What is global assembly cache (gac)?