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

what is vb.net

1 Answers   TCS,


hi dear ! thank u for replying to my question regarding adding third party software in vb.net .My next question is that i haven created Data base in SQL server 2000 for Library and has connected that with VB and VB.net separately but it only works on single computer and when i takes my software to another computer on same Network it does not work . Can any body help me what i do to solve. Regards!

1 Answers  


Explain managed code?

0 Answers  


what is common language specification?

0 Answers  


What is strong typing and weak typing?

0 Answers  


What is the Difference between Dataset and Datareader?

7 Answers  


What is globalization?

0 Answers  


in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?

1 Answers  


1.wht is satellite assembly??? 2.How Garbage Collector works can u explain ????

3 Answers   ABC,


what are the types of threading models in VB.net ?

1 Answers   Satyam,


Explain the use of option explicit?

0 Answers  


hello dear friends my problem is that i want to save images that is pictures in SQL server using vb.net can any body help me to do so please

1 Answers  


Categories