Home | About Us | Contact Us | Terms Of Use
A type of object-oriented programming language and environment developed by Microsoft for the Windows operating system. Visual Basic allows programmers to create applications quickly by writing code to accompany onscreen objects such as buttons and windows.
Visual Basic Interviews are getting tough these days as the technology grows faster. To get through the Visual Basic interview one needs to update him/herself in a regular manner. Having said that, just before the interview, it is very important to have a quick glance of the reputed Visual Basic questions and answers to make yourself comfortable during the interview process. This is where DoAnswers.com helps you in renewing yourself on Visual Basic and various other technologies interview preparation.
11. What is the benefit of wrapping database calls into MTS transactions?
If database calls are made within the context of a transaction, aborting the transaction will undo and changes that occur within that transaction. This removes the possibility of stranded, or partial data.
12. What two methods are called from the ObjectContext object to inform MTS that the transaction was successful or unsuccessful? Answer: SetComplete and SetAbort. What is the tool used to configure the port range and protocols for DCOM communications?
DCOMCONFIG.EXE
13. Why iss it important to use source control software for source code?
Modification history.Code ownership: Multiple people can not modify the same code at the same time.