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
What is ado.net data provider? : Entity framework
What are Validation Annotations?
Explain bundle.config in mvc4?
What is ViewStart Page in ASP.Net MVC?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
How does the .net framework 3.0 relate to the .net framework 2.0?
differences between poco, model first and data first approach?
What is representational state transfer (rest) mean?
How to make sure Client Validation is enabled in ASP.Net MVC
Explain linq to entities? : Entity framework
Can I set the unlimited length for "maxjsonlength" property in config?
Is .net framework dead?
Explain what is routing?
What is basic authentication in web api?
Can you explain the page life cycle of mvc?