Answer Posted / 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 |
Post New Answer View All Answers
Explain something about model, view and controllers in asp.net mvc?
Explain the methods used to render the views in mvc?
Give an example for authorization filters in an asp.net mvc application?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is the advantage of mvc?
what do you mean by table-per-type?
Explain the advantages of asp.net mvc over asp.net?
What is the .net framework and how does it work?
Do you know about the new features in ASP.Net MVC 4 ?
how do you mark a property as required? For example, for a project, the name is a required field.
Explain tempdata in mvc?
what is client wins and store wins mode in entity framework concurrency?
Is .net framework backwards compatible?
Explain the request flow in asp.net mvc framework?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?