Answer Posted / honey
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 ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can you set the unlimited length for "maxjsonlength" property in config?
Explain representational state transfer (rest) in detail?
What is basic authentication in web api?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Name a few different return types of a controller action method?
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 you mean by routing in mvc?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What is code first? : Entity framework
what is use of entity container?
What is entitytypes? : Entity framework
What are Model Binders in ASP.Net MVC?
What is ViewData and TempData in ASP.Net MVC?
What are child actions in ASP.Net MVC?
What is the use of display modes?