How the framework differentiate between 2 version dlls?
eg Version 2.0 and 2.1 dlls are there. both are referred in
the code.but we are using only name of that dll not the
version number. in run time how the framework know which dll
has to be referred?
Answer Posted / sriram
http://msdn.microsoft.com/en-us/library/yx7xezcf.aspx
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
If I have multiple filters implemented, what is the order in which these filters get executed?
Is the following route definition a valid route definition? {controller}{action}/{id}
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
Is dapper faster than entity framework?
Briefly describe the roles of clr in .net framework?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Give an example for authorization filters in an asp.net mvc application?
Explain the advantage of packaging over xcopy in .net?
How to enable Attribute Routing?
What is meant by bootstrap in mvc5?
what is msl?
Can you explain renderbody and renderpage in mvc?
what is entity sql?
How to change the action name in mvc?