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
What is the difference between .net core and .net framework?
differences between poco, model first and data first approach?
What is .net framework used for?
how do you query in entity model when the result has a join from from different database other than the entity model?
Explain peek method in tempdata in asp.net mvc?
What is meant by tempdata in mvc?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Is razor a server side?
When will the .net framework 3.0 be released?
What is managed extensibility framework?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
How route table is created in ASP.NET MVC?
How does work clr?
What is controllercontext?
How we can add the css in mvc?