{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

名家经典系列:Windows 运行时编程权威指南

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

名家经典系列:Windows 运行时编程权威指南

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

本书是国际知名Windows/.NET技术专家JeffreyRichter的新力作,全面、系统地介绍Windows运行时(WinRT)API的重要特性及应用技术,并通过丰富的编程示例,详细讲解在应用中使用这些API的方式,不仅涵盖WinRTAPI的核心概念,还穿插了许多提升性能和进行调试的技巧。
本书分为两部分,共11章:第一部分(第1~3章)囊括了所有WinRT和Windows应用商店应用开发人员必须了解的重要概念,包括WinRT类型系统及其设计原则、异步调用、程序包文件,以及应用激活、线程模型、主视图和宿主视图窗口、XAML页面导航、高效内存管理、进程生命周期管理及调试等与Windows应用商店应用执行相关的若干核心概念。第二部分(第4~11章)介绍Windows应用商店应用开发人员都必须了解的核心主题,例如,如何通过设置、文件、文件夹、网络和数据共享来实现数据的迁移,如何对磁贴内容进行更新和显示消息通知,如何在不同文件和文件夹中导航、获取其属性及缩略图,如何执行多信息文件查询,Windows应用商店应用如何借助后台任务运行代码,如何向Windows应用商店提交自己开发的应用,以及如何巧用Windows应用商店商用引擎使自己在开发中所付出的劳动获得回报等。

Content Description

《Windows运行时编程权威指南》详细介绍Windows运行时的原理与应用,以及如何为WindowsStore构建C#创新型的应用。《Windows运行时编程权威指南》作者JefferyRichter是公认的国际Windows编程大师。《Windows运行时编程权威指南》提供了可操作性极强的指导方案,内容翔实而新颖。主要内容包括:深入了解Windows运行时的结构与环境,了解如何使用Windows运行时通过C#创建Windows8功能,了解开发过程生命周期管理架构的后台处理和状态管理,探讨存储与联网的I/O模型并了解应用对其影响,审查Windows运行时使用的系统提供的合同和其他扩展点,包装、功能、安装、部署等实用的见解和其他关键议题。
Author Description

JeffreyRichter,全球享有盛誉的微软技术专家,Wintellect公司创始人之一,MSDN杂志.NET专栏的特邀编辑。他在Windows/.NET领域做出了杰出贡献,撰写了一系列经典著作,如《Windows高级编程指南》、《Windows核心编程》和《CLRviaC#》等,培育了几代软件开发人员。早在1999年.NET问世之前,他便开始参与微软.NET框架开发组的咨询工作,与一线开发人员一起经历了.NET的孕育、诞生与成熟,为微软的.NET框架贡献良多。他对Windows思想的领悟、对Windows细节的熟稔,是其他任何作家难以企及的。他是Windows技术作家中当之无愧的一面旗帜。

MaartenvandeBospoort,微软公司Windows首席顾问,有近20年软件开发经验。在世界各地为专业开发人员传授Windows程序开发方法。
Catalogue

第一部分 核心概念
第1章 Windows运行时入门
1.1 Windows应用商店应用的技术栈
1.2 Windows运行时类型系统
1.3 Windows运行时类型系统投影
1.4 从.NET代码中调用异步WinRT API
1.4.1 简化异步方法的调用
1.4.2 取消与进度
1.4.3 WinRT的延迟
第2章 应用打包及部署
2.1 Windows应用商店应用的项目文件
2.2 应用的程序包清单文件
2.2.1 程序包的标识
2.2.2 功能
2.2.3 应用(而不是包)的声明(扩展/协议)
2.3 Windows应用商店应用程序包的构建
2.3.1 .appx程序包文件的内容
2.3.2 捆绑程序包文件的创建
2.4 Windows应用商店程序包的部署
2.4.1 受限部署
2.4.2 企业部署
2.4.3 Windows应用商店应用部署
2.5 程序包的安装及注册
2.6 Wintellect的程序包浏览器桌面应用
2.7 Windows应用商店应用的调试
第3章 进程模型
3.1 应用程序的激活
3.2 管理进程模型
3.3 XAML页面导航
3.4 进程生命期管理
3.4.1 Windows应用商店应用的挂起
3.4.2 Windows应用商店应用的终止
3.4.3 如何设计应用类代码的结构
3.4.4 进程生命期管理的调试

第二部分 Windows核心部件
第4章 程序包数据及漫游
4.1 程序包数据配置
4.2 程序包数据存储文件夹
4.3 程序包数据的版本管理
4.4 程序包数据的漫游
4.5 程序包数据的更改通知
第5章 存储文件及文件夹
5.1 WinRT存储对象模型
5.2 程序包及用户文件
5.3 访问只读程序包文件
5.4 访问只写程序包文件
5.5 通过显式用户许可访问用户文件
5.6 文件类型关联
5.7 存储项属性
5.8 通过隐式用户许可访问用户文件
5.9 执行文件及文件夹查询
第6章 流I/O
6.1 简单文件I/O
6.2 流对象模型
6.3 WinRT流与.NET流的互操作
6.4 字节缓存的传输
6.5 基本数据类型的读写
6.6 执行事务性写操作
6.7 礼貌性数据访问
6.8 数据的压缩及解压缩
6.9 加密与解密
6.10 按需填充流
6.11 查找流内容
第7章 联网
7.1 网络信息
7.2 网络隔离
7.3 网络连接配置文件信息
7.3.1 应用必须包含如何使用连接配置文件信息
7.3.2 网络连接变化通知
7.4 后台传输
7.5 HttpClient:客户端HTTP(S)通信
7.6 Windows运行时套接字
7.6.1 套接字寻址
7.6.2 StreamSocket:客户端TCP通信
7.6.3 StreamSocketListener:服务器端TCP通信
7.6.4 StreamWebSocket:客户端WebSocket通信的流式处理
7.6.5 MessageWebSocket: 客户端WebSocket通信消息传送
7.6.6 DatagramSocket:端到端UDP通信
7.6.7 DatagramSocket:多播UDP通信
7.7 使用证书对遍历网络的数据进行加密
第8章 磁贴和消息通知
8.1 磁贴和徽章
8.1.1 当应用处于前台时更新磁贴
8.1.2 为磁贴添加徽章
8.1.3 为磁贴内容添加动画
8.1.4 在计划的时间更新磁贴
8.1.5 定期更新磁贴
8.1.6 辅助磁贴
8.2 消息通知
8.2.1 在计划的时间显示消息通知
8.2.2 使用Wintellect的通知扩展库
8.2.3 Windows 推送通知服务
第9章 后台任务
9.1 后台任务体系结构
9.2 步骤1:实现后台任务代码
9.3 步骤2:确定后台任务代码的触发器
9.3.1 维护触发器和计时触发器
9.3.2 系统触发器
9.3.3 位置触发器
9.3.4 推送通知触发器
9.3.5 控制通道触发器
9.4 步骤3:添加清单声明
9.5 步骤4:注册应用程序的后台任务
9.6 调试后台任务
9.7 后台任务的资源配额
9.8 部署应用程序的新版本
9.9 后台任务的进度和完成
9.10 取消后台任务
第10章 应用之间的数据共享
10.1 通过DataPackage类传输数据
10.2 通过剪贴板共享数据
10.3 通过共享超级按钮共享数据
10.4 共享源应用的实现
10.5 共享目标应用的实现
10.5.1 扩展共享操作的实现
10.5.2 共享目标应用的快速链接
10.6 共享目标应用的调试
第11章 Windows应用商店
11.1 向Windows应用商店提交应用
11.1.1 提交你的应用
11.1.2 测试你的应用
11.1.3 监视你的应用
11.1.4 更新你的应用
11.2 Windows应用商店的商业引擎
11.2.1 Windows应用商店的商业引擎WinRT API
11.2.2 试用版应用和购买应用许可证
11.2.3 购买持久型应用内产品的许可证
11.2.4 购买消耗型应用内产品
11.2.5 购买消耗型应用内产品内容
附录 应用容器
作者简介

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book