搜索


会员资源切换至【手机版】

切换本帖至【手机版】


开启左侧

Microsoft Silverlight 5 基本应用视频教程(Lynda.com Silverlight 5 Essential Training)[光盘镜

[复制链接]
发表于 2021-8-16 13:26:22 | 显示全部楼层 |阅读模式
下载备注说明:


  • 1.有些P2P资源共享较早,会出现无源或暂时无源的情况,如果您喜欢它,请耐心挂机等待。


  • 2. 有些磁力链接无法自动解析,比如:


    [url=magnet:?xt=urn:btih:E1346C46C3736056756E98D2EC22A383D7D2600F&dn=[www.books51.com]太阳之下_幸福北韩 Under.the.Sun.2015.DOCU.1080p.WEB-DL.AAC2.0.H264-FGT 4GB]点击下载[/url]



    可自行选择字符


    [url=


    红色为磁力地址


    ]点击下载


    之间的内容 (红色字符代表要复制的磁力链接代码,选择后点击CRTL+C 复制到下载工具中




  • 游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0


    资源信息:



    中文名


    : Microsoft Silverlight 5 基本应用视频教程


    英文名


    : Lynda.com Silverlight 5 Essential Training


    资源格式


    : 光盘镜像


    主讲人


    : Walt Ritscher


    发行日期


    : 2012年3月27日


    地区


    : 美国


    对白语言


    : 英语


    文字语言


    : 英文


    概述


    :



    语言:英语 网址:http://www.lynda.com/Silverlight-tutorials/Silverlight-Essential-Training/87898-2.html 类别:教程 Lynda.com 出品的时长8小时51分钟的Microsoft Silverlight 5 基本应用视频教程。微软Silverlight是一个高性能,跨平台的桌面和移动应用的丰富的应用程序框架。在这个过程中,Walt Ritscher演示了如何建立Silverlight中的各种应用,特别注重建设有吸引力的业务应用程序和提供优质的视频和音频内容。开发工作,将与C#编程语言和Visual Studio专业,以及Expression Blend中,预计在现代应用程序的交互式用户接口创建的一种工具。 Topics include: Installing the toolkit and setting up the development environment Using Expression Blend vs. Visual Studio 2010 Creating a Silverlight page Compiling an application Exploring the relationship between XAML and .NET Using C# Working with XAML Digging into the Dependency Property System Deploying and debugging code Creating sophisticated layouts with panel elements Managing Visual State with Visual State Manager Transforming the user interface (UI) with templates Understanding the event model Working with text Using business data in a binding Creating an out-of-browser (OOB) application Exploring trust levels Playing audio and video Handling errors Exploring animations Working with application windows Integration with XNA =======================================


    下载链接来自TLF 未经过安装测试与安全检测,使用者后果自负与本论坛无关 软体版权归原作者及其公司所有,如果你喜欢,请购买正版


    =======================================


    目录


    : Introduction Welcome 00m 53s Using the exercise files 00m 48s 35m 00s 1. Getting Started Overview of Silverlight 03m 29s Setting up a developer computer 02m 46s Installing the Silverlight Toolkit 02m 21s Exploring the toolkit samples 02m 35s Using Visual Studio 2010 to create a Silverlight project 05m 10s Using Expression Blend to create a Silverlight project 03m 13s Getting to know the Visual Studio interface 08m 15s Working in the Expression Blend interface 07m 11s 29m 46s 2. Project Overview Understanding the Visual Studio project structure 03m 38s Creating a Silverlight page 03m 17s Compiling your first application 05m 00s Using other assemblies in an application 05m 45s Deploying a Silverlight application 03m 43s Understanding the startup process for an application 03m 13s Understanding how users get Silverlight on their computers 05m 10s 16m 59s 3. The Programming Side Exploring the relationship between XAML and .NET 03m 57s Using C# 07m 16s Exploring the code-behind file 05m 46s 43m 22s 4. XAML Working with XAML elements and Property attributes 04m 56s Investigating XAML namespaces 07m 31s Converting XAML properties with TypeConverters 05m 01s Working with Property elements 04m 24s Assigning runtime data with XAML markup extensions 04m 21s Digging into the dependency property system 06m 12s Creating a custom dependency property 04m 42s Understanding attached properties 06m 15s 09m 35s 5. Troubleshooting and Debugging Your Code Debugging your code 05m 17s Special Silverlight debugging techniques 04m 18s 36m 00s 6. Layout Containers Understanding layout 04m 55s Using DockPanel and WrapPanel 04m 02s Exploring sophisticated layouts with the Grid 06m 40s Absolute positioning with the Canvas panel 05m 20s Scrolling content with the ScrollViewer 03m 28s Adjusting content alignment, margins, and sizing 05m 06s Using the TabControl 02m 17s Manipulating elements with transforms 04m 12s 20m 32s 7. Painting the User Interface with Brushes Painting the user interface (UI) with SolidColorBrush 06m 07s Getting colorful with gradient brushes 03m 15s Decorating elements with ImageBrush 04m 56s Creating effects with VideoBrush 06m 14s 25m 42s 8. Understanding the Event Model Understanding routed events 03m 12s Wiring up event handlers in Silverlight 06m 04s Understanding event bubbling 04m 39s Exploring mouse events 07m 43s Exploring keyboard events 04m 04s 32m 31s 9. Working with Text Displaying text on the screen 03m 24s Gathering text input from the user 05m 30s Showing complex text with RichTextBox 06m 07s Understanding text overflow and text linking 03m 14s Searching content with the AutoComplete type-ahead control 06m 45s Using and embedding Silverlight fonts 07m 31s 26m 47s 10. Using Silverlight Controls Understanding content controls 05m 07s Understanding button controls 06m 16s Using the BusyIndicator 04m 40s Showing tooltips 04m 34s Changing content size with ViewBox 01m 39s Exploring more controls 04m 31s 55m 36s 11. Working with Data Connecting elements with binding 09m 54s Using business data in a binding 09m 21s Listing data with ItemsControls 06m 39s Digging into the DataGrid 08m 28s Using the DataForm 03m 49s Storing data on the client 07m 10s Debugging XAML bindings 05m 41s Charting data 04m 34s 24m 36s 12. Running a Silverlight Application Out of Browser (OOB) Creating an Out-of-Browser (OOB) application 06m 16s Controlling aspects of an OOB application 02m 49s Alerting the user with notification windows 07m 13s Hosting HTML content in Silverlight applications 08m 18s 30m 02s 13. Harnessing More Power with Elevated Trust Applications Exploring Silverlight trust levels 03m 51s Creating an elevated trust application 05m 57s Reaping the benefits of XAP signing 06m 05s Making cross-domain calls 05m 01s Getting started with COM Interop using the Speech API 04m 21s Using COM Interop to interact with Microsoft Office 04m 47s 16m 33s 14. Windows Showing child windows 03m 48s Using a child window as a dialog window 05m 07s Creating native windows 02m 53s Maximizing a window with full screen mode 04m 45s 13m 20s 15. Navigation Dynamically loading UI content with user controls 04m 46s Using the Navigation Framework 08m 34s 09m 28s 16. Images Using resource files 03m 53s Using images in an application 05m 35s 16m 32s 17. Media Playing audio 04m 27s Playing sound effects 05m 04s Viewing video content with MediaElement 04m 58s Changing video playback speed with TrickPlay 02m 03s 14m 40s 18. Working with Peripherals Capturing video with a web camera 04m 16s Working with a microphone 03m 47s Creating print output 06m 37s 22m 35s 19. Energizing the UI with Animations Understanding Silverlight animations 04m 35s Creating animations 07m 52s Controlling animations 04m 18s Simulating physics with animation easings 05m 50s 27m 47s 20. Templates and Styles Placing XAML resources within a FrameworkElement 06m 47s Centralizing settings in styles 04m 08s Creating an alternate control UI with ControlTemplates 06m 29s Dressing up your data with DataTemplates 04m 33s Explaining the VisualStateManager: a simple way to manage control states 05m 50s 10m 55s 21. Application-Level Concepts Handling global errors in a Silverlight application 05m 46s Showing an application loading screen 05m 09s 10m 48s 22. Exploring More Silverlight 5 Features Integrating with XNA 07m 40s Exploring data analysis with PivotViewer 03m 08s 01m 06s Conclusion Goodbye 01m 06s 代码 .do–"""""'–o.. * .o"" "".. *** ,,'' ``b. * d' ``b d`d: `b. *** ,,dP `Y. *** d`88 `8. ** 8`88' `8 ** Y:d8P 8, ** P,88b ,`8 ** ::d888, ,8:8. ** dY88888 `' :: ** 8:8888 `b *** * Pd88P',... ,d888o.8 *** :88'dd888888o. d8888`88: ,:Y:d8888888888b ,d88888:88: :::b88d888888888b. ,d888888bY8b ***** * ** b:P8;888888888888. ,88888888888P ****** ** **** * 8:b88888888888888: 888888888888' ** * * ** **** 8:8.8888888888888: Y8888888888P * * * ** * * YP88d8888888888P' ""888888"Y * * ** * :bY8888P"""""'' : ** ** ** * 8'8888' d ** ** ** * :bY888, ,P ** ** ** * Y,8888 d. ,– ,8' ** ** ** * `8)888: ' ,P' ** ** ** * `88888. ,... ,P * ** *** `Y8888, ,888888o ,P * *** Y888b ,88888888 ,P' **** ** `888b ,888888888 ,,' * ***** `Y88b dPY888888OP :' * ** :88.,'. `'` p * )8P, ,b ' . ** :p d,'d`b, ,8 . dP' d8': , '8P" d8P' 8 – p ***** d,' ,d8' '' : ****** iNK H0RN Presents .. d' 8P' d' '; ** * * ** ,: `' d p. * * * **** * ,dooood88: , ,d `` `b. * * **** .o8"'""""""Y8.b 8 `"'' .o' ` """ob. ** ** * ** dP' `8: K dP'' "`Yo. ** ** * dP 88 8b. ,d' ``b ** ***** 8. 8P 8""' `" :. ** ** *** :8: :8' ,: :: ** ** *** :8: d: d' :: * ** *** :8: dP ,,' :: * *** `8: :b dP ,, :: **** *** ,8b :8 dP ,, d * ***** *** * :8P :8dP d' d 8 * *** *** :8: d8P d' d88 :P * d8' ,88' ,P ,d888 d' ** 88 dP' ,P d8888b 8 ,8: ,dP' 8. d8''88' :8 :8 d8P' d88b d"' 88 :8 d: ,d8P' ,8P""". 88 :P 8 ,88P' d' 88 :8 ,8 d8P 8 Rls Date : 05/04/12 88 :8 d: 8P ,: Type : Bookware :88 :8 8',8:,d d' Supplier : iNK H0RN :8: :8 ,8,8P'8' ,8 Disks : 1 DVD 8' :8 :8`' d' d' Archive : i–lyns5et 8 p: `8 ,P :8 # Files : 28 x 50 MB :8: p: 8, ` d8. :8: 8: :8 d88: d8: 8 `8, d8888 88b 8 88 ,d::888 888 Y: YK,oo8P :888 888. `b `8888P :888: ,888: Y, ``'" `888b :888: `b 8888 888: :: 8888: 888b Y. 8888b :888 `b 88888. `888, Y dPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPd : Lynda.com – Silverlight 5 Essential Training PdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdP : DESCRIPTION Microsoft Silverlight 5 is a rich application framework for creating high–performance, cross–platform desktop and mobile applications. In this course, author Walt Ritscher demonstrates how to build a variety of applications in Silverlight, with particular focus on building compelling business applications and delivering premium video and audio content. Developers will work with the C# programming language and Visual Studio Professional, as well as Expression Blend, a tool that simplifies creation of the interactive user interfaces expected in modern–day applications. Topics include: Installing the toolkit and setting up the development environment Using Expression Blend vs. Visual Studio 2010 Creating a Silverlight page Compiling an application Exploring the relationship between XAML and .NET Using C# Working with XAML Digging into the Dependency Property System Deploying and debugging code Creating sophisticated layouts with panel elements Managing Visual State with Visual State Manager Transforming the user interface (UI) with templates Understanding the event model Working with text Using business data in a binding Creating an out–of–browser (OOB) application Exploring trust levels Playing audio and video Handling errors Exploring animations Working with application windows Integration with XNA http://www.lynda.com/Silverlight–tutorials/Silverlight–Essential–Training/87898–2.html PdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdP Interested in joining iNK ? We're currently looking to expand. : Suppliers – Cisco / Microsoft Training : Suppliers – Online Subscriptions – TestOut/Nuggets/PrepLogic etc.. : Suppliers – MCT Access MOC/Technet : Suppliers – Often Buy Training/Subscriptions for yourself ? Or if you feel you can contribute in other ways, please contact.. –––––> Email – inkme@hush.ai dPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPd 8 8 8 8 8 : INSTALLATION 8 8 8 8 a. Extract 8 8 b. Mount/Burn 8 8 c. Play & Learn 8 8 8 8 8 PdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdPdP : RESPECT DUE DDUiSO .. JGTiSO .. AG .. CFE .. LiBiSO

    主题推广




    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    切换至【手机版】| 主站| Archiver|

    JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!

    |网站地图

    GMT+8, 2026-3-26 02:19 , Processed in 0.241121 second(s), 72 queries .

     

    快速回复 返回顶部 返回列表