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 application variable?
What is enableviewstate in asp net?
What are early binding and late binding.
Can you explain architecture of your project ?
Explain server control extensibility with reference to asp.net 2.0 ?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is tracing? Where is it used?
What is form submit?
what is DLL Hell and how it is solved in .NET? please explain clearly??
Describe the Server Control Events of ASP.NET?
Who creates jsessionid?
Define dll hell?
Difference between overriding and overloading?
Describe the application event handlers in ASP.NET?
Why do we need master page in asp.net?