教師: Steven Borg 和 Sachi Williamson
2016年7月28日 星期四
2016年7月25日 星期一
Testing in Visual Studio 2015: 7 | Exploratory Testing Basics
教師: Steven Borg 和 Sachi Williamson
2016年7月13日 星期三
Testing in Visual Studio 2015: 6 | Web Performance and Load Testing Basics
教師: Steven Borg 和 Sachi Williamson
2016年7月11日 星期一
Testing in Visual Studio 2015: 5 | Automated UI Testing Basics
教師: Steven Borg 和 Sachi Williamson
2016年7月4日 星期一
Testing in Visual Studio 2015: 4 | Acceptance/Manual Testing Basics
教師: Steven Borg 和 Sachi Williamson
2016年6月28日 星期二
MVA 字幕下載 (2016)
如果你所看的課程是2015/5前,可在該課程的網址後加上:/captions?f=webvtt&l=en
本文所介紹的是在這之後的課程字幕取得方式,建議使用Chrome,原因之後會說明
- 首先進入到學習的課程並確認該課程有提供字幕。
- 進入瀏覽器的除錯模式,Chrome(或Edge)的快捷鍵是F12,並且搜尋”caption”以找到<track src=… >的段落。
- 使用Chrome的好處是,你可以移動游標到src後的連結位置,並選擇“Open link to new table“即可開啟字幕檔所在位置。
- 將開啟的檔案另存新檔即可得到.xml字幕檔案。
- .xml的字幕檔符合W3C定義TTML規範,如果你的播放器不支援這種字幕格式,可以嘗試使用我製作的免費轉換工具 SRToTTML將它轉為一般的srt檔案進行播放。
2016年6月27日 星期一
2016年6月21日 星期二
Testing in Visual Studio 2015: 2 | Unit Testing Basics
教師: Steven Borg 和 Sachi Williamson
2016年6月16日 星期四
Testing in Visual Studio 2015: 1 | Introducing the Testing Tree
2016年6月15日 星期三
2016年6月13日 星期一
2016年6月6日 星期一
2016年5月30日 星期一
2016年5月26日 星期四
2016年5月19日 星期四
2016年5月16日 星期一
2016年5月15日 星期日
2016年5月5日 星期四
Windows 10: Developing Responsive and Adaptive UIs
教師: Daren May 和 Geoffrey Morgan
ENG Sub: | 18137-229124-cpkob0rc.srt |
中文字幕: | 18137-229124-cpkob0rc.zh-TW.srt |
Assessment:
- Which object should you use to create adaptive and responsive UWP applications?
- What should you do to target a view to a specific device?
- Which two of the following should you add to make phone calls from a UWP Windows application?
- When creating a new item from Microsoft Visual Studio, what is the difference between XAML View and XAML Page?
- Which object should you use to ensure that you can change the layout of an application as soon as the size of the application is below a certain threshold?
2016年4月30日 星期六
XAML for Windows 10: Items Controls: 2 | Templates
教師: Daren May 和 Jerry Nixon
ENG Sub: | 17822-233415-h2mwalpm.srt |
中文字幕: | 17822-233415-h2mwalpm.zh-TW.srt |
Assesstment:
- Which code should you use to specify an ItemsPanelTemplate as a resource by using the Key “HorizontalWrapGrid”?
- Which syntax should you use to change the visibility of an element based on the number of items by calling a custom converter named VisibleWhenZeroConverter?
- What should you implement in an IValueConverter interface?
- In a DataTemplate, what should you use to specify that the object type is Customer?
- Which property should you use to change the way items are added graphically to an ItemsStackPanel control?
- In a ListView control, which XAML markup should you use to use an ItemsPanelTemplate?
- What statement correctly describes data virtualization in XAML?
2016年4月25日 星期一
XAML for Windows 10: Items Controls: 1 | Items Controls Fundamentals
教師: Daren May 和 Jerry Nixon
ENG Sub: | 17822-233413-fu5lrctb.srt |
中文字幕: | 17822-233413-fu5lrctb.zh-TW.srt |
Assessment:
- Which control does the MenuFlyOut control inherit?
- What should you use to set custom style-selection logic for a style that can be applied to each generated container element?
- In an ItemsControl element, which property should you use to specify which property of the objects collection should be displayed?
- According to Guidelines for Lists, which control should you use to display image-heavy content?
- According to Guidelines for Lists, which control should you use to enable users to choose one item from an expanding list?
- Which two types of objects can you use to bind elements in an ItemsControl element?
- Which code should you use to order a collection of customers by LastName?
- In an ItemsControl element, which property should you use to bind the items displayed in the control?
2016年4月17日 星期日
XAML for Windows 10: Controls: 3 | Styling
教師: Daren May 和 Jerry Nixon
ENG Sub: | 17821-233400-zkzvdji3.srt |
中文字幕: | 17821-233400-zkzvdji3.zh-TW.srt |
Assessment:
- Which location has the highest styling precedence?
- When using the XAML markup <Button Style={StaticResource MyButtonStyle}>Click me</Button>, which type of style is used?
- What should you use to reference custom styles defined in external XAML files?
- Which syntax should you use to apply a style named PrimaryBrush defined in a <Page.Resources> XAML section?
- Which file contains the default styles in a UWP application?
- Which syntax should you use to create a SolidColorBrush style named PrimaryBrush?
- When using the XAML markup <Button>Click me</Button>, which type of style is used?
- What is the difference between an implicit style and an explicit style?
2016年4月10日 星期日
XAML for Windows 10: Controls: 2 | Custom Controls
教師: Daren May 和 Jerry Nixon
ENG Sub: | 17821-233392-fx4mvtvu.srt |
中文字幕: | 17821-233392-fx4mvtvu.zh-TW.srt |
Assessment:
- Which property should you change to enable a button?
- On a Command object, which property should you use to verify whether the command can be executed?
- When creating a custom control that contains a button child control, what should you do first to attach the button click event?
- x:Bind is not supported in a ControlTemplate.
- When using x:Name in XAML, which method does the actual object create in the code behind?
- When creating a custom control that contains a button child control, to which method should you attach the button click event?
- What is the maximum number of child allowed in a ControlTemplate?
2016年3月31日 星期四
XAML for Windows 10: Controls: 1 | Control Fundamentals
講師:Daren May 和 Jerry Nixon
ENG Sub: | 17821-231895-bhm1ml4f.srt |
中文字幕: | 17821-231895-bhm1ml4f.zh-TW.srt |
Assessment:
- What is the base class of a button in XAML?
- When defining a custom control, which attribute should you use to specify which property will return the content inside the control?
- Which class provides access to the Template property in XAML?
- Which class provides access to the Style property in XAML?
- Which property should you use to specify the reference back to the resource that handles localization?
- Which are three valid syntaxes that you can use to perform binding in XAML?
- What is the most performant binding keyword in XAML?
- What is the most flexible binding keyword in XAML?
- Which class provides access to the Resources property in XAML?
2016年3月17日 星期四
Introduction to Windows Hello
教師: Peter Dawoud
ENG Sub: | 20115-261454-anvtnqwq.srt |
中文字幕: | 20115-261454-anvtnqwq.zh-TW.srt |
Assessment:
- You are evaluating fingerprint authentication. What is used as the basis for most fingerprint identification systems?
- What is the benchmark false accept rate (FAR) for Windows Hello?
- You need to identify biometrics that were introduced in Windows 10. Which two biometrics should you identify?
- You are evaluating fingerprint authentication. You need to identify the number of buckets that are classified in global fingerprint features. How many buckets should you identify?
- How many faces were used to validate face recognition in Windows Hello?
- You are evaluating the Windows Biometric Framework. You need to identify the interface that divides biometric components from the Windows Biometric API surface. Which interface should you identify?
- You need to identify the form in which fingerprint information is stored in Windows 10. Which form should you identify?
- You are considering whether to implement Windows Hello authentication. You need to identify the biometrics that are supported by Windows Hello. Which three biometrics should you identify?
2016年3月9日 星期三
訂閱:
文章 (Atom)