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...

What is versioning in .NET?

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


Please Help Members By Posting Answers For Below Questions

How to retrieve images in sql server database through vb.net?

1026


What are the features of c# which are not present in vb.net?

1172


How to send xml file on server using http protocol?

1069


Explain the difference between datatable and dataset?

1386


What is option strict?

1191


Explain an assembly?

1040


What is early binding?

1006


Explain how can we remove handlers at run time?

1062


How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?

1098


How to store images in sql server database through vb.net?

1008


What is the use of assembly?

1070


Explain the difference between system.string and system.stringbuilder classes?

1067