Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is web api‘s in asp.net mvc 4 ?

0 Answers  


Explain the .net framework.

0 Answers  


unit test done by tetser on development team?

3 Answers   Crea,


Hi my name is sahil. i did my bsc in 2008 n did marketing jobs thereafter. bt nw i wanna learn .net to enter IT field. Ive heard deccansoft,secbad is the best inst. for .net. bt do they provide placement?? as im not a fresher so will i be hired by any company..??

1 Answers  


Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?

0 Answers  


What is edm designer? : Entity framework

0 Answers  


How to Create an Intranet Site Using ASP.NET MVC?

0 Answers  


What is ASP.NET MVC?

1 Answers  


What does 'managed' mean in the .NET context

1 Answers  


What is Reference type and value type

1 Answers  


Explain what is the difference between view and partial view?

0 Answers  


What is GC (Garbage Collection) and how it works

1 Answers  


Categories