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 %20 in a url?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Define cookie.
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Explain the use of errorprovider control in .net?
What is full form of asp.net?
What are the Types of state management techniques
Explain the difference between value type and reference type?
How does the iis work?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is runat?
Where do we store our connection string in asp.net application?
Define web.config in .net?
Where is the session stored?
Can we handle the error and redirect to some pages using web.config?