Silverlight 5 Features

原文下载地址

Improved media support

·        Low Latency Audio Playback: Use the SoundEffect API to trigger low-latency
sound

·        Variable Speed Playback: allows video to be played at different speeds
and supports fast-forward and rewind. At up to twice the speed, audio pitch
correction allows users to watch videos while preserving a normal audio pitch.

·       H/W Decode of H.264 media: Significant performance improvements with
H.264 media decoding of unprotected content

·       DRM Key Rotation/LiveTV Playback: Long-running live TV playback protected
through the use of rotating licenses

·       Application-Restricted Media: Prevents playback of protected content in
unauthorized applications

Improved Text support

·        Text Tracking & Leading: Exercise fine-grained control over the spacing between characters
and lines in your text

·        Linked Text Containers: Create linked RichTextBlocks that allow text to flow seamlessly
from one to the next

·        OpenType and Pixel Snapped Text : Improved
text clarity

·        Postscript vector printing: reduces the size of print jobs and improves
rendering quality of text

·        Performance improvements for Block Layout Engine.

Building next-generation business applications

·        PivotViewer -- now included in SDK. Adds support for dynamic client-based
collections, XAML-based visuals, and customizability.

·        ClickCount: Add support for multi-click to your application

·        Listbox/ComboBox type-ahead
text searching
: Listboxes and ComboBoxes can now scroll
based on text input

·        Ancestor RelativeSource
Binding
: Bind to a property on a parent control

·        Implicit DataTemplates: Allow DataTemplates to be defined implicitly

·        DataContextChanged event

·        Added PropertyChanged to the UpdateSourceTrigger enum

·        Save File and Open File Dialog: Specify
a default filename when you launch your SaveFileDialog and specify a default
directory when you launch your OpenFileDialog

·        Databinding Debugging: Set a breakpoint directly in XAML, examine locals, and debug your
bindings

·        Custom Markup Extensions: Execute custom code at XAML parse time

·        Binding on Style Setters: You can now specify a binding within a style

Silverlight 5 performance improvements

·        Parser Performance Improvements: Improved XAML parse times for
UserControls & ResourceDictionaries

·        Network Latency Improvements: Significant performance improvement in ClientHttpWebRequest
scenarios

·        H/W accelerated rendering in
IE9 windowless mode
: Silverlight now uses the new
SurfacePresenter APIs for H/W accelerated rendering in IE9 windowless mode

·        Multicore JIT: Shortens the start-up time for Silverlight apps

·        64-bit browser support

Graphics improvements

·        Improved Graphics stack: The graphics stack has been re-architected to add features such as
Independent Animations

·        3D: Use the XNA API on the Windows platform to gain low-level access
to the GPU and draw vertex shaders and low-level 3D primitives. Includes Render
targets, XNA built-in effects, surface composition settings for depth/stencil
buffers and multi-sample anti-aliasing

Silverlight 5 extends features of the "Trusted Application" model

Silverlight 5 extends features of the
‘Trusted Application’ model to the browser for the first time. These features,
when enabled via a group policy registry key and an application certificate,
mean users won’t need to leave the browser to perform complex tasks:

·        Multiple window support: Launch multiple top-level windows inside a SL OOB application

·        Full-Trust in-browser: Using Group Policy, deploy signed in-browser applications that
harness the full power of full-trust functionality

·        In-browser HTML support: Host your WebOC within an in-browser SL application

·        Unrestricted File System
Access
: Read from and write to any directory on
your system, from a full-trust application

·        P/Invoke support : Allows existing
native code to be run directly from Silverlight

Tools improvements

  • Visual Studio Team
         Test support.



 



 

转载于:https://www.cnblogs.com/Ken-Cai/archive/2012/08/15/2639406.html

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/422248.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

scp会覆盖同名文件吗_你会Hypermesh一键式完成几何文件到求解文件的输出吗?

前不久,我在仿真秀APP更新了2篇Hypermesh二次开发的文章,介绍了《Hypermesh二次开发之电子产品跌落全流程开发讲解》和《前处理软件Hypermesh二次开发如何从入门到精通》;同步推出了《Hypermesh 二次开发高级培训11讲》线上视频课程&#xff…

前端学习(537):多列布局4横跨多列

<!DOCTYPE html> <html lang"en"> <head><meta charset"UTF-8"><meta name"viewport" content"widthdevice-width, initial-scale1.0"><title>css多列布局</title><style>.parent,.p…

JSONP 跨域共享信息

定义来源&#xff1a;http://zh.wikipedia.org/wiki/JSONP JSONP&#xff08;JSON with Padding&#xff09;是资料格式 JSON 的一种“使用模式”&#xff0c;可以让网页从别的网域要资料。另一个解决这个问题的新方法是跨来源资源共享。 由于同源策略&#xff0c;一般来说位于…

crontab 每周五_crontab定时任务 每隔一周的周五执行

定时任务每隔一周的周五执行 * * * * 05 /bin/bash -c (($(date +\%s) / 86400 \% 14)) && your-script 测试是否成功执行命令 写入定时任务 crontab -e 01 04 * * 05 /bin/bash -c (($(date +\%s) / 86400 \% 14)) && /bin/date +\%F_\%w >>/tmp/date.l…

jdbc各种数据库的连接说明

-------------------------------oracle--------------------------------驱动&#xff1a;oracle.jdbc.driver.OracleDriver URL&#xff1a;jdbc:oracle:thin:<machine_name><:port>:dbname 注&#xff1a;machine_name&#xff1a;数据库所在的机器的名称&#…

linux mysql 端口配置文件_linux虚拟机中各服务端口及配置文件路径

查询端口状况命令&#xff1a; netstat -an| grep 端口号查询服务状态(服务是否开启)命令&#xff1a;systemctl status 服务名开启服务命令&#xff1a;systemctl start 服务名1. ssh服务&#xff1a;端口 &#xff1a;22 配置文件路径&#xff1a;/etc/ssh/ssh.con…

前端学习(539):全屏布局得实现

<!DOCTYPE html> <html lang"en"> <head><meta charset"UTF-8"><meta name"viewport" content"widthdevice-width, initial-scale1.0"><title>全屏布局</title><style>html,body{mar…

【翻译】Pro.Silverlight.5.in.CSharp.4th.Edition - 第三章 布局 03

目录&#xff1a;点击这里 上一篇&#xff1a;【翻译】Pro.Silverlight.5.in.CSharp.4th.Edition - 第三章 布局 02 使用Canvas基于坐标布局 到目前为止我们还剩下Canvas没有学习到。Canvas可以让我们使用精确坐标给元素设置位置。对于设计一个以数据为主导的窗体和标准对话框来…

mysql mvcc 隔离级别_关于 Mysql 四种隔离级别中 Lock 和 MVCC 的关系

读写锁共享锁(share lock)&#xff5c; 读锁(read lock)读锁是共享的&#xff0c;或者说是相互不阻塞的。多个客户在同一时刻可以同时读取同一个资源&#xff0c;而互不干扰SELECT ... LOCK IN SHARE MODE排他锁(exclusive lock)&#xff5c; 写锁(write locl)写锁则是具有排他…

python三级联动菜单_VUE+element三级联动或树形菜单获取最后一项,并加入到表格中...

如下图,要实现的功能如下,勾选三级联动的材料,勾选最后一级的材料,把勾选的材料信息动态添加到下面表格中1 data数据return {options:[], // 三级联动 数据optionsObj : {} //{id: item} 材料id键值对clList: [], // 选中的材料}2 从后台获取三级联动数据getDataTrees(){this.s…

开博声明

首先想说的是博客园的博客一键搬家功能真不错&#xff0c;很方便的把CSDN上的旧博文搬家过来了&#xff0c;虽然只有区区几篇&#xff0c;但是敝帚自珍嘛。 在这里开博的原因有几个方面&#xff0c;一是随着工作年限的增加&#xff0c;越来越感觉到平时积累的重要性&#xff0c…

前端学习(542):node得环境搭建

进入官网下载 node.js 建立一个文件夹 直接下一步&#xff0c;下一步 安装完成以后 winr 安装完成 建立一个js文件 找到路径 运行

python语言是非跨平台语言吗_python是跨平台的语言吗

Python是跨平台的&#xff0c;免费开源的一门计算机编程语言。是一种面向对象的动态类型语言&#xff0c;最初被设计用于编写自动化脚本(shell)&#xff0c;随着版本的不断更新和语言新功能的添加&#xff0c;越来越多被用于独立的、大型项目的开发。支持常见的主流平台&#x…

技术人员,你拿什么拯救你的生活----温水煮青蛙

有时候&#xff0c;我常常问自己这样一个问题&#xff1a;如何哪天你不搞技术了&#xff0c;你还可以干什么&#xff1f;还能够用什么来养活自己和家人&#xff1f;很多的朋友看到这个问题之后可以给出很多的答案&#xff0c;例如转管理&#xff0c;自主创业&#xff0c;实在不…

用python直接调用asr技术_语音识别技术ASR(一)基本概念

注&#xff1a;本文内容主要来源自台大李宏毅老师的Deep Learning for Human Language Processing系列课程一、语音识别的基本过程语音识别的输入一般是时域的语音信号&#xff0c;数学上用一系列向量表示(length T, dimension d)&#xff0c;输出是文本&#xff0c;用一系列to…

前端学习(544):node的全局模块

//console.log(process.env);let num1parseInt(process.argv[2]) let num2parseInt(process.argv[3])console.log(num1num2);运行