Windows Application Questions and Answers
5. |
List the tasks performed by the Server Explorer? |
|
The following are some of tasks performed using the server explorer.- Open the data connections and commands.
- Log on to servers; display the databases and system services, including event logs, message queue and SQL databases.
- View information about available web services and methods.
- Make data connections to SQL servers and other data bases.
- Drag nodes from server explorer into your visual studio projects.
|
6. |
List any four components of MS Visual Studio IDE? |
|
- Toolbar,
- Toolbox,
- Solution Explorer,
- Properties window
|
7. |
How can you save the desired properties of Windows Forms application? |
|
- .config files in .NET are supported through the API to allow storing and retrieving information.
- They are nothing more than simple XML files, sort of like what .ini files were before for Win 32 apps.
|
8. |
What is called intelligence feature? |
|
It is an extremely useful feature in Visual Studio 2005. This as you type the code, provides a list of options for making language references easily accessible and helps you in finding the information you need.
|