What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / me
Generics are the type safe data structures that was introduced in .Net 2.0.Following are the benefits of it-
Better Performance: They are better in performance as boxing/unboxing is not required.thus reducing execution cost and time.
Type safety : it gives error at compile time if a data type mismatch is found.
Code reusablity : Same code is reused for various data tyoe like int,string etc.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the main differences between asp and asp.net?
What are session cookies?
How do I use response redirect?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Can you explain the basic use of dataview?
Describe how ASP.NET maintains process isolation for each Web application?
Write the different features of a Thread and a Process?
What I need to create and run an asp.net application?
Elaborate differentiation between ViewState and SessionState?
How will you load dynamic assembly?
What are main return types supported in Web API?
What are client activated objects and server activated objects?
What is a server cookie?
Using code explain Configuration Management
How would you create a permanent cookie?