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
What is asp.net architecture?
About CLR, reflection and assemblies?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
How you will handle session when deploying application in more than a server?
Explain what is event bubbling?
What are the Types of authentications in IIS
When we use cookie less session? Explain its working?
Is oauth for authentication or authorization?
How many types of validation are there?
What is the difference between user control and custom control?
Can we have 2 web config files?
What is the difference between pathparam and queryparam?
Can we store object in viewstate?
How to display Alert in ASP.NET
Explain what is viewstate?