What is reflection and disadvantages of reflection ?
Answers were Sorted based on User's Feedback
Answer / maloy.adhikari
The Reflection is used for accessing assembly related
information like methods ,properties etc at run time
& it can be dynamically invoke methods using reflection.
reflection can use for latebinding of an object.
The major disadvantage of using the reflection class is its
slow speed.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / nagaraj
Reflection is the ability to read metadata at runtime. Using
reflection, it is possible to uncover the methods,
properties, and events of a type, and to invoke them
dynamically. Reflection also allows us to create new types
at runtime.
| Is This Answer Correct ? | 2 Yes | 1 No |
What is sdlc process?
Name two properties common in every validation control?
What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?
How to use one project files into another project?
If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Why would anyone need to implement their own hashtable or linked list?
Fetch one page value to another page without using state-managment ?
Can we override the enablepartialrendering property of the scriptmanager class?
what is use of web.config?
when user is logged on the information is saved in a cookie, what is the name of that cookie?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)