What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / krishna rathi
Generica provide type parameters T for class , interfaces,
delagates or methods.
By using generic type parameter T their
is less need of boxing / un boxing in client code.
Example : public class Genericlist <T>{
}
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Why mvc is faster than asp.net? : Asp.Net MVC
How you will handle session when deploying application in more than a server?
What are app services?
What are validator? How do you disable them?
How to send a DataReader as a parameter to a remote client ?
What is data control in asp.net?
Are cookies client side or server side?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
If you want to write your own dot net language, what steps you will you take care?
How many types of session state management options available in asp.net?
What’s the difference between response .redirect and server.transfer?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Differentiate between authentication and authorization.
Which platform does Microsoft .NET use for exchanging data between applications?
What is a uri query?