Online Access Free 98-373 Practice Test
| Exam Code: | 98-373 |
| Exam Name: | Mobile Development Fundamentals |
| Certification Provider: | Microsoft |
| Free Question Number: | 235 |
| Posted: | May 27, 2026 |
Which two keywords in Microsoft Visual Basic .NET can you use to define value types? (Choose two.)
You create two game applications named Application A and Application B for your Windows Phone.
Application A allows users to unlock achievements as they progress through the game. The starting point of Application B is relative to the achievements unlocked by the user in Application A.
You need to share the data between the two applications.
What should you do?
You develop an application that uses a list box to display a list of movies retrieved from a web service.
Which property of the ListBox class is used to link the movie list and data?
You are developing a Windows Phone application. The application has a class named
MainPageViewModel that is data-bound to the PhoneApplicationPage's DataContext element in MainPage.xaml.
You need to use data binding to update controls on the MainPage.xaml page periodically.
Which interface should be implemented by the MainPageViewModel class?