- Home
- Microsoft Certification
- 70-357 Exam
- Microsoft.70-357.dumpsfiles Dumps
Free Microsoft 70-357 Exam Dumps Questions & Answers
| Exam Code/Number: | 70-357Join the discussion |
| Exam Name: | Developing Mobile Apps |
| Certification: | Microsoft |
| Question Number: | 55 |
| Publish Date: | Jul 12, 2026 |
|
Rating
100%
|
|
Total 55 questions
You must create a project for shared code.
Solution: You implement the shared code in a Shared Project.
Does this meet the goal?
Hotspot Question
You are developing a Universal Windows Platform (UWP) app by using XAML and C#.
A team member has written a XAML page includes a button with an event handler method named ButtonSendNotification_Click() registered to the Click event.
You are reviewing the following code segment written by the team member (line numbers are added for reference only):




You need to implement the appropriate XAML layout for the Timeline app.
Solution: You create an instance of a SplitView control.
Does this meet the goal?
You are developing a Universal Windows Platform (UWP) app.
Your app stores files on a user's device.
You need to be able to replace the existing files with new files generated by the user.
Solution: You run the StoragaFile.GetParentAsync method to get a reference to the existing file.
Then, you run the StorageFile.CreateStreamedFileAsyne method to create the- new file at that same location.
Does this meet the goal?
You must create a project for shared code.
Solution: You implement the shared code in a .NET class library.
Does this meet goal?