[索引页]
[源码下载]
作者: webabcd
介绍
Silverlight 3.0 提示和技巧系列
在线DEMO
http://www.cnblogs.com/webabcd/archive/2009/08/04/1538238.html
示例
1、如何实现 GPU 加速
GPU.xaml
GPU.xaml.cs
GPUTestPage.html(宿主页)
2、Out-Of-browser(对浏览器外运行的支持)
OutOfbrowser.xaml
OutOfbrowser.xaml.cs
3、应用程序库缓存的说明
ApplicationLibraryCaching.xaml
4、合并 ResourceDictionary 的演示
App.xaml(在此处合并不同位置的 ResourceDictionary)
5、应用程序扩展服务的 Demo
App.xaml(注册服务)
MyExtensionService.cs
ApplicationExtensionServices.xaml.cs
6、Silverlight 插件对象的新增功能的简要说明
Plugin.xaml
OK
[源码下载]
[源码下载]
稳扎稳打Silverlight(41) - 3.0Tip/Trick之GPU 加速,Out-Of-browser,应用程序库缓存,合并 ResourceDictionary,应用程序扩展服务,Silverlight 插件对象
作者: webabcd
介绍
Silverlight 3.0 提示和技巧系列
- GPU 加速 - 对 GPU 加速的支持
- Out-Of-browser - 浏览器外运行,即支持脱离浏览器运行
- 应用程序库缓存 - 将 dll(zip) 缓存到客户端浏览器中
- 合并 ResourceDictionary - 整合不同位置的 ResourceDictionary
- 应用程序扩展服务 - 通过扩展 Application 来提供附加服务
- Silverlight 插件对象的新增功能 - 在 Silverlight 3.0 中 Silverlight 插件对象的新增功能
在线DEMO
http://www.cnblogs.com/webabcd/archive/2009/08/04/1538238.html
示例
1、如何实现 GPU 加速
GPU.xaml
GPU.xaml.cs
{
{
{
{
{
GPUTestPage.html(宿主页)
2、Out-Of-browser(对浏览器外运行的支持)
OutOfbrowser.xaml
OutOfbrowser.xaml.cs
/*
{
{
{
{
{
{
{
{
{
{
{
3、应用程序库缓存的说明
ApplicationLibraryCaching.xaml
4、合并 ResourceDictionary 的演示
App.xaml(在此处合并不同位置的 ResourceDictionary)
5、应用程序扩展服务的 Demo
App.xaml(注册服务)
MyExtensionService.cs
/*
{
{
public static MyExtensionService Current { get; set; }
public string ExtensionInfo { get; set; }
{
{
ApplicationExtensionServices.xaml.cs
{
{
{
{
6、Silverlight 插件对象的新增功能的简要说明
Plugin.xaml
OK
[源码下载]
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。