What should you do?
You work as the Microsoft.NET developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. All servers in the domain run Windows Server 2003.
The development of applications forms part of your responsibilities at Domain.com. You are currently developing an application that monitors a network for changes. The application itself consists of a Microsoft ASP.NET Web application and a Microsoft .NET Remoting server component. Both of these exist on the same server but run in different processes. Policies and rules for monitoring the network are stored in a Microsoft SQL Server 2005 database. The server component contains a class named Monitor. This class contains a method named GetChanges that returns a DataSet instance. Changes to the network are represented by DataSet. When initiated the Monitor class will retrieve all policies and rules from the database. You need to code the host application for the remote component to register the Monitor class for .NET Remoting. However, you do not want the remote component to query the database each time the GetChanges method is called. This means that you should configure a certain code segment.
What should you do?
What should you do?
You are creating a Windows application by using the .NET Framework 3.5.
An existing ASP.NET application has the following specifications:
The application is hosted on a server named SERVER1.
Reports are built by using the Microsoft SQL Server 2008 Reporting Services (SSRS).
The reports execute on SERVER1.
User credentials are stored in a Microsoft SQL Server 2008 database.
Users can view the reports after authentication to the ASP.NET application.
The Windows application runs on a local computer. The reports that are used in the ASP.NET application
are also applicable to the Windows application users.
You need to design a reporting strategy to ensure that the Windows application displays the reports by
using a MicrosoftReportViewer control.
What should you do?
What should you do?
You create a Windows Forms application by using Microsoft Visual Studi .NET 2008 and the .NET Framework 3.5.
The application is installed on several computers on the network.
All unhandled and unexpected exceptions must be logged to a central location to allow reporting for administrator users.
You need to record the exception details. What should you do?
Which two actions should you perform?
You are creating a Windows Forms application by using the .NET Framework 3.5. You plan to deploy the application in multiple countries and languages. You need to ensure that the application meets the globalization requirements. Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
What should you do?
You work as the Microsoft.NET developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. All servers in the domain run Windows Server 2003.
Domain.com operates as a pharmaceutical company with many branch offices that are located worldwide.
The development and deployment of Extensible Markup Language (XML) Web Services forms part of your responsibilities at Domain.com. You have just developed and deployed an Extensible Markup Language (XML) Web Service that will allow other companies to submit encrypted SOAP messages to Domain.com. The assembly that contains the Web service also contains a SOAP extension class named EncryptionExtension that decrypts the SOAP messages that represents the medical records. Due to the size of some of the messages, you implemented a second SOAP extension class named CompressionExtension that decompresses compressed SOAP messages. This class exists in the SoapUtilities namespace in an assembly named SoapUtilities.dll
You must modify the Web.config file for the Web service to ensure that decompression occurs before decryption.
What should you do? (Choose the correct configuration from the given options.)
What should you do?
You are creating a Windows application by using the .NET Framework 3.5.
The application is used to track the activities of the sales team of your company.
The application has the following features:
It stores information in a local Microsoft SQL Server 2008 database instance.
It uses SQL Server 2008 Reporting Services (SSRS) to render reports.
You need to design a reporting strategy that implements the following tasks:
It renders the reports in the application.
It allows export of the reports as a PDF document.
What should you do?
What should you do?
You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
The application includes two namespaces named Contoso.Security and Contoso.Log.
Classes in the Contoso.Security namespace will be distributed for use in a data access layer component.
Classes in the two namespaces will be distributed for use by other client components in the application.
Not all client components will use both the Contoso.Security and Contoso.Log classes.
You plan to design a strategy for component reuse. You need to ensure that unnecessary code is not distributed to any client application.
You also need to ensure that all necessary code is available to dependent components.
What should you do?
Which code segment should you use?
You are creating a Windows Forms application by using the .NET Framework 3.5. The application requires a form to display a clock. You need to create a circular form to display the clock. Which code segment should you use?
What should you do?
You work as the Microsoft.NET developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. All servers in the domain run Windows Server 2003. Domain.com operates as a pharmaceutical company with many branch offices that are located worldwide. The development and deployment of Extensible Markup Language (XML) Web Services forms part of your responsibilities at Domain.com. You have just developed and deployed an Extensible Markup Language (XML) Web Service that will allow for the exchange of encrypted SOAP messages between the different Domain.com branch offices. The assembly that contains the Web service also contains a SOAP extension class named EncryptionExtension that encrypts the SOAP messages. Due to the size of some of the messages, you implemented a second SOAP extension class named CompressionExtension that compresses SOAP messages. This class exists in the SoapUtilities namespace in an assembly named SoapUtilities.dll
You must modify the Web.config file for the Web service to ensure that compression occurs after encryption.
What should you do? (Choose the correct configuration from the given options.)
What should you do?
You are creating a Windows application by using the .NET Framework 3.5.
The application contains a form that has 10 data entry controls.
When the user presses the F1 key, help information for the selected control must be displayed.
You need to create an event handler to display the help information by using a sender parameter.
What should you do?