Начать новую тему Ответить на тему
Статистика раздачи
Размер: 116.43 МБ | | Скачали: 10
Сидеров: 0  [0 байт/сек]    Личеров: 71  [0 байт/сек]
Пред. тема | След. тема 

Автор
Сообщение

Ответить с цитатой 

Applications = Code + Markup: A Guide to the Microsoft Windows Presentation Foundation (Pro-Developer)

Год выпуска: 2006
Автор: Charles Petzold
Жанр: Програмирование
Издательство:Microsoft Press
ISBN:0735619573, 9780735619579
Формат: CHM
Качество: eBook (изначально компьютерное)
Страниц: 1020
Описание:
This book is the definitive guide to Microsoft's latest programming interface for client applications. Get expert guidance for using Extensible Application Markup Language (XAML) and C# to create interfaces for Microsoft Windows Vista applications. In this book, Windows programming legend Charles Petzold covers in parallel the two interfaces that make up the Windows Presentation Foundation (WPF). From the outset, the reader can shift focus seamlessly between Extensible Application Markup Language (XAML) and C# to see them as flip sides of the same processes. Beginning in the first chapter, Petzold presents the general syntax of the XAML and corresponding programming code with numerous illuminating examples on how the two correspond and interrelate. The book builds on this base, providing the classic Petzold Windows user interface (UI) treatment, to show Windows developers how to create next-generation interfaces for their applications. The Microsoft Windows Presentation Foundation (formerly code-named 'Avalon' and abbreviated as WPF) provides the foundation for building applications and high-fidelity experiences in Windows Vista, blending together application UI, documents, and media content while exploiting the full power of the user's computer. The functionality extends to the support for Tablet PC and other forms of input, a more modern imaging and printing pipeline, accessibility and UI automation infrastructure, data-driven UI and visualization, as well as the integration points for weaving the application experience into the Windows shell. WPF is a feature of WinFX, a superset of the Microsoft .NET Framework, designed to expose the new functionality in Windows Vista to thedeveloper through managed classes.

Foundations of Wpf: An Introduction to Windows Presentation Foundation

#777Год выпуска: 2006
Автор: Laurence Moroney
Жанр: Програмирование
Издательство:Apress
ISBN:1590597605, 9781590597606
Формат: PDF
Качество: eBook (изначально компьютерное)
Страниц: 344
Описание:
Windows Presentation Foundations (WPF), formerly code-named Avalon, is part of a suite of new technologies collectively known as 'The WinFX stack'. This suite, coupled with new ancillary technologies such as XAML and LINQ provides a powerful addition to the .NET 2.0 Framework for creating applications for Windows Vista, and WinFX-enabled Windows XP computers. These technologies have been eagerly awaited, and demand for them is going to be very high within the Windows programming community. This book deals specifically with WPF, and explains to readers what it is, how it can be used and how it fits into the wider picture of new WinFX technologies. Readers are quickly brought up to speed with the new coding techniques and processes they need for successful WPF coding, before being given a thorough practical grounding in how the technologies can be used. By the end of the book readers will be able to start creating WPF-enabled applications for themselves.Microsoft Expression Blend Bible (Bible)


Год выпуска: 2007
Автор: Gurdy Leete
Жанр: Програмирование
Издательство:Wiley Publishing
ISBN:0470055030, 9780470055038
Формат: PDF
Качество: eBook (изначально компьютерное)
Страниц: 734
Описание:
Create amazing interfaces that encourage visitors The impact of an aesthetically pleasing user interface is remarkable. Web site visitors respond eagerly to attractive, easy-to-use designs, and Blend allows you to create these with much less effort. This A-to-Z guide shows you how to design a new generation of applications that make the most of digital media, including animation, 3D, audio and video, sophisticated typography, and other stunning visual effects--all without bogging down in code. Here's everything you need to succeed with Blend. * Apply principles of interactive design, graphic design, and animation * Create and transform vector graphics * Explore animated transparencies and opacity masks * Use ready-made Windows(r) Presentation Foundation controls, or create your own * Connect your applications to data sources Companion Web site At www.blendtips.com, you can download files to use while working on the examples presented in the book and modify them to create your own features. The site also includes full-color figures from the book and late-breaking news about Blend.

Practical Wpf Graphics Programming


Год выпуска: 2007
Автор: Jack Xu
Жанр: Програмирование
Издательство:Unicad
ISBN:0979372518, 9780979372513
Формат: PDF
Качество: eBook (изначально компьютерное)
Страниц: 688
Описание:
The Windows Presentation Foundation (WPF) is a next generation graphics platform that is part of .NET 3.0 and .NET 3.5. It allows you to build advanced user interfaces that incorporate documents, media, 2D and 3D graphics, animations, and web-like characteristics. Practical WPF Graphics Programming provides all the tools you need to develop professional graphics applications using WPF and C#. This book will be useful for WPF and C# programmers of all skill levels. It provides a complete and comprehensive explanation of the WPF graphics capability, and pays special attention to the details of code implementation. The book shows you how to create a variety of graphics ranging from simple 2D shapes to complex 3D surfaces and interactive 3D models. It includes over 120 code examples, which cover broad array of topics on WPF graphics programming. You will learn how to create a full range of 2D and 3D graphics applications and how to implement custom 3D geometries and shapes that can be reused in your WPF projects. Please visit the author's website for more information about this book at www.authors.unicadpublish.com/ jack_xu.

Pro Wpf in C# 2008: Windows Presentation Foundation with .Net 3.5, Second Edition


Год выпуска: 2008
Автор: Matthew Macdonald
Жанр: Програмирование
Издательство:Apress
ISBN:1590599551, 9781590599556
Формат: PDF
Качество: eBook (изначально компьютерное)
Страниц: 1040
Описание:
The Microsoft Windows Presentation Foundation provides the foundation for building applications and high-quality user experiences in Windows Vista. WPF blends application user interface, documents, and media content to provide richer control, design, and development of the visual aspects of Windows programs. Author Matthew MacDonald shows you how WPF really works. His no-nonsense, practical advice will get you building high-quality WPF applications quickly and easily. MacDonald will take you through a thorough investigation of the more advanced aspects of WPF, and its relation to other elements of the WinFX stack and the .NET Framework 3.5, to complete your understanding of WPF and C# 2008. WPFs functionality extends to support for Tablet PCs and other forms of input device, and provides a more modern imaging and printing pipeline, accessibility and UI automation infrastructure, data-driven UI and visualization, as well as the integration points for weaving the application experience into the Windows shell. What you'll learn WPF basics: XAML, layout, control essentials, and data flow WPF applications: Navigation, commands, localization, and deployment Advanced controls: Custom controls, menus, toolbars, and trees WPF documents: Text layout, printing, and document packaging Graphics and multimedia: Drawing shapes, sound and video, animation, geometric transformations, and imaging Who is this book for? Developers encountering WPF and .NET 3.5 for the first time in their professional lives About the Apress Pro Series The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder. You have gotten the job, now youneed to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard-won solutions to problems you will face in your professional programming career.

Pro WPF: Windows Presentation Foundation in .NET 3.0


Год выпуска: 2007
Автор: Matthew Macdonald
Жанр: Програмирование
Издательство:Apress
ISBN:1590597826, 9781590597828
Формат: PDF
Качество: eBook (изначально компьютерное)
Страниц: 1000
Описание:
In this resource for professional Web developers, Microsoft MVP MacDonald offers in-depth coverage of all of the major features of the Windows Presentation Foundation (WPF). Topics include (for example) layout panels, dependency properties, control templates, and custom elements. It is assumed that the reader is familiar with the .NET platform, the C# language, and the Visual Studio development environment. Previous experience with Windows Forms is useful, but not necessary. Annotation В©2007 Book News, Inc., Portland, OR (booknews.com)

Professional Winfx Beta: Covers 'Avalon' Windows Presentation Foundation and 'Indigo' Windows Communication Foundation (Programmer to Programmer)


Год выпуска: 2005
Автор: Jean-luc David
Жанр: Програмирование
Издательство:Wiley Publishing
ISBN:076457874x, 9780764578748
Формат: PDF
Качество: eBook (изначально компьютерное)
Страниц: 257
Описание:
A must-have for early adopters, this preview shows programmers how to begin migrating to Longhorn, the most radical Windows update in more than ten years. Covering all of the major programming shifts introduced by Longhorn as well as the latest changes in the communications subsystem, this book explains how to upgrade current Windows .NET applications in order to take advantage of Longhorn's powerful new features. * Shows how to create and deploy native Longhorn applications * Provides lots of full example applications optimized and built for the Longhorn platform, written in both C# and VB.NET

Professional Wpf Programming: Net Development with the Windows Presentation Foundation


Год выпуска: 2007
Автор: Shawn Livermore
Жанр: Програмирование
Издательство:Wrox Press
ISBN:0470041803, 9780470041802
Формат: PDF
Качество: eBook (изначально компьютерное)
Страниц: 480
Описание:
The initial chapters convey the general concepts and technical boundaries of the framework. That is, what the WPF is, and how to use it. Next, we dive into creating the basic application with ASP.NET or VB and the WPF. Basic examples might include a basic animated window prompt or sequence of control manipulation using each of the 3 Microsoft Expression tools, (Web, Graphic, and Interactive Designers). We would lay the groundwork for development of very exciting and appealing graphics and animated structures using the ever-so-addictive .NET development environment. At this point we hope the user would engage in the buzz of the technology, having skimmed through the first few sections of the book in the bookstore or online abstract writeup. We then immediately dig into the methodical approach to developing solid WPF web applications, using the Expression Interactive Designer (the Flash-killer) as the people-pleasing startup to the developer’ s roadmap for learning this graphic and UI-centric framework. This provides the reader with the best and most attractive way to quickly learn how to develop a next-generation application on the new expansive .NET 2.0 platform using the WPF. The book also provides the reader walk-throughs of the object models, built-in server controls, HTML Markup, code-behind, and the coordinative structure of each file. Additionally, the book provides extensive best-practices for Enterprise Architectures using the WPF and its underlying technology base. These enterprise application models include the high level design, flow of page and form events, standardizing the approach to rendering graphics, templates for storyboards andcontrols, and even tie the reader into sister technologies, such as using Visual Studio 2005 Team System to provide an enterprise-grade process for team development. The final section would be a look at the more advanced topics in the framework and platform, covering topics such as Ajax/Atlas examples, security, deployment, winFX, Win32, Indigo, and others. The book closes with a few case studies that provide a standard sample application with both a web-based and desktop-based deployment mode, using the model-view-controller pattern, among others.

Programming WPF [ILLUSTRATED]


Год выпуска: 2007
Автор: Chris Sells
Жанр: Програмирование
Издательство:O'Reilly Media
ISBN:0596510373, 9780596510374
Формат: PDF
Качество: eBook (изначально компьютерное)
Страниц: 863
Описание:
If you want to build applications that take full advantage of Windows Vista's new user interface capabilities, you need to learn Microsoft's Windows Presentation Foundation (WPF). This new edition, fully updated for the official release of .NET 3.0, is designed to get you up to speed on this technology quickly. By page 2, you'll be writing a simple WPF application. By the end of Chapter 1, you'll have taken a complete tour of WPF and its major elements. WPF is the new presentation framework for Windows Vista that also works with Windows XP. It's a cornucopia of new technologies, which includes a new graphics engine that supports 3-D graphics, animation, and more; an XML-based markup language, called XAML, for declaring the structure of your Windows UI; and a radical new model for controls. This second edition includes new chapters on printing, XPS, 3-D, navigation, text and documents, along with a new appendix that covers Microsoft's new WPF/E platform for delivering richer UI through standard web browsers — much like Adobe Flash. Content from the first edition has been significantly expanded and modified. Programming WPF includes: * Scores of C# and XAML examples that show you what it takes to get a WPF application up and running, from a simple 'Hello, Avalon' program to a tic-tac-toe game * Insightful discussions of the powerful new programming styles that WPF brings to Windows development, especially its new model for controls * A color insert to better illustrate WPF support for 3-D, color, and other graphics effects * A tutorial on XAML, the new HTML-like markup language for declaring Windows UI * An explanation and comparison of the features that support interoperability with Windows Forms and other Windows legacy applications WPF represents the best of the control-based Windows world and the content-based web world. Programming WPF helps you bring it all together.

Sams Teach Yourself WPF in 24 Hours


Год выпуска: 2008
Автор: Robert Eisenberg
Жанр: Програмирование
Издательство:Sams
ISBN:0672329859, 9780672329852
Формат: PDF
Качество: eBook (изначально компьютерное)
Страниц: 480
Описание:
In just 24 sessions of one hour or less, you will be able to begin effectively using WPF to solve real-world problems, developing rich user interfaces in less time than you thought possible.
Using a straightforward, step-by-step approach, each lesson builds on a real-world foundation forged in both technology and business matters, allowing you to learn the essentials of WPF from the ground up.

Step-by-step instructions carefully walk you through the most common questions, issues, and tasks.
The Q&A sections, quizzes, and exercises help you build and test your knowledge.
By the Way notes present interesting pieces of information.
Did You Know? tips offer advice or teach an easier way to do something.
Watch Out! cautions advise you about potential problems and help you steer clear of disaster.

Learn how to...
* Use XAML to build user interfaces
* Leverage data binding to minimize tedious code
* Create visually engaging applications
* Architect and design WPF applications using proven patterns such as MVP
* Incorporate audio and video into your applications
* Customize controls with styles, templates, and animation
* Apply best practices for developing software with WPF
* Deploy WPF applications to the desktop and Web
* Take advantage of WPF’s advanced printing capabilities
* Grow as a developer by improving your overall software design skills

Introduction 1
Part I Getting Started
1 What WPF Is and Isn’t 5
2 Understanding XAML 17
3 Introducing the Font Viewer 27
4 Handling Application Layout 41
5 Using Basic Controls 59
6 Introducing Data Binding 75
Part II Reaching the User
7 Designing an Application 93
8 Building a Text Document Editor 107
9 Getting a Handle on Events 121
10 Commands 145
11 Output 157
Part III Visualizing Data
12 Building a Contact Manager 177
13 Presenters and Views 193
14 Resources and Styles 211
15 Digging Deeper into Data Binding 229
16 Visualizing Lists 251
Part IV Creating Rich Experiences
17 Building a Media Viewer 267
18 Drawing with Shapes 291
19 Colors and Brushes 315
20 Transforms and Effects 331
21 Using Control Templates 347
22 Triggers 369
23 Animation 383
24 Best Practices 407
Part V Appendixes
Appendix A: Tools and Resources 423
Appendix B: 3D Tutorial Using ZAM 3D 427
Appendix C: Project Source (downloadable) 437
Index 439
Правила, инструкции, FAQ!!!
Торрент   Скачать торрент Магнет ссылка
Скачать торрент
[ Размер 21.07 КБ / Просмотров 94 ]

Статус
Проверен 
 
Размер  116.43 МБ
Приватный: Нет (DHT включён)
.torrent скачан  10
Как залить торрент? | Как скачать Torrent? | Ошибка в торренте? Качайте магнет  


     Отправить личное сообщение
   
Страница 1 из 1
Показать сообщения за:  Поле сортировки  
Начать новую тему Ответить на тему


Сейчас эту тему просматривают: нет зарегистрированных пользователей и гости: 1


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Перейти:  
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!