What is assembly version series sequence?



What is assembly version series sequence?..

Answer / Robin Gupta

Assembly Version Series Sequence in .NET Framework refers to the order of versions that should be considered as a single version for updating purposes. The format consists of four parts: Major, Minor, Build, and Revision, separated by dots (e.g., 1.0.3600.5448). If any component changes except the build or revision numbers, it is considered a new version series.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How to include c++ header files in c# components?

1 Answers   UST,


What is system predicate?

1 Answers  


What is field in c#?

1 Answers  


What is single dimensional array in c#?

1 Answers  


What is Bubble Event ?

2 Answers   HCL,


what is namespace?

6 Answers  


What is the difference between a field and a property in c#?

1 Answers  


What is deadly diamond problem?

1 Answers  


List down the differences between public, static and void keywords?

1 Answers  


why we can't create an object for a static class?? what is the reason behind this?

4 Answers   HCL,


Explain jagged arrays in c#?

1 Answers  


Can we have private constructor in our class file. When we are trying to create instance for the class will it create or throw error regarding that?

5 Answers  


Categories