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
From which base class all web forms are inherited?
In order to get assembly info which namespace we should import?
What is & in a url?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Write a code for sending an email from asp.net application.
What are the namespaces used in asp.net mvc? : asp.net mvc
What is the Intermittent crashing of application in production?
Which method do you use to enforce garbage collection in .net?
Is session server side or client side?
Will the asp.net validators run in server side or client side?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Which is the parent class of the web server control?
What is the Difference between MVC And MVP design pattrens
Explain the concept of MVC Scaffolding?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc