Answer Posted / mano
this. refers the current class
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain why do we use the “using” statement?
Explain me how does linq work?
What is .net standard?
Why SOAP is required?
What are the different.net tools which you used in projects?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Please explain what is the difference between constants and read-only variables?
What is the difference between reference type and value type?
Explain me what is .net web service?
What is meant by localization?
Tell me what is a “jagged array”?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
How to create multiple inheritance in c#, with example?