Online Access Free 98-361 Exam Questions
Exam Code: | 98-361 |
Exam Name: | Microsoft MTA Software Development Fundamentals |
Certification Provider: | Microsoft |
Free Question Number: | 389 |
Posted: | Sep 01, 2025 |
You are developing an application that needs to retrieve a list of customers and their orders from a SQL Server database.
After the list is retrieved, you should be able to display this data, even when a connection to the SQL Server is not available.
Which of the following classes should you use to hold the data?
You are writing a Web application that processes room reservation requests.
You need to verify that the room that a guest has selected is not already reserved by another guest.
Which type of programming should you use to determine whether the room is still available when the request is made?
In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?
You are writing a C# program that iterates through a collection such as arrays and lists.
You need to make sure that you process each item in the collection once.
You also need to ensure that your code is easy to read and debug.
Which of the following C# statements provide the best solution for this requirement?