微软Silverlight 5开发书籍汇总



Microsoft Silverlight是一个跨浏览器的、跨平台的插件,为网络带来下一代基于。NET的媒体体验和丰富的交互式应用程序。Silverlight提供灵活的编程模型,并可以很方便地集成到现有的网络应用程序中。Silverlight可以对运行在Mac或Windows上的主流浏览器提供高质量视频信息的快速、低成本的传递。(百度百科)

Silverlight作为RIA应用开发主要技术之一,深受商业应用开发人员的喜爱。无论在国内,还是在国外,有不少商业平台使用Silverlight技术开发基于Web的应用,例如:netflix,pplive,qq,sina等。为了方便大家学习Silverlight开发技术,本文汇总Silverlight 5最新开发书籍列表,希望对大家学习Silverlight开发技术有所帮助。同时我们欢迎各位发表读书心得,相互交流,共同提高;如果您在阅读中遇到问题,欢迎留言,我们一起讨论解决。

请大家不要将这些书籍作为商业用途。

Pro Silverlight 5 in C# (2012)



Pro Silverlight 5 in C# (2012),该书已经第四版印刷,是Silverlight经典教程书籍,书籍由浅入深介绍Silverlight 5,知识覆盖广,结合实例讲解各个知识点,适合Silverlight开发人员参考阅读。
书籍下载


Pro Business Applications with Silverlight 5



Pro Business Applications with Silverlight 5,该书详细介绍微软Silverlight 5商业应用开发指南,书籍由浅入深介绍Silverlight特性,并结合实例讲解Silverlight在商业应用开发技巧和方法。
该书适合Silverlight应用开发人员参考阅读。
 
书籍下载


Microsoft Silverlight 5:Build Rich Enterprise Dashboards



Microsoft Silverlight 5:Build Rich Enterprise Dashboards,微软Silverlight 5打造高级企业级仪表实例开发书籍。
该书结合Silverlight 5介绍如何创建企业级RIA仪表统计实例应用,展现Silverlight开发商业应用的强大功能。
书籍下载


Microsoft Silverlight 5 and Windows Azure Enterprise Integration



Microsoft Silverlight 5 and Windows Azure Enterprise Integration,该书介绍使用Silverlight 5与Windows Azure云平台结合,开发企业应用方法和技巧。
书籍下载


Mastering LOB Development for Silverlight 5



Mastering LOB Development for Silverlight 5,该书介绍使用Silverlight 5开发完整商业应用,书中涉及Silverlight 5新特性,以及商业应用开发策略等技巧。
该书适合从事RIA企业应用开发人员参考阅读。
书籍下载


Microsoft Silverlight 5 Data and Services Cookbook



Microsoft Silverlight 5 Data and Services Cookbook, 微软Silverlight 5开发书籍。
该书详细介绍Silverlight5数据和服务操作技巧方法,书籍包含大量实例演示Silverlight5开发企业级应用强大功能。
书籍下载


Silverlight 5 in Action



Silverlight 5 in Action是Manning公司推出的Silverlight 5开发技术教程书籍,在Silverlight 4 in Action基础上改编而成。该书介绍Silverlight 5基础知识,适合Silverlight初级开发人员学习参考。
  书籍下载



MCTS:Microsoft Silverlight 4 Development Certification Guide



MCTS:Microsoft Silverlight 4 Development Certification Guide, 微软Silverlight认证考试书籍,该书详细介绍Silverlight 4开发,帮助开发人员学习掌握Silverlight开发知识,获得70-506考试认证MCTS。
书籍下载


MVVM Survival Guide for Enterprise Architectures in Silverlight and WPF



MVVM Survival Guide for Enterprise Architectures in Silverlight and WPF,该书详细介绍Silverlight和WPF结合MVVM框架开发企业及应用方法和技巧。
书中结合大量实例演示MVVM在Silverlight和WPF项目的应用。
书籍下载


更多Silverlight 4的学习资料请看:

写在Silverlight 5发布前 - 盘点2010年Silverlight开发书籍
http://bbs.csdn.net/topics/360072792

链接地址: http://bbs.csdn.net/topics/390270707
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Book Description Eliminate unnecessary code by taking advantage of the MVVM pattern in Silverlight and WPF using this book and eBook - less code, fewer bugs Build an enterprise application using Silverlight and WPF, taking advantage of the powerful MVVM pattern, with this book and e-book Discover the evolution of presentation patterns-by example-and see the benefits of MVVM in the context of the larger picture of presentation patterns Customize the MVVM pattern for your projects needs by comparing the various implementation styles In Detail MVVM (Model View View Model) is a Microsoft best practices pattern for working in WPF and Silverlight that is highly recommended by both Microsoft and industry experts alike. This book will look at the reasons for the pattern still being slow to become an industry standard, addressing the pain points of MVVM. It will help Silverlight and WPF programmers get up and running quickly with this useful pattern. MVVM Survival Guide for Enterprise Architectures in Silverlight and WPF will help you to choose the best MVVM approach for your project while giving you the tools, techniques, and confidence that you will need to succeed. Implementing MVVM can be a challenge, and this book will walk you through the main issues you will come across when using the pattern in real world enterprise applications. This book will help you to improve your WPF and Silverlight application design, allowing you to tackle the many challenges in creating presentation architectures for enterprise applications. You will be given examples that show the strengths and weaknesses of each of the major patterns. The book then dives into a full 3 tier enterprise implementation of MVVM and takes you through the various options available and trade-offs for each approach. During your journey you will see how to satisfy all the demands of modern WPF and Silverlight enterprise applications including scalability, testability, extensibility, and blendability. Complete your transition from ASP.NET and WinForms to Silverlight and WPF by embracing the new tools of these platforms, and the new design style that they allow for. MVVM Survival Guide for Enterprise Architectures in Silverlight and WPF will get you up to speed and ready to take advantage of this powerful new presentation platform. What you will learn from this book Maximize separation of concerns by taking advantage of WPF and Silverlight's rich binding system, templates, and commanding infrastructure Discover the built-in support for MVVM in Entity Framework and WCF Create unit testable user interfaces the MVVM way Work in parallel with minimal dependencies by creating blendable architectures Solve common MVVM problems both with and without frameworks depending on your preference Extend your architecture and test it by using inversion of control frameworks Tackle complex designs by using hierarchical view model design and mediators Reduce the amount of code in your user interface by letting the WPF and Silverlights binding system eliminate your need to do things like casting controls and dispatching Best practices for dealing with collections Create designs that allow for dramatically changing your user interface without having to change code outside the view using data templates Approach This book combines practical, real-world examples with all the background material and theory you need The concepts are explained with a practical LOB enterprise application that is gradually built through the course of this book. MVVM offers lots of design choices and the author shows examples of each of these approaches, by changing the code to achieve the same results. Who this book is written for This book will be a valuable resource for Silverlight and WPF developers who want to fully maximize the tools with recommended best practices for enterprise development. This is an advanced book and you will need to be familiar with C#, the .Net framework, and Silverlight or WPF.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值