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
Explain difference between friend and protected friend?
Will session work if cookies is disabled?
Fetch one page value to another page without using state-managment ?
What are sql notifications and sql invalidations?
What is clickid?
What is the biggest disadvantage of “Other Return Types” in Web API?
How to do state management in ASP.NET?
In asp.net, how can you validate drop down box?
Explain the difference between or and orelse?
What is a 307 redirect?
Are there resources online with tips on asp to asp.net conversions?
What is advantage of asp.net?
How do you secure your connection string information?
What is form submit?
How to register exception filter globally?