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
Define caching.
Describe the Server Control Events of ASP.NET?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is cookies cache and session?
When does a session actually start?
Why do we need a web application session?
What is meant by web application?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is the use of express session?
How is a session stored and maintained in asp.net?
Explain the concept of event bubbling in ASP.NET?
What’s the use of “GLOBAL.ASAX” file?
What is the basic difference between asp and asp.net?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
Is viewstate enabled by default?