You are developing a Windows Communication Foundation (WCF) service for a company. The service will be used for bidirectional communications between the company’s physical offices. You plan to implement Azure Service Bus. You need to configure the WCF service. Which…

You are developing an order processing application that uses the Entity Framework against a SQL Server database. The application has a method that returns orders filtered by date. The Order class is shown below. You must filter the data on…

Note: This question-is part of a series of questions that present the same scenario. Each question-in the series contains a unique solution that might meet the stated goals. Some question-sets might have more than one correct solution, while others might…

You add a .NET application to a Docker container and deploy the container to Azure Service Fabric. You use a corporate base image that includes Microsoft SQL Server for storing data. You deploy the application to development and staging environments.…

You are developing an ASP.NET MVC web application that contains the following HTML. <table id= "customer" ></table> You also have an ASP.NET Web API application that contains a call for retrieving customers. You must send and retrieve the data in…

Note: This question-is part of a series of questions that present the same scenario. Each question-in the series contains a unique solution that might meet the stated goals. Some question-sets might have more than one correct solution, while others might…

Note: This question-is part of a series of questions that present the same scenario. Each question-in the series contains a unique solution that might meet the stated goals. Some question-sets might have more than one correct solution, while others might…

DRAG DROP You need to ensure that data is cached. How should you complete the markup? To answer, drag the appropriate XML segments to the correct locations. Each XML segment may be used once, more than once, or not at…

You are building an ADO.NET Entity Framework application. You need to validate the conceptual schema definition language (CSDL), store schema definition language (SSDL), and mapping specification language (MSL) files. Which Entity Data Model tool can you use? (Each correct answer…

You are designing an ASP.NET Web API application. You need to select an HTTP verb to allow blog administrators to moderate a comment. Which HTTP verb should you use? A. GET B. POST C. DELETE D. PUT