What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / tak
Generics is a new feature added and shiped with .NET 2.0
and above that solves the type safe related issues. So
using generics reduces the extra work/time between boxing
and unboxing as a result boost performance.Using
Generics ,we will be safe a run time error which will
occure due to type casting problem that we may not see at
compile time...regardless of knowing the type at design
time..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
in which protocol ASP.NET WEB API Work?
Can we override the enablepartialrendering property of the scriptmanager class?
What do you mean by caching in asp.net?
To load your generated dataset with data which method do you invoke?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
What is difference between view and partial view?
How many types of Cookies are available in ASP.NET?
Can we use MSSql as backend in asp.net...if yes then How.?
What are session state modes?
What is view state and how it works in asp net?
Elaborate differentiation between ViewState and SessionState?
How to reduce the width of textbox in editcommandcolumn of datagrid?
How do we implement bundling in MVC?
Describe state management in asp.net?