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 |
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What are the possible razor view extensions?
What is the need of Action Filters in ASP.Net MVC
What is orm entity framework?
What is entityset? : Entity framework
Describe the roles of clr in .net framework.?
Can we look at the IL for an assembly?
What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
what are background threads? give ex?
How we can register the Area in ASP.Net MVC?
Where The Inheritence is useful?How we decide the situation of inheritence