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
What are the advantages of asp.net?
What is cross page posting in asp net?
Why do we need url encoding?
Explain the difference between Repeater and Data list control in ASP.NET?
What is client side state management?
What New Features comes with ASP.NET Web API 2.0?
Is it possible to create web application with both webforms and mvc?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is a 401 redirect?
How can we access static variable?
Define a multilingual website?
What r the asp.net list controls and diff. Between them?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is the purpose of master page?
What is an asp.net validator? And, mention its types.