2015年10月29日 星期四

Introduction to JSON with C#: 4 | JSON Application Data Storage

MVA課程連結

英文字幕: 12722-175934-2dbqqkf5.enUS.srt

中文字幕: 12722-175934-2dbqqkf5.zh-TW.srt

Assessment:

  1. In the sample application, what data type was deserialized from the JSON file?
  2. In the sample application, when does the data.json file get edited?
  3. Which of the following would cause the deserialized list to be null upon starting up the application?
  4. In the sample application, why was the Item class made to implement the IEquatable interface?
  5. Which line of code is necessary to use File IO functions?

Introduction to JSON with C#: 3 | Parsing and Generating JSON files

MVA課程連結

英文字幕: 12722-175932-yvy1lnrs.enUS.srt

中文字幕: 12722-175932-yvy1lnrs.zh-TW.srt

Assessment:

  1. Which line of code is necessary to include in order to allow JSON.NET functions to work?
  2. Which of the following data types can be deserialized by either the JSON.NET or the JavaScriptSerializer libraries?
  3. JSON.NET is supported through the NuGet package manager within Visual Studio
  4. Which reference is needed for the JavaScriptSerializer Class to work?
  5. What are the main differences between the JSON.NET and JavaScriptSerializer libraries?

Introduction to JSON with C#: 2 | JSON Syntax

MVA課程連結

英文字幕: 12722-175930-3x0gbgua.enUS.srt

中文字幕: 12722-175930-3x0gbgua.zh-TW.srt

Assessment:

  1. What does this JSON data represent?
  2. JSON Arrays are surrounded by what?
  3. Which of the following can be JSON values?
  4. Can a JSON Array contain Objects or Arrays?
  5. What is wrong with the JSON Object listed below?

Introduction to JSON with C#: 1 | Introduction to JSON with C#

MVA課程連結

英文字幕: 12722-175928-fxg4emyc.enUS.srt

中文字幕: 12722-175928-fxg4emyc.zh-TW.srt

Assessment:

  1. Which language does JSON share its syntax with?
  2. What are the main differences between JSON and XML?
  3. What are some reasons to use JSON?

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?