You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The application uses the LINQ ParallelEnumerable. AsParallel method to perform multiple queries on a database. You need to ensure that queries can execute on separate threads concurrently. What should you do? ()
第1题:
You create a control named ContosoUI for a Web application. You need to add the control to the toolbox of Microsoft Visual Studio .NET. Which two actions should you perform?()
第2题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. A user reports that when he runs a query, it takes a quite long time and it is still unfinished. As the IT support, you have to verify whether the query is blocked. Which tool should you use? ()
第3题:
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application includes a function that is triggered by filling out a form and by clicking a button. Currently, the application is tested manually. You need to create an automated and iterative process to test the application. What should you do?()
第4题:
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application uses data-bound controls. You discover that when the application is executed by users, one of the controls is not displayed properly. You need to view the property values assigned to the controls. What should you do?()
第5题:
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains a ListBox control named lbxItems that is data-bound to a collection of objects. Each object has a DisplayValue property. You add a Button control to the application. You need to ensure that the Content property of the Button control is data-bound to the DisplayValue property of the selected item of lbxItems. Which binding expression should you use?()
第6题:
You are employed as a network administrator at Certkiller.com. You are in the process of creatingan Asp.Net application using Microsoft .NET Framework v3.5. The application is hosted on a server named CERTKILLER-SR01. CERTKILLER-SR01 isconfigured to run Microsoft IIS 6.0. You receive several requests from management to set upCERTKILLER-SR01 for remote debugging. You need to make use of CERTKILLER-WS01 inorder to debug the application remotely. What should you do?()
第7题:
Use the AsOrdered method.
Use the SelectMany method.
Use the AutoBuffered option in the WithMergeOptions method.
Use the WithExecutionMode method with the ParallelExecutionMode.ForceParallelism parameter.
第8题:
Use IntelliTrace.
Use data-driven tests.
Create a single test class.
Create a test method for each data variation.
第9题:
Use IntelliTrace.
Use UISpy.exe to extract the user interface (UI) information. Then, use MSTest.exe.
Use classes in the System.Windows.Automation and System.Windows.Automation.Text namespaces.
Use the Action Recording methodology to record the user interface (UI) actions. Then, use MSTest.exe.
第10题:
Use XCopy deployment.
Use the Windows Azure AppFabric.
Use the Windows Azure Storage Services REST API.
Use the Windows Azure Tools for Microsoft Visual Studio 2010.
第11题:
You should use the Database Engine Tuning Advisor tool
You should use the Windows System Monitor tool
You should use the Job Activity Monitor tool in Microsoft SQL Server Management Studio
You should use the Activity Monitor tool in Microsoft SQL Server Management Studio
第12题:
Use the Local Window.
Use the WPF Visualizer.
Generate a trace log by using IntelliTrace.
Set a breakpoint at the control. Run the application.
第13题:
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Framework (WPF) application. You have a company logo that must appear on multiple forms in the application. The logo design changes frequently. You need to ensure that when the logo image is changed, you only need to update a single location. What should you do?()
第14题:
You plan to deploy a new Microsoft Visual Studio Tools for Office(VSTO) add-in for Excel.You need to ensure that the VSTO add-in is deployed appropriately.What should you do?()
第15题:
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You discover that when the application runs, a user control is not rendered correctly. You need to find out the user interface (UI) element of the window that is causing the rendering problem. What should you do?()
第16题:
A Windows Azure application is running in the development fabric. You need to recommend an approach for deploying the application to Windows Azure. What should you recommend?()
第17题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance.You must make sure that all SQL Server instances are consistently configured for naming conventions, security settings, force index creation and avoidance of data fragmentation. So what action should you perform to achieve this goal?()
第18题:
This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.
This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.
This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.
This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.
第19题:
Start the application in debug mode.Place a breakpoint at the main entry point of the application.Use the debugger to step through the application code.
Start the application in debug mode.Place a breakpoint at the main entry point of the application.Use the WPF Tree Visualizer tool.
Enable IntelliTrace and configure Visual Studio to generate a trace log.Start the application in debug mode.
Enable IntelliTrace and configure Visual Studio to generate a trace log.Start the application by double-clicking the executable file (.exe).
第20题:
Attach Microsoft Visual Studio.NET to the w3wp.exe process.
Attach Microsoft Visual Studio.NET to the inetinfo.exe process.
Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.
Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.
第21题:
Attach Microsoft Visual Studio.NET to the w3wp.exe process.
Attach Microsoft Visual Studio.NET to the inetinfo.exe process.
Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.
Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.
第22题:
Use IntelliTrace.
Use PresentationTraceSource.
Run the application in debug mode with Visual Studio 2010. Use the Auto window while you step through the application code.
Run the application in debug mode with Visual Studio 2010. Use the WPF Visualizer while you step through the application code.
第23题:
Attach the remote debugger to the application.
Use the Microsoft Visual Studio 2010 Test Manager tool.
Use IntelliTrace to collect only eventsfrom the application.
Use IntelliTrace to collect events and call information from the application.