Free Microsoft 70-528 Practice Test & Real Exam Questions
You are transferring records from one database to another. You need to decide whether you can use the SqlBulkCopy class to transfer the records.
What should you do?
What should you do?
Correct Answer: A
Vote an answer
You develop a Web control. The Web control consists of labels and associated text boxes. You need to ensure that the Web control has both toolbox and visual designer support. What should you do?
Correct Answer: B
Vote an answer
You are developing a Web application. Your code restricts access to some pages based on the user's credentials.
You need to configure IIS to supply the user's Windows credentials to your Web application. These credentials must be encrypted.
What should you do?
You need to configure IIS to supply the user's Windows credentials to your Web application. These credentials must be encrypted.
What should you do?
Correct Answer: D
Vote an answer
You create a large, n-tier Web application that has a custom event tracking system.
You need to create a custom event type that enables your event tracking system to record all relevant
event details for all types of events.
The events must be stored in Microsoft SQL Server.
From which base type should your custom event type inherit?
You need to create a custom event type that enables your event tracking system to record all relevant
event details for all types of events.
The events must be stored in Microsoft SQL Server.
From which base type should your custom event type inherit?
Correct Answer: B
Vote an answer
You create an application. The application processes hundreds of XML documents per minute. The XML documents are validated against inline schemas.
You need to load XML documents from the file system and read them as quickly as possible. XML comments must be ignored while reading the XML documents.
What should you do?
You need to load XML documents from the file system and read them as quickly as possible. XML comments must be ignored while reading the XML documents.
What should you do?
Correct Answer: D
Vote an answer
You create a Web Form that contains a text box named txtDate. You want the text box to allow users to enter any valid date.
You need to use an ASP.NET validation control to ensure that only valid date values are submitted to the server.
What should you do?
You need to use an ASP.NET validation control to ensure that only valid date values are submitted to the server.
What should you do?
Correct Answer: A
Vote an answer
You are developing a Web Form that includes a text box named txtDate.
You need to ensure that text typed in txtDate is a valid date.
What should you do?
You need to ensure that text typed in txtDate is a valid date.
What should you do?
Correct Answer: D
Vote an answer
