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
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is disconnected scenario? : Entity framework
What is entity framework used for?
What is Dependency Injection in ASP.Net MVC
What is the difference between viewbag and viewdata in asp.net mvc?
Describe the gac in the .net framework.
What is edm (entity data model)? : Entity framework
Why should we go for entity framework?
What does a viewmodel do?
What is Peek method in Tempdata in ASP.Net MVC?
what is use of entitydatasource control?
how do you mark a property as required? For example, for a project, the name is a required field.
What is representational state transfer (rest) mean?
What is the difference between partial and renderpartial?
Explain the advantages of dependency injection (di) in asp.net mvc?