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 is form method?
What is asp.net architecture?
What is the difference between application state and session state in asp net?
What is a SESSION and APPLICATION object?
Write a code for passing ArrayList in Web API?
What is the compiled object?
What is a query string in a url?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is css in asp.net?
What is the use of execute non query in asp.net?
Why we use content place holder in asp.net?
What is meant by ispostback in asp net?
Explain ViewState?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How do we access view state value of this page in the next page?