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
IN an ASP.NET Web application if there is any error, how can you debug?
Define application state variable and session state variable?
Explain the difference between authentication and authorization.
When does a session actually start?
How does a web application session work?
What is the part of url?
Why mvc is faster than asp.net? : Asp.Net MVC
Explain http handlers? Where we can use the http handlers?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What is query string? What are its advantages and limitations?
What are the security types in asp.net?
Differentiate between a page theme and a global theme?
Explain about asp.net 2.0 themes?
What is difference between URL and URI?