Historical flight information data will be stored in Windows Azure Table Storage using the Flightlnfo class as the table entity. There are millions of entries in the table. Queries for historical flight information specify a set of airlines to search…

You are adding a new REST service endpoint to the FlightDataController controller that returns the total number of seats for each airline You need to write a LINQ to Entities query to extract the required data, Which code segment should…

You need to load flight information provided by Consolidated Messenger What should you use? A. Office Open XML B. COM interop C. OleDbConnection and OleDbDataReader D. EntityConnection and EntityDataReader

You are adding a new REST service endpoint to the FlightDataController controller. It returns flights from the consolidated data sources only for flights that are late. You need to write a LINQ to Entities query to extract the required data…

Data provided by Consolidated Messenger is cached in the HttpContext.Cache object. You need to ensure that the cache is correctly updated when new data arrives. What should you do? A. Ensure that the EffectivePrivateBytesLimit value is greater than the size…