You are developing a WCF Data Services service in Visual Studio 2012 to display movie information from a SQL Server database that changes every 24 hours. The service is defined in the following class. The application contains the following Entity…

You are developing an ASP.NET MVC Web API image management application. The application must meet the following requirements: It must send or receive image data without the use of a buffer. It must allow up to 4 MB of image…

You are developing an ASP.NET MVC Web API application. The method names of the Web API must match naming guidelines for RESTful services. You need to create methods to support standard insert, select, update, and delete operations in an HTTP…

You are developing an ASP.NET Web API application that will be consumed by a web browser via a composite application that is served from another web domain. You need to configure the Web API. What should you do? (To answer,…

You are developing an ASP.NET Web API action method. The action method must return the following JSON in the message body. {" Name ":" Fabrikam", "Vendor Id": 9823, "Items": ["Apples", "Oranges"] } You need to return an anonymous object that…

You are developing a WCF service. You need to create a duplex contract. What should you do? (Each correct answer presents part of the solution. Choose all that apply.) A. Apply the MessageContractAttribute attribute to every public method signature included…

You are developing a library management application that uses the ADO.NET Entity Framework against a SQL Server database. The application has a method that returns check outs filtered by date. The Book class is shown below. You must filter the…

You are developing an ASP.NET MVC application. The application is a loan processing system that uses the ADO.NET Entity Framework against a SQL Server database. It has a controller that loads a page that displays all loans along with rate…

You are developing an ASP.NET MVC application. The application is an order processing system that uses the ADO.NET Entity Framework against a SQL Server database. It has a controller that loads a page that displays customers. Customers are filtered on…

You are developing an ASP.NET MVC application that reads and writes data from a SQL Server database. You need to maintain data integrity including retrieving identical sets across reads in all situations that use transactions. Which isolation level should you…