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 file extensions for razor views?
What is a swagger in web api?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is http session state?
When was asp.net released?
What are the various types of validation controls provided by asp.net?
Can you explain architecture of your project ?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are app services?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is routing in MVC?
What is a postback in asp net?
How can we inherit a static member?
How many types of session in ASP.NET