How does assembly versioning work?
Answer / 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 |
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Describe the .net framework architecture.
Is .net framework backwards compatible?
What is net framework 3.0 ?
What is viewstart page in mvc?
what is MVC pattern?
What are multicast delegates ? give me an example
what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Key and Unique Key?
What is representational state transfer (rest) mean?
What are attributes
What are ajax helpers in asp.net mvc?