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 a static variable?

0 Answers  


What is datatype conversion?

0 Answers  


What are the different types of applications supported in .net (or) .net framework?

0 Answers  


i have attended interview for cognizant ( 3 +,on .net ) on 19-06-2010 till now i have not given the status ..am confused... does any one faced same situation ...could please tell what would be happened

1 Answers  


How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently

0 Answers  






What is shadowing?

5 Answers   TCS,


what do you mean by .Net Framework

17 Answers   Assurgent, College School Exams Tests, Guru Tech, Krishna Infotech, Ksb, Microsoft,


How a base class method is hidden?

0 Answers  


Give the sample code for ItemStockGroupwise Report?

1 Answers   CTS,


Can you please explain the difference between value and reference types?

0 Answers  


when a program of vb.net is written in notepad it occupies always 1kb of memory why?

1 Answers  


Write a VB.Net console program to check whether a number is perfect or not.

1 Answers   Wipro,


Categories