Foundation Classes Books

MagicBeanDip.com

Page 1 of 12 - Go to page: 1 2 3 4 5 6 12

MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation, Second Edition

Tony Northup

MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation, Second Edition Tony Northup Amazon Price: $44.09
List Price: $69.99
Usually ships in 24 hours
By: Microsoft Press
Amazon Marketplace: 15 new & used starting at $39.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Certification Central -> Publisher -> Microsoft Press
Subjects -> Computers & Internet -> Certification Central -> General
Subjects -> Computers & Internet -> Certification Central -> General AAS

Editorial Review:

Exam Prep Guide Ace your preparation for the skills measured by MCTS Exam 70-536 and on the job. Work at your own pace through a series of lessons and reviews that fully cover each exam objective. Then, reinforce what you ve learned by applying your knowledge to real-world case scenarios and labs. This official Microsoft study guide is designed to help you make the most of your study time. Maximize your performance on the exam by learning to: Use system types, collections, and generics to help manage data Validate input, reformat text, and extract data with regular expressions Develop services, application domains, and multithreaded applications Enhance your application by adding graphics and images Implement code access security, role-based security, and data encryption Work with serialization and reflection techniques Instrument your applications with logging and tracing Interact with legacy code using COM Interop and PInvoke Practice Tests Assess your skills with practice tests on CD. You can work through hundreds of questions using multiple testing modes to meet your specific learning needs.You get detailed explanations for right and wrong answers including a customized learning path that describes how and where to focus your studies. Your kit includes: 15% exam discount from Microsoft. Offer expires 12/31/10. Details inside. Official self-paced study guide. Practice tests with multiple, customizable testing options and a learning plan based on your results. 450 practice and review questions. Case scenarios and lab exercises. Code samples on CD. 90-day evaluation version of Microsoft Visual Studio 2005 Professional Edition. Fully searchable eBook.

MCTS Self-Paced Training Kit (Exam 70-536): Microsoft .NET Framework 2.0 Application Development Foundation

Tony Northrup, Shawn Wildermuth, Bill Ryan

MCTS Self-Paced Training Kit (Exam 70-536): Microsoft  .NET Framework 2.0 Application Development Foundation Tony Northrup, Shawn Wildermuth, Bill Ryan Amazon Price: $44.09
List Price: $69.99
Usually ships in 24 hours
By: Microsoft Press
Amazon Marketplace: 46 new & used starting at $34.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Certification Central -> Publisher -> Microsoft Press
Subjects -> Computers & Internet -> Certification Central -> General
Subjects -> Computers & Internet -> Certification Central -> General AAS

Customer Reviews:
Total reviews: 78 Average rating: 3.0 of 5

Editorial Review:

Exam Prep Guide Ace your preparation for the skills measured by MCTS Exam 70-536 and on the job. Work at your own pace through a series of lessons and reviews that fully cover each exam objective. Then, reinforce what you ve learned by applying your knowledge to real-world case scenarios and labs. This official Microsoft study guide is designed to help you make the most of your study time. Maximize your performance on the exam by learning to: Use system types, collections, and generics to help manage data Validate input, reformat text, and extract data with regular expressions Develop services, application domains, and multithreaded applications Enhance your application by adding graphics and images Implement code access security, role-based security, and data encryption Work with serialization and reflection techniques Instrument your applications with logging and tracing Interact with legacy code using COM Interop and PInvoke Practice Tests Assess your skills with practice tests on CD. You can work through hundreds of questions using multiple testing modes to meet your specific learning needs.You get detailed explanations for right and wrong answers including a customized learning path that describes how and where to focus your studies. Your kit includes: 15% exam discount from Microsoft. Offer expires 12/31/10. Details inside. Official self-paced study guide. Practice tests with multiple, customizable testing options and a learning plan based on your results. 450 practice and review questions. Case scenarios and lab exercises. Code samples on CD. 90-day evaluation version of Microsoft Visual Studio 2005 Professional Edition. Fully searchable eBook.

Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .NET Development Series)

Steve Resnick, Richard Crane, Chris Bowen

Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .NET Development Series) Steve Resnick, Richard Crane, Chris Bowen Amazon Price: $31.49
List Price: $49.99
Usually ships in 24 hours
By: Addison-Wesley Professional
Amazon Marketplace: 52 new & used starting at $29.96

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> .NET
Subjects -> Computers & Internet -> Microsoft -> Development -> Foundation Classes
Subjects -> Computers & Internet -> Microsoft -> Operating Systems -> Windows - General

Customer Reviews:
Total reviews: 8 Average rating: 4.5 of 5

Editorial Review:

“Whether this is the first time or the fifty-first time you’re using WCF, you’ll learn something new by reading this book.”

--Nicholas Allen, Program Manager, Web Services, Microsoft

Windows Communication Foundation (WCF) is the easiest way to produce and consume Web services on the Microsoft platform. With .NET 3.5, WCF has been extensively revamped--and Visual Studio 2008 gives developers powerful new tools for utilizing it. Essential Windows Communication Foundation shows developers exactly how to make the most of WCF with .NET 3.5 and Visual Studio 2008.

Drawing on extensive experience working with early adopters, three Microsoft insiders systematically address the topics developers ask about WCF. The authors approach each subject with practical advice and present best practices, tips, and tricks for solving problems. Throughout, you’ll find detailed explanations, solutions for the “pain points” of WCF development, and an extensive collection of reusable code examples. Coverage includes

  • Using WCF contracts to define complex structures and interfaces
  • Understanding WCF’s channel stacks and channel model architecture
  • Configuring the WCF communication stack to use only the protocols you need
  • Using standard and custom service behaviors to manage concurrency, instances, transactions, and more
  • Serializing data from .NET types to XML Infosets and representing Infosets “on the wire”
  • Hosting WCF services via IIS, managed .NET applications, and Windows Activation Services
  • WCF security, in depth: authentication; transport and message-level security; and Internet and intranet scenarios
  • Improving reliability: exception handling, diagnostics, and more
  • Workflow services: new integration points between WCF 3.5 and Windows Workflow Foundation
  • Building client-to-client, peer network-based applications
  • Utilizing WCF for non-SOAP Web services: AJAX and JSON examples and .NET 3.5 hosting classes

Microsoft’s Steve Resnick, Richard Crane, and Chris Bowen are technology experts at the Microsoft Technology Center in Boston. They specialize in helping customers improve their technical agility by applying WCF and related technologies. Resnick has specialized in Internet technologies and distributed computing at Microsoft since 1995. He is a frequent speaker at Microsoft events and is now technology director for the U.S. Microsoft Technology Centers. Crane has more than 15 years of experience in senior software development roles. He specializes in large-scale Web sites, distributed computing, transactional systems, and performance analysis. Bowen has been an architect and developer for more than 15 years at companies such as Monster.com and Staples and is co-author of Professional Visual Studio 2005 Team System.

Foreword xxv

Preface xxvii

Chapter 1: Basics 1

Chapter 2: Contracts 33

Chapter 3: Channels 91

Chapter 4: Bindings 111

Chapter 5: Behaviors 181

Chapter 6: Serialization and Encoding 241

Chapter 7: Hosting 287

Chapter 8: Security 315

Chapter 9: Diagnostics 375

Chapter 10: Exception Handling 403

Chapter 11: Workflow Services 423

Chapter 12: Peer Networking 459

Chapter 13: Programmable Web 503

Appendix: Advanced Topics 537

Index 553

MCTS Self-Paced Training Kit (Exam 70-503): Microsoft® .NET Framework 3.5 Windows® Communication Foundation (PRO-Certification)

Bruce Johnson, Peter Madziak, Sara Morgan

MCTS Self-Paced Training Kit (Exam 70-503): Microsoft® .NET Framework 3.5 Windows® Communication Foundation (PRO-Certification) Bruce Johnson, Peter Madziak, Sara Morgan Amazon Price: $44.09
List Price: $69.99
Usually ships in 24 hours
By: Microsoft Press
Amazon Marketplace: 37 new & used starting at $37.97

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Certification Central -> Publisher -> Microsoft Press
Subjects -> Computers & Internet -> Certification Central -> General
Subjects -> Computers & Internet -> Certification Central -> General AAS

Customer Reviews:
Total reviews: 2 Average rating: 4.5 of 5

Editorial Review:

Announcing an all-new SELF-PACED TRAINING KIT designed to help maximize your performance on 70-503, the required exam for the new Microsoft Certified Technology Specialist (MCTS) certification in Microsoft .NET Framework 3.5 Windows Communication Foundation (WCF). This 2-in-1 kit includes the official Microsoft study guide, plus practice tests on CD to help you assess your skills. It comes packed with the tools and features exam candidates want most including in-depth, self-paced training based on final exam content; rigorous, objective-by-objective review; exam tips from expert, exam-certified authors; and customizable testing options. It also provides real-world scenarios, case study examples, and troubleshooting labs for the skills and expertise you can apply to the job. Focusing on the Windows Communication Foundation, this official study guide covers creating, deploying, and administering services; defining service contracts; hosting services in managed applications and on Web servers; monitoring service health; creating service proxies; and consuming non-WCF services. Work at your own pace through the lessons and lab exercises.Then assess yourself using 300+ practice and review questions on the CD, featuring multiple, customizable testing options to meet your specific needs. Choose timed or untimed testing mode, generate random tests, or focus on discrete objectives. You get detailed explanations for right and wrong answers including pointers back to the book for further study. You also get an evaluation version of Microsoft Visual Studio(r) 2008 software and an exam discount voucher making this kit an exceptional value and a great career investment.

MCTS Self-Paced Training Kit (Exam 70-502): Microsoft® .NET Framework 3.5 Windows® Presentation Foundation

Matthew A. Stoecker

MCTS Self-Paced Training Kit (Exam 70-502): Microsoft® .NET Framework 3.5 Windows® Presentation Foundation Matthew A. Stoecker Amazon Price: $44.09
List Price: $69.99
Usually ships in 24 hours
By: Microsoft Press
Amazon Marketplace: 45 new & used starting at $38.72

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Certification Central -> Publisher -> Microsoft Press
Subjects -> Computers & Internet -> Certification Central -> General
Subjects -> Computers & Internet -> Certification Central -> General AAS

Customer Reviews:
Total reviews: 6 Average rating: 4.0 of 5

Editorial Review:

Announcing an all-new Self-Paced Training Kit designed to help maximize your performance on 70-502, the required exam for the new Microsoft Certified Technology Specialist (MCTS) certification for Microsoft .NET Framework 3.5 Windows Presentation Foundation.

This 2-in-1 kit includes the official Microsoft study guide, plus practice tests on CD to help assess your skills. It comes packed with the tools and features exam candidates want most including in-depth, self-paced training based on final exam content; rigorous, objective-by-objective review; exam tips from expert, exam-certified authors; and customizable testing options. It also provides real-world scenarios, case study examples, and troubleshooting labs for the skills and expertise you can apply to the job.

Focusing on the Windows Presentation Foundation (WPF), this official study guide covers creating, configuring, and deploying WPF applications; integrating Windows Forms controls; adding multimedia content; using triggers and animation; binding to data sources; and configuring security settings.

Work at your own pace through the lessons and lab exercises. Then assess yourself using 300+ practice questions on the CD, featuring multiple, customizable testing options. Choose timed or untimed testing mode, generate random tests, or focus on discrete objectives. You get detailed explanations for right and wrong answers including pointers back to the book for further study. You also get an evaluation version of Microsoft Visual Studio® 2008 software and an exam discount voucher making this kit an exceptional value and a great career investment.

Key Book Benefits:

In-depth coverage of exam objectives and sub-objectives plus instructive case studies and troubleshooting scenarios to enhance your performance on the job 300+ practice and review questions Test engine that enables customized testing, pre-assessment and post-assessment, and automated scoring and feedback Handy exam-mapping grid Evaluation version of Visual Studio 2008 15 percent exam-discount voucher from Microsoft (limited-time offer) Entire study guide in searchable eBook format

Microsoft Windows Workflow Foundation Step by Step (Pro Step By Step Developer)

Kenn Scribner

Microsoft  Windows  Workflow Foundation Step by Step (Pro Step By Step Developer) Kenn Scribner Amazon Price: $29.69
List Price: $44.99
Usually ships in 24 hours
By: Microsoft Press
Amazon Marketplace: 60 new & used starting at $2.68

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> Foundation Classes
Subjects -> Computers & Internet -> Microsoft -> Operating Systems -> Windows - General
Subjects -> Computers & Internet -> Microsoft -> Operating Systems -> General AAS

Customer Reviews:
Total reviews: 11 Average rating: 4.0 of 5

Nothing short of a Masterpiece 5 out of 5 stars.
2 of 2 people found this review helpful.

I have been pretty heavy into WF for almost 2 years now and really thought I had it mastered. So when I bought a Step by Step book, I really just wanted it to help me teach the concepts. B/c workflow is a new way of thinking about programming, I'm always looking for new/better ways to teach it.

What I got instead of a beginner's book teaching worfklow foundation was a big slice of humble pie. Why do I say that? B/c this book is nothing short of amazing. It's unbelievably well written. There is no stone unturned, and I mean no stone unturned whatsoever. The examples are compelling and are very real world. In fact, they show beyond any shadow of a doubt that Workflow foundation can be used all over the place - essentially anywhere you need a workflow. While that last statement may seem strange, it really isn't. THe hardest thing I've seen most people wrestle with learning WF is realizing that's it's not just applicable in some external rare/specific circumstances. You can (and should) use it anywhere you have a series of steps that must be executed together.

One critic knocked the book b/c the author takes off on so many digressions code wise. How anyone could level this charge against the author is beyond me - in fact, it's borderline heresy. The digressions (if you want to call them that - I think they're better described as "Real World" uses) are what makes this book shine.

One application shows a mock stock trading system that runs Monte-Carlo simulations on the stocks. It allows you to add/remove stocks and run the simulations repeatedly. This is something that most folks would never think to do with WF, yet his presentation of it is so elegant and intuitive that I challenge anyone who's honestly worked through his examples to say that it didn't change the way they thought of WF afterward.

In another case, to show State Machines, he walks through a sample Soda Machine. Not only is it a clever way of implementing a State Machine, it is as perfect of an example as I think you could come up with.

Although I'm hard pressed to say I had a favorite chapter, I'd have to cite Chapter 13 as a favorite just b/c, well, it really explains in depth how Microsoft uses Workflow Actvities all over the place in products like Microsoft Speech Server, SSIS or Biztalk. He doesn't talk about those per se, but if you've used them, you no doubt are familiar with the workflow designers. Each of them has its own set of custom activities. He walks throug buidling a FTP component that is reminiscent of the one that SSIS uses. If he just stopped at building the activity itself, no one could say he skimped on the lesson. But he continues, walking you through building a ActivityValidator and then building full UI support for it as a Toolbox item. When you're done, you'll see something that looks and feels almost identical to the FTP component in SSIS from start to finish. No detail is left uncovered. And at that point, every activity you've used in any one of those products will look different to you - in the sense that you'll probably be able to reverse engineer them in your head. If not, I think you'd definitely be able to build one of your own for any given activity you've used in those products.

It's really hard to fathom how much thought the author put into coming up with the examples. But he was dead set on making sure that you understood exactly what you can do with workflow and how many different scenarios it is applicable to. Throw in some really in-depth coverage, a really compelling writing style and an uncanny ability to cover the tiniest of nuances all the while being appropriate to both beginners and experts and you have exactly what I described at the onset - a Masterpiece.

I really don't think there's a single thing in this book I could take issue with or say could be done better. And that's coming from someone who teaches WF and pretty much has lived and breathed it since it's earliest bits were released. I wanted something to help me teach WF and I got way more than I bargained for.

Editorial Review:

Get hands-on guidance for using Microsoft Windows Workflow Foundation to create process-managed applications for Microsoft Windows one step at a time. Understanding Windows Workflow Foundation is essential for every developer who works with multiple applications and services that must exchange data or results. Windows Workflow Foundation defines a process flow amongst people, applications, and services mapping dependencies and sequences to allow automation of tasks across previously stand-alone programs. With STEP BY STEP, you work at your own pace through hands-on, learn-by-doing exercises to understand the core capabilities and fundamental techniques for working with Windows Workflow Foundation. New-to-topic developers can take a sequential approach to understanding workflows and learning how to create Windows Workflow Foundation enabled applications and services. This book includes a CD with practice exercises and code samples to help developers accelerate their productivity.

Microsoft Windows Communication Foundation Step by Step (Step By Step Developer Series)

John Sharp

Microsoft  Windows  Communication Foundation Step by Step (Step By Step Developer Series) John Sharp Amazon Price: $29.69
List Price: $44.99
Usually ships in 24 hours
By: Microsoft Press
Amazon Marketplace: 56 new & used starting at $3.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> Foundation Classes
Subjects -> Computers & Internet -> Microsoft -> Operating Systems -> Windows - General
Subjects -> Computers & Internet -> Microsoft -> Operating Systems -> General AAS

Customer Reviews:
Total reviews: 12 Average rating: 4.0 of 5

Not good for Vista and VS 2008 users 3 out of 5 stars.
2 of 2 people found this review helpful.

This book is both good and bad. The good is that the author is skilled at explaining complex material in simple straightforward manner and this is a rare skill for computer book authors. Also, the labs are more interesting than the standard "hello world" type of labs. However, like most of the WCF books out now, it is written for Visual Studio 2005 and for XP and not for Vista and Visual Studio 2008. The lab solutions don't even work. The worst is that the author and the publisher have no VS 2008 lab downloads or update notes. Some of the other authors have went to the trouble of doing that.

Editorial Review:

Teach yourself the essentials of Windows Communication Foundation one step at a time. With this practical tutorial, you get hands-on guidance for creating the Web services you need to implement robust business applications for Windows. Discover how to: Build and host a Web service Design service contracts and data contracts Maintain state information and support transactions Programmatically configure bindings and endpoints Use load-balancing and perform content-based message routing Implement message encryption, authentication, authorization Optimize performance with service throttling, encoding, and streaming Implement asynchronous operations, oneway methods, and events Create services that interoperate with ASP.NET and COM+ CD features: Files for practice exercises Code samples Fully searchable eBook

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

Charles Petzold

Applications = Code + Markup: A Guide to the Microsoft  Windows  Presentation Foundation (Pro - Developer) Charles Petzold Amazon Price: $37.79
List Price: $59.99
Usually ships in 24 hours
By: Microsoft Press
Amazon Marketplace: 52 new & used starting at $9.61

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> Foundation Classes
Subjects -> Computers & Internet -> Microsoft -> Operating Systems -> Windows - General
Subjects -> Computers & Internet -> Microsoft -> Operating Systems -> General AAS

Customer Reviews:
Total reviews: 39 Average rating: 4.0 of 5

It May Not Be Pretty, But It's Pretty Good! 5 out of 5 stars.
7 of 7 people found this review helpful.

This book seems to have had several negative reviews.
The gist of most people's complaints seem to be:

(a) "There's no XAML until Chapter 19" and/or

(b) "There aren't any pictures".

The Complaints - are they justified?

a. No XAML

People making this complaint have in my opinion totally missed the point for several reasons.

Firstly, this is not Charles Petzold's "How to Write XAML" book. It's a book whose title explicitly tells you that it will approach WPF from both the code (C#) and markup (XAML) perspectives. Unusually (actually I think it is uniquely) he doesn't mix and chop up the two approaches, but deals with each of them in isolation.

Secondly, WPF is not XAML. You can use XAML, sure. You'd be silly not to in many situations. But XAML is only one part of the big picture. As this book clearly shows, you can successfully create an awful lot of WPF output with code alone.

b. No Pictures

Normally I would have some sympathy with Complaint (b) because it's always nice to see what the code samples should produce. But if you use this book as the author intended and actually run the samples yourself you will gain far more than any quick glance at a screenshot would give you. You will gain insight and experience in how to master this new technology.

The Book

This is a book that very carefully works its way through the requirements needed for the reader to achieve a thorough understanding of the major concepts. One of the reasons why I recommend reading it - and using it - from cover to cover is that, even in the early basic chapters little gems of code and explanation are slipped into the narrative or the examples. Often these begin to deal with more complex topics that you will come on to in more detail later.

It is crammed full of detail. Mostly it's the kind of detail that you really need once you've got past the "let's play with WPF and see what you can knock out in a couple of hours" stage. The detail you need when you move on to the point where you want to do something that isn't necessarily easy out of the box, but is achievable if your understanding is built on stone, not sand.

If I have a complaint, it's a minor one: occasionally he lets the Math geek get out and play a bit more than strictly necessary, but even that is fairly rare.

The code samples are in C# only. However, Young Joo on the VB Team at Microsoft has organised for some chapters to be translated to VB.NET and there are more to come. You can access them from here: http://blogs.msdn.com/vbteam/archive/2008/01/07/petzold-wpf-book-sample-conversion-new-chapters-young-joo.aspx .

Summary

If you are committed to fully understanding WPF then this book is one you really should buy. By all means get others too. I already have several; they all serve their purpose, are very useful and I refer to them regularly. But when it comes right down to the "roll your sleeves up, go sit in a quiet place with book and PC to learn, really learn, WPF" then I think Charles Petzold has produced a (not so little) gem that will be truly helpful to you in your learning endeavours.


Editorial Review:

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.

Essential Windows Workflow Foundation (Microsoft .NET Development Series)

Dharma Shukla, Bob Schmidt

Essential Windows Workflow Foundation (Microsoft .NET Development Series) Dharma Shukla, Bob Schmidt Amazon Price: $31.49
List Price: $49.99
Usually ships in 24 hours
By: Addison-Wesley Professional
Amazon Marketplace: 51 new & used starting at $19.95

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> .NET
Subjects -> Computers & Internet -> Microsoft -> Development -> Foundation Classes
Subjects -> Computers & Internet -> Microsoft -> Operating Systems -> Windows - General

Customer Reviews:
Total reviews: 21 Average rating: 4.0 of 5

Editorial Review:

“Something big is about to happen….”
–From the Foreword by Don Box, Architect, Microsoft Corporation

“If I were writing a Workflow book, this is what I would have written. The material is very well presented with code examples and explanations. Also, I love how the authors discuss the underlying architecture, enabling me to get a really deep understanding of the technology to efficiently design and build my own projects.”

–Jeffrey Richter (http://Wintellect.com)

“Explicit support for workflows in a lightweight framework is a major contribution. Many tough problems traditionally faced by application authors, such as state management in the presence of long-running activities (think weeks or months!), can be addressed systematically by adopting

a workflow approach. Dharma Shukla and Bob Schmidt present the workflow technology under and made accessible by the new workflow foundation in the .NET 3.0 framework, and they do so in an approachable and yet authoritative way that is truly enjoyable.”

–Clemens Szyperski, software architect, Microsoft Corporation

“The Windows Workflow technology combines declarative programming and state machines in a very rich and powerful way, one that is bound to have a profound influence on the way we program in the coming years. In the style of the classic Essential COM by Don Box, Dharma and Bob have done a great job making this technology accessible to any developer already versed in C#, VB, and the .NET Framework, and who wants to achieve declarative enlightenment. Don’t miss out.”

–Joe Duffy, program manager, Common Language Runtime (CLR) team, Microsoft Corporation

“I think WF should and will be used as the main application model for web service applications. Developers working on web services will want to learn about this technology from this book; it comes straight from the source and explains the technology well and in depth.”

–Krzysztof Cwalina, program manager, Microsoft Corporation

“This book provides an enlightening exploration of Windows Workflow Foundation for both the novice and the veteran alike.”

–Nate Talbert, software design engineer, Microsoft Corporation

Windows Workflow Foundation (WF) is a groundbreaking approach to writing and executing programs. WF programs are assembled out of resumable program statements called activities, which provide encapsulation of both domainspecific logic and control flow patterns reflective of real-world processes.

In Essential Windows Workflow Foundation, two WF lead architects–Dharma Shukla and Bob Schmidt–offer an under-the-hood look at the technology, explaining the why and not just the how of WF’s key concepts and architecture. Serious WF developers seeking details about how to effectively utilize and extend the framework by writing activities will find cogent explanations and answers here. With simple and illustrative examples, the authors demonstrate exactly how to leverage WF’s extensible programming model to craft domain-specific programs. Drawing on their unique vantage point in designing and developing WF, Shukla and Schmidt deliver authoritative coverage of

  • The core concepts and ideas that form the heart of WF’s programming model
  • The execution model for activities, with details of the activity automaton, bookmarking, scheduling, and the threading model of the WF runtime
  • Advanced execution concepts, including activity execution contexts, transactions, persistence points, passivation, fault handling, cancellation, compensation, and synchronization
  • Hosting the WF runtime in applications
  • The activity component model, with details of validation, compilation, serialization, and visualization
  • Databinding, XAML, dependency properties, and WF program metadata
  • Declarative conditions and rules, activity designers, and designer hosting
  • Custom control flow patterns ranging from simple sequencing and iteration to more complex graphs and state machines
  • Dynamic editing of running WF program instances

Essential Windows Workflow Foundation is the definitive resource for developers seeking an in-depth understanding of this novel technology.

Dharma Shukla is an architect at Microsoft working on next-generation programming models. A founding member of the Windows Workflow Foundation (WF) team, Dharma played a key role in defining the architecture of WF. Bob Schmidt is a senior program manager at Microsoft working on next-generation programming models. Since 2003, his primary focus has been on the design of WF. Both authors have been involved with the WF project since its inception, and have been responsible for specifying, designing, and developing large portions of the technology.

Contents

About the Authors xiii

Foreword xv

Preface xvii

Acknowledgments xxi

1 Deconstructing WF 1

2 WF Programs 33

3 Activity Execution 53

4 Advanced Activity Execution 111

5 Applications 179

6 Transactions 241

7 Advanced Authoring 259

8 Miscellanea 325

Appendix A Activity Automaton 395

Appendix B Control Flow Patterns 397

Index 435

Essential Windows Presentation Foundation (WPF) (Microsoft .NET Development Series)

Chris Anderson

Essential Windows Presentation Foundation (WPF) (Microsoft .NET Development Series) Chris Anderson Amazon Price: $31.49
List Price: $49.99
Usually ships in 24 hours
By: Addison-Wesley Professional
Amazon Marketplace: 53 new & used starting at $18.50

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> .NET
Subjects -> Computers & Internet -> Microsoft -> Development -> Foundation Classes
Subjects -> Computers & Internet -> Microsoft -> Operating Systems -> Windows - General

Customer Reviews:
Total reviews: 15 Average rating: 4.5 of 5

Editorial Review:

“Chris Anderson was one of the chief architects of the next-generation GUI stack, the Windows Presentation Framework (WPF), which is the subject of this book. Chris’s insights shine a light from the internals of WPF to those standing at the entrance, guiding you through the concepts that form the foundation of his creation.”
–From the foreword by Chris Sells
“As one of the architects behind WPF, Chris Anderson skillfully explains not only the ‘how,’ but also the ‘why.’ This book is an excellent resource for anyone wanting to understand the design principles and best practices of WPF.”
–Anders Hejlsberg, technical fellow, Microsoft Corporation
“If WPF stands as the user interface technology for the next generation of Windows, then Chris Anderson stands as the Charles Petzold for the next generation of Windows user interface developers.”
–Ted Neward, founding editor, TheServerSide.NET
“This is an excellent book that does a really great job of introducing you to WPF, and explaining how to unlock the tremendous potential it provides.”
–Scott Guthrie, general manager, Developer Division, Microsoft
“WPF is a whole new animal when it comes to creating UI applications, drawing on design principles originating from both Windows Forms and the Web. Chris does a great job of not only explaining how to use the new features and capabilities of WPF (with associated code and XAML based syntax), but also explains why things work the way they do. As one of the architects of WPF, Chris gives great insight into the plumbing and design principles of WPF, as well as the mechanics of writing code using it. This is truly essential if you plan to be a serious WPF developer.”
–Brian Noyes, chief architect, IDesign Inc.; Microsoft Regional Director; Microsoft MVP
“I was given the opportunity to take a look at Chris Anderson’s book and found it to be an exceedingly valuable resource, one I can comfortably recommend to others. I can only speak for myself, but when faced with a new technology I like to have an understanding of how it relates to and works in relation to the technology it is supplanting. Chris starts his book by tying the WPF directly into the world of Windows 32-bit UI in C++. Chris demonstrates both a keen understanding of the underlying logic that drives the WPF and how it works and also a skill in helping the reader build on their own knowledge through examples that mimic how you would build your cutting edge applications.”
–Bill Sheldon, principal engineer, InterKnowlogy

Windows Presentation Foundation (WPF) replaces Microsoft’s diverse presentation technologies with a unified, state-of-the-art platform for building rich applications. WPF combines the best of Windows and the Web; fully integrates user interfaces, documents, and media; and leverages the full power of XML-based declarative programming.

In Essential Windows Presentation Foundation, former WPF architect Chris Anderson systematically introduces this breakthrough platform, focusing on the concepts and techniques working developers need in order to build robust applications for real users. Drawing on his unique experience as an architect on the team, Anderson thoroughly illuminates the crucial new concepts underlying WPF and reveals how its APIs work together to offer developers unprecedented value.

Through working sample code, you’ll discover how WPF draws on the Web’s simple models for markup and deployment, common frame for applications, and rich server connectivity, and on Windows’ rich client model, simple programming model, strong control over look-and-feel, and rich networking. Topics explored in depth include

  • WPF components and architecture
  • Key WPF design decisions–and why they matter
  • XAML markup language
  • Controls
  • Layouts
  • Visuals and media, including 2D, 3D, video, and animation
  • Data integration
  • Actions
  • Styles
  • WPF Base Services

Essential Windows Presentation Foundation is the definitive, authoritative, code-centric WPF reference: everything Windows developers need to create a whole new generation of rich, graphical applications.

Figures
Foreword by Don Box
Foreword by Chris Sells
Preface
About the Author

Chapter 1: Introduction
Chapter 2: Applications
Chapter 3: Controls
Chapter 4: Layout
Chapter 5: Visuals
Chapter 6: Data
Chapter 7: Actions
Chapter 8: Styles
Appendix: Base Services
Index


Page 1 of 12 - Go to page: 1 2 3 4 5 6 12

Return to MagicBeanDip.com

This page was created in 1.9788 seconds.