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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to make sure Client Validation is enabled in ASP.Net MVC

1133


What is ViewStart Page in ASP.Net MVC?

1097


Explain RenderBody and RenderPage in ASP.Net MVC?

1209


what is complex type?

1053


What is the greatest advantage of using asp.net mvc over asp.net webforms?

1056


What is managed extensibility framework?

1049


What is ado.net data provider? : Entity framework

1106


What is difference between Viewbag and Viewdata in ASP.NET MVC?

1093


how do you query in entity model when the result has a join from from different database other than the entity model?

1031


Does .NET Framework support SAX?

1064


Which are the important namespaces used in ASP.Net MVC?

1134


What is RouteConfig.cs in ASP.Net MVC 4?

1116


what is split entity?

1104


What are Action Filters in ASP.NET MVC and its use?

1128


What are the main features of asp.net mvc 4 used by asp.net web api?

1126