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 the difference between mechine.config and web.config?
What is ascx?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Describe the .net base class library.
What is simple data binding?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is the difference between a default skin and a named skin?
Why select Web API?
What language is asp.net written in?
How many types of session state management options available in asp.net?
How many types of Cookies are available in ASP.NET?
What is Web Server Control Templates.?
Explain what is clr?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Describe the difference between inline and code behind - which is best in a?