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


Explain the importance and use of each, version, culture and publickeytoken for an assembly.



Explain the importance and use of each, version, culture and publickeytoken for an assembly...

Answer / Amit Kumar Tiwari

Version: It indicates the build number or revision of an assembly. Culture: It specifies the regional settings for resources embedded in the assembly like language, currency, and date formats. PublicKeyToken: It is a unique identifier used to sign assemblies and ensure their authenticity, preventing tampering or unauthorized modification.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why References are stored on heap and variables on stack?

1 Answers   MCN Solutions,


How do I automate my desktop application?

1 Answers  


interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?

5 Answers  


Can we change static variable value in c#?

1 Answers  


What is the use of readkey in c#?

1 Answers  


What is namespace in oop?

1 Answers  


Are attributes inherited c#?

1 Answers  


What is the difference between console application and windows application?

1 Answers  


Name some properties of array.

1 Answers  


Where are all .NET Collection classes located ?

8 Answers   TCS,


How do you declare a variable in c#?

1 Answers  


What is a custom attribute?

1 Answers  


Categories