Answer Posted / dhanunjaya
generic is a general data type in c# similar to template in
c++.by using generic we can assign any type of value to the
generic variable.we have generic methods,generic classes
also.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the benefits of viewstate?
How do I create a web form?
What are session objects?
What is content place holder?
Define static member?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is difference between datalist and gridview?
What are server activated objects?
How many types of triggers are there in update panel?
Is asp.net a programming language or framework?
What threading model used in asp and asp.net?
How do we access view state value of this page in the next page?
What is asynchronous call?
What is a Cookie? Where is it used in ASP.NET?
How can you make sure that web api returns json data only?