What is versioning in .NET?

Answers were Sorted based on User's Feedback



What is versioning in .NET? ..

Answer / anil sharma

main advantage of .net is versoning and solve very criticle
problem.
.net maintain one application with more then one version
and also solve DLL HELL problem because it can run same
application with diffrent version at a same time

Is This Answer Correct ?    42 Yes 9 No

What is versioning in .NET? ..

Answer / 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

What is versioning in .NET? ..

Answer / 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

More VB.NET Interview Questions

How to retrieve images in sql server database through vb.net?

0 Answers  


What is the difference between c# and vb.net?

0 Answers  


How can we store decimal data in .net?

0 Answers  


what is difference between web.config and machine.config and where it will be ?

0 Answers  


Explain enumerator?

0 Answers  






How to connect a service based database to vb.net forms? Do we have to create any specific database?

1 Answers  


what are the advantage in vb.net and different between vb and vb.net

6 Answers   Data Entry Operator, Infosys, TCS, Zansa,


what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.

0 Answers   MCN Solutions,


Can we use Vb.Net and C# language simultaneously in one .Net application?

0 Answers   PUCIT,


Can you please explain the difference between int and int32?

0 Answers  


How can we remove handlers at run time?

0 Answers  


Explain about Visual basic.NET culture?

0 Answers  


Categories