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


Please Help Members By Posting Answers For Below Questions

How Session use Cookies in State Management?

792


How does the cookies work in asp.net?

745


Why do we use web config?

695


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

706


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

737


What is a 404 redirect?

802


How does asp net store session ids by default?

706


Explain Session state management options in ASP.NET.

825


How to Insert/Add in ASPXgridview

749


Demonstrate Render and PreRender?

812


What is difference between viewstate and session in asp net?

761


What is new asp.net core?

772


What is the difference between sealed vs static class?

779


What are the new navigation controls in asp.net 2.0?

744


Difference between Response.redirect vs server.transfer?

861