What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / jithu
Generics are an extremely useful feature that allows you to
write type safe and efficient collection- and pattern-based
code.
Generics allow you to create type-safe code without knowing
the final type you will be working with. In many instances,
you want the types to have certain characteristics, in
which case you place constraints on the type
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How Session use Cookies in State Management?
How does the cookies work in asp.net?
Why do we use web config?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is a 404 redirect?
How does asp net store session ids by default?
Explain Session state management options in ASP.NET.
How to Insert/Add in ASPXgridview
Demonstrate Render and PreRender?
What is difference between viewstate and session in asp net?
What is new asp.net core?
What is the difference between sealed vs static class?
What are the new navigation controls in asp.net 2.0?
Difference between Response.redirect vs server.transfer?