What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / me
Generics are the type safe data structures that was introduced in .Net 2.0.Following are the benefits of it-
Better Performance: They are better in performance as boxing/unboxing is not required.thus reducing execution cost and time.
Type safety : it gives error at compile time if a data type mismatch is found.
Code reusablity : Same code is reused for various data tyoe like int,string etc.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are url fragments?
What is a 401 redirect?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Do I need to have the latest version of windows media player installed?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What are the different properties of server control that exists?
Explain the main differences between asp and asp.net?
How do active server pages work?
What is redirecting behavior?
What is inheritance and an how it be used, example with an example?
Can any body provide me the sample web application in asp.net
What is a master page and what does it do?
How do u declare static variable and how it is declared and what is its lifetime?
Where web.config file is used?
What are the elements of a website?