2015年9月30日 星期三

A Developer's Guide to Windows 10: 05 | XAML performance

2015.08.12 MVA (2015.07.28 Channel 9) 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M05.zh-TW.srt

Assessment:

  1. What are three methods that you can use to realize an element manually?
  2. What can you use to control the order in which elements in a GridView are updated?
  3. You are developing a Universal Windows Platform (UWP) app that displays a long list of images that have associated text. What can you use to ensure that the text is rendered before the images?
  4. True or false: Incremental virtualization allows items in a list to be rendered as the user scrolls through the list.
  5. Which three elements will be instantiated when a page loads?

2015年9月29日 星期二

A Developer's Guide to Windows 10: 04 | XAML Data binding

2015.08.12 MVA (2015.07.28 Channel 9) 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M04.zh-TW.srt

Assessment:

  1. What can you use to pause all binding?
  2. Which property can you use to bind to the property of another element in your app?
  3. True or False: You can use x:Bind in control templates.
  4. What is the default mode for compiled binding?
  5. What are three situations in which you must use classic binding instead of compiled binding?

2015年9月25日 星期五

A Developer's Guide to Windows 10: 21 | Porting 8.1 Apps to Windows 10

2015.08.12 MVA (2015.07.28 Channel 9) 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M21.zh-TW.srt

Assessment:

  1. You have a Windows 8.1 universal app. You want to update the app to support the Universal Windows Platform (UWP) while maintaining support for Windows 8.1 devices. At a minimum, how many heads do you require?
  2. What are three supported scale factors for images in a Universal Windows Platform (UWP) app?
  3. True or false: Apps developed for Windows Phone 8.0 can run on Windows 10 desktops.
  4. When porting a Windows 8.1 RT project to a Universal Windows Platform (UWP) app, which two things require modifications?
  5. Which two methods of the FileOpenPicker are deprecated in Universal Windows Platform (UWP) apps?
  6. You have a Windows 8.1 RT project that contains the following markup in the app manifest. ... You need to port the project to the Universal Windows Platform (UWP). How should you modify the code?

2015年9月23日 星期三

A Developer's Guide to Windows 10: 20 | Live Tiles

2015.08.12 MVA (2015.07.28 Channel 9) 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M20.zh-TW.srt

Assessment:

  1. In Windows 10, which of the following are the states of tiles? Choose all that apply.
  2. What are three ways to send Toasts?
  3. What are two new features of a Toast in Windows 10?
  4. You are creating a tile that uses the TileLarge template. The tile will have three groups that each has one subgroup. How many rows and columns will the tile use to display your content?
  5. What is a benefit of adaptive tiles?
  6. What is the maximum number of buttons that a Toast can contain?
  7. On a Windows 10 tile, what is the maximum value of the badge?

2015年9月18日 星期五

A Developer's Guide to Windows 10: 18 | Navigation

2015.08.12 MVA (2015.07.28 Channel 9) 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M18.zh-TW.srt

Assessment:

  1. Which method can you use to pass a parameter from a page to a new page when the new page becomes the active page in a frame?
  2. What is the minimum width of a Universal Windows Platform (UWP) app that runs on a mobile device?
  3. Which method can you use to launch a portion of a Universal Windows Platform (UWP) app in a window?
  4. Which values can you use for NavigationMode? Choose all that apply.
  5. True or false: On a Windows 10 mobile device, you can resize a window.
  6. Which key combination is supported by the BackRequested event?

2015年9月17日 星期四

A Developer's Guide to Windows 10: 17 | Connected Experiences

2015.08.12 MVA (2015.07.28 Channel 9) 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M17.zh-TW.srt

Assessment:

  1. Which two types of identities can be used to acquire apps from the Microsoft store for consumers?
  2. True or false: Credential locker allows for credentials to be shared between apps.
  3. If you log on to a Windows 10 device by using a Microsoft account, what will be used to allow your Windows settings to roam?
  4. After how many days will the roaming app data for a Universal Windows Platform (UWP) app be deleted if the app was not used?
  5. On a Windows 10 device, which event will trigger the local settings to be synchronized to the roaming storage location?
  6. If you log on to a Windows 10 device by using a Microsoft Azure Active Directory account, what will be used to allow your Windows settings to roam?

2015年9月14日 星期一

A Developer's Guide to Windows 10: 14 | Background execution

2015.08.12 MVA (2015.07.28 Channel 9) 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M14.zh-TW.srt

Assessment:

  1. Other than long-running background tasks, what is the total amount of time that a background tasks can execute?
  2. How many background tasks for Universal Windows Platform (UWP) apps can run simultaneously?
  3. What percentage of the CPU is guaranteed for a background task to execute?
  4. Which BackgroundWorkCostValue indicates that the system has insufficient resources to run the Universal Windows Platform (UWP) app in the background?
  5. During quiet hours, which two events can occur?

2015年9月13日 星期日

A Developer's Guide to Windows 10: 13 | Application lifecycle

2015.08.12 MVA (2015.07.28 Channel 9) 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M13.zh-TW.srt

Assessment:

  1. What will cause the system to terminate a suspended Universal Windows Platform (UWP) app?
  2. You are developing a Universal Windows Platform (UWP) app. You need to ensure that when the app is terminated by the system, the next time the app starts, the user is returned to the location at which they were previously. What should you include in the app?
  3. A Universal Windows Platform (UWP) app is granted extended execution. When the extended execution is revoked, how much time does the app have before the app is suspended?
  4. Which resources are used by a Universal Windows Platform (UWP) app when the app is in a suspended state?
  5. How much time does a Universal Windows Platform (UWP) app have to go from a running state to a suspended state?

2015年9月12日 星期六

A Developer's Guide to Windows 10: 11 | App-to-App Communication

2015.08.12 MVA (2015.07.28 Channel 9) 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M11.zh-TW.srt

Assessment:

  1. Which method can you use in a Universal Windows Platform (UWP) app to verify whether a required app is installed?
  2. Which line of code can you use to remove all of the contents from a publisher's shared folder named fonts?
  3. In Windows 8.1 apps, which two methods can be used to activate an app?
  4. Which URI can be used to invoke the Bluetooth setting from a Universal Windows Platform (UWP) app?
  5. True or false: When a Universal Windows Platform (UWP) app uses the LaunchUriForResultsAsync method on a mobile device, the calling app is suspended until the results are returned.

2015年9月11日 星期五

A Developer's Guide to Windows 10: 09 | File Management

2015.08.12 MVA (2015.07.28 Channel 9) 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M09.zh-TW.srt

Assessment:

  1. You have an app manifest that contains the following markup. ... You need to provision a folder named Folder1 in the publisher's shared folder. What should you insert at line 05?
  2. What occurs when you exceed the quota limit of the roaming app folder?
  3. A user has the following Windows 10 devices: a phone, a desktop, a tablet, and a laptop. A Universal Windows Platform (UWP) app named App1 is installed on the phone and the desktop. On the phone, a setting is saved to the roaming app data folder. Which devices will synchronize the setting? Choose all that apply.
  4. What is the quota on the roaming app data folder?

2015年9月10日 星期四

A Developer's Guide to Windows 10: 08 | Adaptive Code

2015.08.12 MVA (2015.07.28 Channel 9) 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M08.zh-TW.srt

Assessment:

  1. Complete the following sentence: Windows 10 extension SDKs are available for each ...
  2. Which TargetDeviceFamiliy name value includes any device that runs Windows 10?
  3. True or false: If you have a Universal Windows Platform (UWP) app that contains references the Windows IoT extension SDK, the app can run only on IoT devices.
  4. Which statement accurately describes adaptive code?
  5. Which API can you use at runtime to verify whether a device supports a specific Windows extension SDK?

2015年9月8日 星期二

A Developer's Guide to Windows 10: 06 | Adaptive design

2015.07.28 Channel 9 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M06.zh-TW.srt

Assessment:

  1. What is the default snap point for desktop computers?
  2. How should you size element in a Universal Windows Platform (UWP) Windows app?
  3. What is the default typeface of Windows 10?
  4. Which of the following are Microsoft design language principles? Choose all that apply.
  5. Which font contains the new icons for Windows 10?
  6. Which feature of Universal Windows Platform (UWP) apps ensures that the display size of content is relative to the device type that is being used to view the content?
  7. Which conceptual design approach involves resizing and reflowing content?

2015年9月7日 星期一

A Developer's Guide to Windows 10: 07 | Adaptive UI

2015.07.28 Channel 9 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M07.zh-TW.srt

Assessment:

  1. Which statement accurately describes the behavior of RelativePanelControl?
  2. Which of the following can you use to change what elements appear in a Universal Windows Platform (UWP) app based on factors such as authenticated access, unauthenticated access, or screen orientation?
  3. What are two built-in adaptive triggers for state transition?
  4. Which API can you use to identify the device family?
  5. Which class should you use to create a custom adaptive trigger to change the visual state?

2015年9月2日 星期三

A Developer's Guide to Windows 10: 03 | XAML Controls

2015.07.28 Channel 9 有新版的課程了

目前的字幕只適用於 MVA 2015.05.29 的影片,講師是 Jerry Nixon 與 Andy Wigley

MVA 課程連結

中文字幕 (Bing翻譯): 786ADevGuideToWin10M03.zh-TW.srt

Assessment:

  1. Which layout control can you use to scale content based on the app size?
  2. Which layout control is embedded now into most XAML UI elements?
  3. Which control can you use to render a stream from a webcam?
  4. Which text control can you use to display content in multiple columns?
  5. Which control in Windows 10 replaces the search box from Windows 8?