Answer Posted / guest
Reflection is the feature in .Net, which enables us to get
some information about object in runtime. That information
contains data of the class. Also it can get the names of
the methods that are inside the class and constructors of
that object.
Is This Answer Correct ? | 39 Yes | 3 No |
Post New Answer View All Answers
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
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 is action methods in web api?
Can you set the unlimited length for "maxjsonlength" property in config?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
What is viewbag title?
Why to use html.partial in mvc?
how do you query in entity model when the result has a join from from different database other than the entity model?
Explain the advantages of dependency injection (di) in asp.net mvc?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What does a viewmodel do?
Explain what is the difference between view and partial view?
How we can add the css in mvc?
What is Separation of Concerns in ASP.NET ASP.Net MVC?