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
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is active web page?
Write some code using interfaces, virtual methods, and an abstract class`
Explain the difference between array and linkedlist?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
how to retrieve property settings from xml .config file.
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What is .net remoting?
Why does my asp.net file have multiple tag with runat=server?
Is it possible to create web application with both webforms and mvc?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Describe how to implement globalization and localization in the use interface in .net.
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What are the Types of state management techniques
What websites use asp.net?