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
How would you implement inheritance using c#?
What is true about application service provider?
How do you declare static variable?
What is difference between session and cookie?
Describe session handling in a webfarm, how does it work and what are the limits?
How to use ipostback?
How do we ensure view state has not tampered?
How do you hide the columns?
Why is an object pool required?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Do session use cookies in asp net?
How can we create a website?
Explain about secure socket layer?
Where sessions are stored?
What is the difference between a cookie and a pixel?