hi
everyone. can anyone send me wipro interview questions on
.net. plz its urgent
Answer Posted / praveen
1. Difference between directcast and ctype.
2. An example of a ctype and directcast.
3. ctype(123.34,integer) - should it throw an error? Why
or why not?
4. directcast(123.34,integer) - should it throw an error?
Why or why not?
5. Difference between a sub and a function.
6. Explain manifest & metadata.
7. Scope of public/private/friend/protected/protected friend.
8. Different kinds of methods.
9. Difference between imperative and interrogative code.
10. Difference between value and reference type.
11. What are the two kinds of properties.
12. What is the raise event used for?
13. Explain constructor.
14. What is a resource? Provide an example from your
recent project.
15. What is a system lock?
16. Describe ways of cleaning up objects.
17. Where does the dispose method lie and how can it be
used to clean up resources?
18. How can you clean up objects holding resources from
within the code?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What describes a query?
Define static function?
Explain global assembly cache.
How can we make sure that Web API returns JSON data only?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is parse in asp.net?
What is round trip in asp.net?
What is x xss protection?
Is it possible to write code in many languages in one asp.net project?
What is the difference between system.stringbuilder and system.string
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What are the advantages of asp.net mvc framework? : asp.net mvc
What are the main advantages of using asp.net?
What is the difference between application state and caching?
How ViewstateMac works?