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
Where the assembly is stored in asp.net?
What is bound controls
What parameters can you pass in the url of the api?
What is the part of url?
What is the difference between equals() and == in c#?
How you will improve web application performance?
Which protocol is used to call a web service?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Contrast OOP and SOA. What are tenets of each ?
how to include timer or counting time to display next page in asp.net
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is asp.net caching?
Is viewstate enabled by default?
How do I publish my asp.net application to my isp's web server?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?