How does assembly versioning work?



How does assembly versioning work?..

Answer / swapna

Each assembly has a version number called the compatibility
version. Also each reference to an assembly (from another
assembly) includes both the name and version of the
referenced assembly.The version number has four numeric
parts (e.g. 5.5.2.33).

Assemblies with either of the first two parts different are
normally viewed as incompatible. If the first two parts are
the same, but the third is different, the assemblies are
deemed as 'maybe compatible'.

If only the fourth part is different, the assemblies are
deemed compatible. However, this is just the default
guideline - it is the version policy that decides to what
extent these rules are enforced. The version policy can be
specified via the application configuration file.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Dot Net Framework Interview Questions

Explain representational state transfer (rest) in detail?

0 Answers  


Explain peek method in tempdata in asp.net mvc?

0 Answers  


What is partialview in asp.net mvc?

0 Answers  


When do you absolutely have to declare a class as abstract

1 Answers   Siebel Systems,


What is razor code?

0 Answers  






what is mean by type-safe? Please answer me. Advance thanks.

0 Answers   Excel,


Explain what is the difference between view and partial view?

0 Answers  


Does razor engine supports for tdd?

0 Answers  


What is iobjectset? : Entity framework

0 Answers  


What is disconnected scenario? : Entity framework

0 Answers  


What is the difference between .net core and .net framework?

0 Answers  


What are multicast delegates ? give me an example

1 Answers  


Categories