What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / pavithra d
Generics are new in .NET 2.0.It is used to define a type
while leaving some details unspecified.Generics are the
replacement of "Objects" in .NET1.1
Generics reduces the run-time error and increases the
performance.
Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What is the significance of ASP.NET routing?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What is a url string?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What are the advantages of the code-behind feature?
How should I destroy my objects in asp.net?
How use Xml data in ASP.net?
Is asp.net a programming language or framework?
Can we have 2 web config files?
Is asp.net is a programming language?
In which event of the page viewstate is available?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Why web api is better than wcf?
Is viewstate secure?
How many types of file extensions for razor views in ASP.Net MVC?