Answer Posted / ashok
whenver a data type is derived from a structure then it s
said to be value type
EX:int,uint,short
where a data type is dervied from class definition then it
is said to be reference type
EX:object,string,delegate,interface
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is asp.net web pages?
How do you declare static variable?
How does asp.net page work?
What is meant by web application?
What are the different method of navigation in asp.net?
Which protocol is used to call web service?
What is Web API?
Define authentication and authorization.
What is a web api?
Can user control be stored in library?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is routing in MVC?
Explain about solution explorer window?
What is session start?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?