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 code first? : Entity framework
Explain the methods used to render the views in ASP.Net MVC?
what is entityclient?
Hello guyz, I have interview scheduled next week on .Net Framework 1.1? Can any one please provide a) list of interview questions on .net frame work 1.1? b)basic differences between .net framework 1.1 and 2.0 and 3.5 c)the topics that i need to concentrate while preparing Thanks in advance
Is there built-in support for tracing/logging
What are the two ways to add constraints to a route?
Explain the request flow in asp.net mvc framework?
What is the common property in .net?
What is JIT and how is works ?
What is objectcontext? : Entity framework
What are the Main Features of .NET platform
What is MSIL, IL, CTS and, CLR