DRAG DROP You are developing a Microsoft ASP.NET Web API. You need to create a method to answer to the following raw HTML request. How should you complete code? To answer, drag the appropriate code segments to the correct locations.…

HOTSPOT You are developing an ASP.NET Web API to process customer and product data that is stored in separate Azure SQL Database instances. The API will use the latest versions of the .NET Framework and ADO.NET to access and modify…

HOTSPOT You are maintaining a ASP.NET Core web application that uses Entity Framework Core for data access. The application contains a model class named Student. You must add a field named FirstName to the class. The field has following requirements:…

DRAG DROP You have table named Employee that has two columns named firstName and lastName. You need to insert synchronously the first and last name of an employee into the Employee table. Which five code segments should you use? Develop…

DRAG DROP You are designing an ASP.NET Web API for a bank. The API has a controller named AccountsController that includes the following actions: You need to optimize the application’s ability to handle a large number of concurrent requests. How…

DRAG DROP You are deploying an Internet of Things (IoT) environment. You plan to collect data from various sources on irregular intervals. You need to implement a solution that meets the requirements of the following groups of users: What should…

You are developing a ASP.NET Core MVC web application that processes sensitive data. Users in an Azure Active Directory (Azure AD) group named DataAdmins must be able to see all data in human readable form. Sensitive data must be masked…