70-548VB MCPD Braindump
ExamSoon 70-548VB Exams
Microsoft PRO: Designing and Developing Windows-Based Applications by Using
the Microsoft .NET Framework
O rder : 70-548VB Exam
Practice Exam: 70-548VB
Exam Number/Code: 70-548VB
Exam Name: PRO: Designing and Developing Windows-Based Applications by
Using the Microsoft .NET Framework
Questions and Answers: 72 Q&As
Free 70-548VB Braindumps
Exam : Microsoft 70-548(VB)
Title : PRO:Design & Develop Wdws-Based Appl by Using MS.NET Frmwk
1. You create Microsoft Windows-based applications. You are creating an application that will connect to a Microsoft
SQL Server 2005 database. You write the following code segment for a method contained in the application. (Line
numbers are included for reference only.)
In the production environment, the database will be stored by a server on the network.
You need to eliminate the requirement to recompile the application when you deploy it to the production environment.
You want to achieve this by using minimum amount of programming effort.
What should you do?
A. Create an application configuration file to store the connection string. Change the code to read the connection
string from the configuration file.
B. Create an XML file in the application folder to store the connection string. Change the code to use an XMLReader
object to connect to a file stream and read the connection string.
C. Create a component that returns the connection string. Change the code to use the component to get the
connection string.
D. Create a text file to store the connection string. Change the code to use a TextReader object to connect to a file
stream and read the connection string.
Answer: A
2. You create Microsoft Windows-based applications. You need to evaluate the design concept of an application.
The application must meet the following requirements:
You need to evaluate the design and recommend appropriately.
What should you recommend?
A. The design meets all the requirements.
B. Change the Windows-based application to use Windows Au