前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >WPF E 文章汇总

WPF E 文章汇总

作者头像
张善友
发布2018-01-26 17:33:16
7680
发布2018-01-26 17:33:16
举报
文章被收录于专栏:张善友的专栏张善友的专栏

MSDN "WPF/E" (codename) Dev Center : http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx 对网上的WPF/E 文章汇总,前一部分来自思归WPF/E技术文章,每天整理一些资源.

1。WPF/E 起步 -- Getting Started with "WPF/E" (Code Name) http://msdn2.microsoft.com/en-us/library/bb190632.aspx

讨论了WPF/E是提高用户体验的“下一步”,与Java Applets, ActiveX, and Flash相比,它涉及的不是二进制的文件,而是XAML 文件,可以在客户端通过脚本来操作,XAML 文件可以使用很多工具来生成,包括微软的Expression Graphic Designer。然后该文示范了如何在VS 2005里通过WPF/E项目模板生成一个含有动画效果的项目。

2。WPF/E架构综述 -- "WPF/E" (Code Name) Architecture Overview http://msdn2.microsoft.com/en-us/library/bb190633.aspx

支持的实战用例场景:

  • 可以通过事件来控制播放Web媒体
  • 游戏和gadgets
  • 可用做导航,数据视觉效果以及广告等Web视觉元素

3。WPF/E之Web媒体场景 -- "WPF/E" (Code Name) for Web Media Scenarios http://msdn2.microsoft.com/en-us/library/bb190634.aspx

另外,Shawn Burke提供了一个Toolkit Extender 方便ASP.NET开发人员生成WPF/E 组件

Toolkit Extender for creating WPF/E components http://blogs.msdn.com/sburke/archive/2006/12/05/toolkit-extender-for-creating-wpf-e-components.aspx

<wpfe:WPFEHostExtender ID="wpfeControl" Runat="server" Height="350px" TargetControlID="Panel1" Width="350px" XamlPath="myWpfeControl.xaml" BackgroundColor="transparent"/>

Nikhil Kothari提供了一个基于WPF/E的Script#应用例子,可以通过关键词搜索Flickr上的照片,其中远程的部分是通过<script>方法实现的

WPF/E and Script# http://www.nikhilk.net/WPFEAndScriptSharp.aspx

微软Windows Presentation Foundation SDK组的Lorin写的《WPF/E简介》博客帖子图文并茂,对网页上WPF/E的对象层次结构做了一个很清晰的介绍

Introducing WPF/E http://blogs.msdn.com/wpfsdk/archive/2006/12/05/Introducing_5F00_WPFE.aspx

How to embed videos into your blog using "WPF/E"?

http://blogs.msdn.com/cthota/archive/2006/12/05/how-to-embed-videos-into-your-blog-using-wpf-e.aspx

A city called Microbe, where Flash and WPF/E co-exist peacefully

http://blogs.msdn.com/frankarr/archive/2006/12/06/a-city-called-microbe-where-flash-and-wpf-e-co-exist-peacefully.aspx

What is WPF/E really? http://blogs.msdn.com/mharsh/archive/2006/12/06/what-is-wpf-e-really.aspx

微软Expression产品组的Peter Blois提供了一个矢量图形显示器例子

http://blois.us/blog/2006/12/today-was-big-launch-of-couple.html

Lee在他的TheWPFblog上提供了几个通过Javascript实现的WPF/E和Flash集成的例子

WPF/E and Flash Interactive Example! http://thewpfblog.com/?p=68

这个Microbe例子极其精彩,显示了一个蓝色的碟子如何在由WPF/E和Flash组成的城市里自由地移动 More WPF/E and Flash Integration Madness! http://thewpfblog.com/?p=69

该文则解释了WPF/E项目的组成部分 The Makings of a WPF/E Project http://thewpfblog.com/?p=70

John Rayner的2篇博客

如何安装WPF/E的VS2005项目模块 WPF/E: Setting up your workstation for development http://blogs.conchango.com/johnrayner/archive/2006/12/05/WPF_2F00_E_3A00_-Setting-up-your-workstation.aspx

WPF/E奇怪的安全模型 WPF/E: Only HTTP locations work by default http://blogs.conchango.com/johnrayner/archive/2006/12/05/WPF_2F00_E_3A00_-Security-is-setup-by-default-only-for-an-HTTP-location.aspx

"WPF/E" brings the richness of broadcast quality media to the Web, powered by XAML, available on multiple platforms. Using "WPF/E" you'll be able to create rich, immersive, multimedia experiences for the web, and you'll start building the next version of the Web today! h3{color:#666;border-bottom:solid 1px #ddd;padding-bottom:5px;} .pad{clear:left;} http://channel9.msdn.com/playground/wpfe/ Mike Harsh's Blog 中放入了一个关于WPF/E的例子,是一个小游戏,有源码. http://blogs.msdn.com/mharsh/archive/2007/03/05/magent-game-in-wpf-e.aspx 下边这个链接是一个测试 DHTML,WPF/E ,WPF和FLEX的性能的,大家测试一下吧, 当然是WPF>WPF/E>FLEX>DHTML啦. http://bubblemark.com/ Microsoft goes cross-platform with WPF/Everywhere http://www.itwriting.com/wpfe.php 开发WPF/E初步(VS模板+智能提示) http://nickcheng.com/2006/12/11/begin-with-wpfe-vs-template-and-intellegent-hint/ BLITZ Labs | the BLITZ Agency Blog   WPFe http://labs.blitzagency.com/?cat=19 Cider图解教程以及未来WinFX的开发方式 http://www.dotnettools.org/Blog/article.asp?id=101 Using CreateFromXaml() in WPFe? XamlStringBuilder could save you time! http://blogs.msdn.com/gavingear/archive/2007/04/06/using-createfromxaml-in-wpfe-xamlstringbuilder-could-save-you-time.aspx

WpfeHost ASP.NET Control - Updated URL: http://adoguy.com/downloads/adoguy.web.wpfe.zip

http://blogs.msdn.com/markjo/archive/tags/Silverlight/default.aspx

WPF/E and Script#   http://www.nikhilk.net/Entry.aspx?id=146

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2006-12-06 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • WpfeHost ASP.NET Control - Updated URL: http://adoguy.com/downloads/adoguy.web.wpfe.zip
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档