What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / krishna rathi
Generica provide type parameters T for class , interfaces,
delagates or methods.
By using generic type parameter T their
is less need of boxing / un boxing in client code.
Example : public class Genericlist <T>{
}
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Do I need to have the latest version of windows media player installed?
Is it possible to apply themes to an asp.net application? If yes, then how?
What is boxing and unboxing in asp.net?
What permissions do asp.net applications posses by default?
What is the postback property in asp.net?
How to manage different kinds of sessions in ASP.NET?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What are the disadvantages of asp.net?
What is the best Macanism to clear the Cache in asp.net
What is session id in web application?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain what the contents of cookie?
Explain the basic functionality of garbage collector?
What is state management in asp.net with example?
How Session outproc in Sqlserver stored?