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
How does session authentication work?
What is server components?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Which method is used to force all the validation controls to run?
Define web.config in .net?
Explain code snippet to register exception filters from controller?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Difference between overriding and overloading?
If we remove web.config or machine.config from the application then, is this application will works?
When we use cookie less session? Explain its working?
What is viewstate? What does the “enableviewstate” property do?
What is autopostback true?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is the difference between web.config and machine.config in ASP.NET?
Can you use Web API with ASP.NET Web Form?