what is generics?
Answers were Sorted based on User's Feedback
Answer / uma
Generics are type data structures,which is used for storing
any type of data
Is This Answer Correct ? | 3 Yes | 0 No |
Generics are the most powerful feature of C# 2.0. Generics
allow you to define type-safe data structures, without
committing to actual data types
Is This Answer Correct ? | 2 Yes | 0 No |
How to disable validator control by client side JavaScript?
Why should i prefer JSP over asp.net or any other web development language..??
What are the asp.net server side objects?
What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?
when user is logged on the information is saved in a cookie, what is the name of that cookie?
What is custom attribute? How to create?
Apart from IDE what are the enhancements in asp.net 2.0?
Explain what is viewstate?
about view state and how validation controls will be executed on client and server
which event in global.asx that fires for every request of same user?
Explain login control and form authentication.
Where does the Web page belong in the .NET Framework class hierarchy?