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
Differences between “dataset” and “datareader”.
What is datagrid asp.net?
In the Repeater control which way you can edit?
What are validators and list some validators of asp.net?
Differentiate between early binding and late binding.
What are the advantages of asp.net mvc framework? : asp.net mvc
Where is the view state data stored?
What are html helpers in asp.net?
Which is better viewstate or session?
Why is global asax is used for?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
What is the function used for removing an event listener?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What are the different types of sessions in asp.net? Name them?
Define a multilingual website?