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 / sriram
http://msdn.microsoft.com/en-us/library/yx7xezcf.aspx
Is This Answer Correct ? | 8 Yes | 0 No |
what do you mean by table-per-type?
What is the "helperpage.isajax" property?
If u have an Empty Xml file and u have to bind dataset data to empty xml file? if u have an empty dataset u have to bind xml file data to it?
How would you make a combo-box appear in one column of a DataGrid?
How we can call a javascript function on the change of a dropdown list in mvc?
Is razor a server side?
Does windows 10 need .net framework?
What's the difference between const and readonly ?
Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?
Is it possible to cancel filter execution?
what is Framework?
How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??