What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / jyoti
Generics provide the solution to a limitation in earlier
versions of the common language runtime and the C# language
in which generalization is accomplished by casting types to
and from the universal base type Object. By creating a
generic class, you can create a collection that is type-
safe at compile-time.increases the
performance.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Contrast OOP and SOA. What are tenets of each ?
Explain different types of validators in asp.net?
Out of ASP or ASP.NET which one is stateless?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is meant by ispostback in asp net?
What are the session variables?
What is the difference between response.redirect and server.transfer?
Is it possible to write code in many languages in one asp.net project?
How to fetch a data from one table to another table in asp.net ?
What is a query string in a url?
Who creates jsessionid?
What is asp.net version?
How do I send an email message from my ASP.NET page?
How you will improve web application performance?
Why do we use web config?