What is versioning in .NET?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Why do you need Lock in Visual Basic?
Described strong typing
Which is the base class for all the classes in .net framework?
What is intermediate language in .NET ?
20 Answers Digital GlobalSoft,
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
what are the advantage in vb.net and different between vb and vb.net
6 Answers Data Entry Operator, Infosys, TCS, Zansa,
What is vb.net used for?
Write a program that accepts an array of numbers, and two numbers (an element and a position in the array) and inserts the given element into nth position of the array.
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Explain about the keyword must inherit?
What is difference between import system.data.sqlclient,system.data.oledb?
when we will use console ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)