What is namespace used for loading assemblies at run time
and name the methods?
Answers were Sorted based on User's Feedback
Answer / umesh
System.Reflection and System.Type.InvokeMember to invoke
the method.
| Is This Answer Correct ? | 6 Yes | 1 No |
what is use of entitydatasource control?
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?
How we can add the CSS in ASP.Net MVC?
Why string are called Immutable data Type
Explain the difference between viewbag and viewdata in mvc?
How does .net framework works?
Where is tempdata stored?
IS MS.Net platform independent or dependent?
19 Answers Infosys, Ksb, Satyam,
What is objectcontext? : Entity framework
Explain Model, view and Controllers in Asp.Net MVC?
What is the difference between adding routes, to a webforms application and to an mvc application?
What is the need of Action Filters in ASP.Net MVC