What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / jithu
Generics are an extremely useful feature that allows you to
write type safe and efficient collection- and pattern-based
code.
Generics allow you to create type-safe code without knowing
the final type you will be working with. In many instances,
you want the types to have certain characteristics, in
which case you place constraints on the type
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is advantage of asp.net?
Do you know about caching with the datasource controls?
What threading model used in asp and asp.net?
What is the difference between a candidate key and primary key?
Write code to send e-mail from an asp.net application?
Define reflection in .net?
How does the service stream content?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
How many types of session in ASP.NET
How can we apply themes to an asp.net application?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Can you explain the importance of finalize method in .net?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is a postback ispostback and autopostback in asp net?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?