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

Can we extend sealed class in c#?

1 Answers  


hi , how could i analyse a text the user added on a site to look for some words like "car" "shouffere" .. and then i can use that information in addition to other information to make a decision about the adds im going to to show on the site.

1 Answers  


How is the syntax written to inherit from a class in C#?Give an example ?

1 Answers   Siebel,


What is the difference between ref and out parameters in c#?

1 Answers  


How to print labels in windows form in C# .net

5 Answers  


what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?

1 Answers   4Cplus,


What is difference between overloading and short circuiting?

1 Answers  


Define an abstract class?

1 Answers  


i want display a given number into Rupees Format Like Given number is : 156735 my Expected output is 1,56,735. how to display?

6 Answers  


What is cookies c#?

1 Answers  


What is the difference between TypeOf and GetType?

4 Answers   Syntel,


what is the difference between a struct and a class in c#?

1 Answers   4Cplus,


Categories