What is namespace used for loading assemblies at run time
and name the methods?
Answer Posted / umesh
System.Reflection and System.Type.InvokeMember to invoke
the method.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How we can handle the exception at controller level in ASP.Net MVC?
What is route config?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What are Non Action methods in ASP.Net MVC?
How to update one of my table in database at 4pm every day how it is possible?
What is filters in web api?
What is html.renderpartial?
What is the meaning of unobtrusive javascript?
Explain JSON Binding?
differences between poco, model first and data first approach?
What is entity framework firstordefault?
what do you mean by table-per-type?
What is definingquery in entity framework? : Entity framework
What is an asynchronous controller in asp.net mvc?
What is entity client data provider? : Entity framework