【Lynda】Silverlight 3 Essential Training【CHN】中英文字幕[SRT]

作者: acely. 分类: Lynda中文字幕, ◇ 编程与开发

==========教程信息=====================================================
教程名称:Silverlight 3 Essential Training
作者:Walt Ritscher
主题:Developer, Web
使用软件:Silverlight 3
难度等级:初级
时长: 6h 50m
发布日期: Mar 02, 2010

┏ACELY STUDIO,2012
┃更多资源请访问
┃◆唯一发布站:ACELY.CN
┗◆我的博客:http://blog.sina.com.cn/u/1991840741

==========教程目录文件列表=============================================
Silverlight 3 Essential Training[SRT]
├─◆0. Introduction
│ └─◇ 0001 Welcome.srt
│ └─◇ 0002 Using the exercise files.srt
│ └─◇ 0003 Exploring the finished project.srt
│ └─◇ 0004 What you should know before taking this course.srt
├─◆1. Getting Started
│ └─◇ 0101 Silverlight 3 explained.srt
│ └─◇ 0102 Showcasing amazing Silverlight applications.srt
│ └─◇ 0103 Setting up your developer computer.srt
│ └─◇ 0104 Contrasting the Silverlight versions.srt
│ └─◇ 0105 Using Visual Studio to create a Silverlight project.srt
│ └─◇ 0106 Using Expression Blend to create a Silverlight project.srt
│ └─◇ 0107 Touring the Visual Studio interface.srt
│ └─◇ 0108 Touring the Expression Blend interface.srt
├─◆2. Project Overview
│ └─◇ 0201 Understanding the Visual Studio project structure.srt
│ └─◇ 0202 Creating a Silverlight page UserControl.srt
│ └─◇ 0203 Discovering what happens during a compile.srt
│ └─◇ 0204 Using core runtime assemblies and other assemblies.srt
│ └─◇ 0205 Deploying your Silverlight application.srt
│ └─◇ 0206 Starting up your application.srt
│ └─◇ 0207 Embedding Silverlight content on web pages.srt
│ └─◇ 0208 Understanding the end user install process.srt
├─◆3. The Programming Side
│ └─◇ 0301 Exploring the relationship between XAML and .NET.srt
│ └─◇ 0302 Choosing a Silverlight programming language.srt
│ └─◇ 0303 Exploring the code-behind file.srt
│ └─◇ 0304 Debugging Silverlight applications.srt
├─◆4. XAML
│ └─◇ 0401 Working with XAML Elements and Property Attributes.srt
│ └─◇ 0402 Investigating XAML namespaces.srt
│ └─◇ 0403 Converting XAML properties with TypeConverters.srt
│ └─◇ 0404 Nesting more complex structure with Property Elements.srt
│ └─◇ 0405 Assigning runtime data via XAML Markup Extensions.srt
│ └─◇ 0406 Digging into the Dependency Property System.srt
│ └─◇ 0407 Creating a custom Dependency Property.srt
│ └─◇ 0408 Understanding Attached Properties.srt
├─◆5. Layout Containers
│ └─◇ 0501 Understanding layout.srt
│ └─◇ 0502 Painting background and borders.srt
│ └─◇ 0503 Getting colorful with gradient brushes.srt
│ └─◇ 0504 Controlling your layout with StackPanel.srt
│ └─◇ 0505 Exploring additional layout controls in the Silverlight toolkit.srt
│ └─◇ 0506 Exploring sophisticated layout with the Grid.srt
│ └─◇ 0507 Sizing cells using the GridSplitter.srt
│ └─◇ 0508 Absolute positioning with the Canvas panel.srt
│ └─◇ 0509 Scrolling content with the ScrollViewer.srt
│ └─◇ 0510 Adjusting content with alignment, margins, and sizing.srt
│ └─◇ 0511 Enlarging your window with Full Screen mode.srt
│ └─◇ 0512 Manipulating elements with transforms.srt
├─◆6. Understanding the Event Model
│ └─◇ 0601 Understanding routed events.srt
│ └─◇ 0602 Wiring up event handlers in Silverlight.srt
│ └─◇ 0603 Understanding Event Bubbling.srt
│ └─◇ 0604 Detailing the mouse events.srt
│ └─◇ 0605 Detailing the key events.srt
├─◆7. Using Silverlight Controls
│ └─◇ 0701 Displaying text on the screen.srt
│ └─◇ 0702 Gathering text input from the user.srt
│ └─◇ 0703 Using and embedding Silverlight fonts.srt
│ └─◇ 0704 Understanding content controls.srt
│ └─◇ 0705 Understanding the button controls.srt
│ └─◇ 0706 Showing list data with ItemsControls.srt
│ └─◇ 0707 Exploring the Silverlight toolkit controls.srt
│ └─◇ 0708 Digging into the DataGrid.srt
│ └─◇ 0709 Using DataBinding to work with data.srt
│ └─◇ 0710 Floating UI with Popup and ToolTip.srt
├─◆8. Navigation
│ └─◇ 0801 Swapping content with UserControls.srt
│ └─◇ 0802 Creating dialogs and child windows.srt
│ └─◇ 0803 Using the Navigation Framework.srt
├─◆9. Images and Media
│ └─◇ 0901 Adding binary resource files to a Silverlight project.srt
│ └─◇ 0902 Showing static images with the Image Control.srt
│ └─◇ 0903 Painting UI with the Image Brush.srt
│ └─◇ 0904 Embedding video with the MediaElement.srt
├─◆10. Energizing the UI with Animations
│ └─◇ 1001 Understanding Silverlight animations.srt
│ └─◇ 1002 Creating animations.srt
│ └─◇ 1003 Controlling animations.srt
│ └─◇ 1004 Simulating physics with animation easings.srt
│ └─◇ 1005 Create a custom easing.srt
├─◆11. Templates and styles
│ └─◇ 1101 Placing XAML resources within a FrameworkElement.srt
│ └─◇ 1102 Centralizing settings in styles.srt
│ └─◇ 1103 Creating alternate control UI with ControlTemplates.srt
│ └─◇ 1104 Dressing up your data with DataTemplates.srt
│ └─◇ 1105 Explaining the VisualStateManager- A simple way to manage control state.srt
├─◆12. Application-Level Concepts
│ └─◇ 1201 Handling errors in a Silverlight application.srt
│ └─◇ 1202 Setting up application events.srt
│ └─◇ 1203 Reporting incremental progress with a loading screen.srt
│ └─◇ 1204 Storing data on the client.srt
├─◆13. Managing Expression Blend Assets
│ └─◇ 1301 Exploring the Expression Blend asset pane.srt
│ └─◇ 1302 Adding behaviors to elements with Blend Behaviors.srt
│ └─◇ 1303 Creating custom behaviors.srt
│ └─◇ 1304 Using the built-in shader effects.srt
│ └─◇ 1305 Creating custom shaders.srt
├─◆Conclusion
│ └─◇ Goodbye.srt

【本字幕由ACELY.CN独家制作发布】


┃本套教程字幕包含中文字幕
┃中文字幕使用机器翻译,对翻译结果中不当内容不承担任何责任!
┃更多中文字幕请访问唯一发布站【ACELY.CN】
┃本站中文字幕未经允许一律严禁转载!


>>>>>>>【点我下载】<<<<<<<

标签:,

您的留言是我最大的支持!

你必须登录才能发表评论!

※ 本站内容未经允许一律严禁转载!Lynda教程及字幕交流群:214645753
※ 本站文件统一解压密码:acely.cn 或 www.cgsub.com