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
What is a 1x1 pixel?
What are the built-in objects in asp.net?
Describe the master page.
To bind columns manually which tags do you need to add within the asp:datagrid ?
Explain how can we access static variable?
Explain how can we inherit a static member?
Will session work if cookies is disabled?
Explain parts of assembly?
What is anonymous authentication?
Do you know about caching with the datasource controls?
Difference between using directive vs using statement?
What is a user session?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is a session http?