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
What is state management in .net?
Why should i prefer JSP over asp.net or any other web development language..??
What is query string? What are its advantages and limitations?
What is css and what is it used for?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is the displayafter property in updateprogress control?
What is localhost in asp.net?
What is meant by asp.net?
What is the extension of master page in asp.net?
Explain server-side scripting and client-side scripting.
Define application state variable and session state variable?
Explain the difference between sql invalidation and sql notification.
How you can return View from ASP.NET Web API method?
Can any body provide me the sample web application in asp.net
Explain the difference between Web Garden and Web Farm?