What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / sachin
Generic is special kind of data type.
which can be resolve at a runtime.
means u can have function add(<T>val,<T>val)
where u can pass any type datatype.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is page fragment caching?
How we implement web farm and web garden concept in asp.net?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What are the built-in objects in asp.net?
What is difference between viewstate and session state in javascript?
Explain how cookies work.
Explain the difference between inline and code behind - which is best in?
How do u deploy ur project?
What are the steps to follow to host a web application on a web server?
What is GAC in ASP.NET 2.0
How can you implement the postback property of an asp.net control?
Explain Areas in MVC?
What is session authentication?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?