Dotnetcat » .NET Books » WPF books
Programming Microsoft LINQ in Microsoft .NET Framework 4
|
Author: | Paolo Pialorsi |
| List price: | $49.99 | |
| Amazon price: | $27.48 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Microsoft Press ( 8 December 2010) |
Dig into LINQ -- and transform the way you work with data.
With LINQ, you can query data from a variety of sources -- including databases, objects, and XML files -- directly from Microsoft Visual Basic® or C#. Guided by data-access experts who've worked in depth with LINQ and the Microsoft development teams, you'll learn how .NET Framework 4 implements LINQ, and how to exploit it. Clear examples show you how to deliver your own data-access solutions faster and with leaner code.
Discover how to:
- Use LINQ to query databases, object collections, arrays, XML, Microsoft Excel® files, and other sources
- Apply LINQ best practices to build data-enabled .NET applications and services
- Manipulate data in a relational database with ADO.NET Entity Framework or LINQ to SQL
- Read, write, and manage XML content more efficiently with LINQ to XML
- Extend LINQ to support additional data sources by creating custom operators and providers
- Examine other implementations, such as LINQ to SharePoint®
- Use LINQ within the data, business, and service layers of a distributed application
- Get code samples on the Web
Dependency Injection in .NET
|
Author: | Mark Seemann |
| List price: | $49.99 | |
| Amazon price: | $27.34 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Manning Publications (28 September 2011) |
Summary
Dependency Injection in .NET
presents core DI patterns in plain C#, so you'll fully understand how DI works, covers integration with standard Microsoft technologies like ASP.NET MVC, and teaches you to use DI frameworks like Structure Map, Castle Windsor, and Unity.
About the TechnologyDependency Injection is a great way to reduce tight coupling between software components. Instead of hard-coding dependencies, such as specifying a database driver, you inject a list of services that a component may need. The services are then connected by a third party. This technique enables you to better manage future changes and other complexity in your software.
About this BookDependency Injection in .NET introduces DI and provides a practical guide for applying it in .NET applications. The book presents the core patterns in plain C#, so you'll fully understand how DI works. Then you'll learn to integrate DI with standard Microsoft technologies like ASP.NET MVC, and to use DI frameworks like StructureMap, Castle Windsor, and Unity. By the end of the book, you'll be comfortable applying this powerful technique in your everyday .NET development.
This book is written for C# developers. No previous experience with DI or DI frameworks is required.
What's Inside- Many C#-based examples
- A catalog of DI patterns and anti-patterns
- Using both Microsoft and open source DI frameworks
- PART 1 PUTTING DEPENDENCY INJECTION ON THE MAP
- A Dependency Injection tasting menu
- A comprehensive example
- DI Containers PART 2 DI CATALOG
- DI patterns
- DI anti-patterns
- DI refactorings PART 3 DIY DI
- Object Composition
- Object Lifetime
- Interception PART 4 DI CONTAINERS
- Castle Windsor
- StructureMap
- Spring.NET
- Autofac
- Unity
- MEF
Pro C# 2010 and the .NET 4 Platform
|
Author: | Andrew Troelsen |
| List price: | $59.99 | |
| Amazon price: | $32.98 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (14 May 2010) |
The first edition of this book was released at the 2001 Tech-Ed conference in Atlanta, Georgia. At that time, the .NET platform was still a beta product, and in many ways, so was this book. This is not to say that the early editions of this text did not have merit—after all, the book was a 2002 Jolt Award finalist and it won the 2003 Referenceware Excellence Award. However, over the years that author Andrew Troelsen spent working with the common language runtime (CLR), he gained a much deeper understanding of the .NET platform and the subtleties of the C# programming language, and he feels that this fifth edition of the book is as close to a “final release” as he’s come yet.
This new edition has been comprehensively revised and rewritten to make it accurately reflect the C# 4 language specification for the .NET 4 platform. You’ll find new chapters covering the important concepts of dynamic lookups, named and optional arguments, Parallel LINQ (PLINQ), improved COM interop, and variance for generics.
If you’re checking out this book for the first time, do understand that it's targeted at experienced software professionals and/or graduate students of computer science (so don't expect three chapters on iteration or decision constructs!). The mission of this text is to provide you with a rock-solid foundation in the C# programming language and the core aspects of the .NET platform (assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, etc.). Once you digest the information presented in these 25 chapters, you’ll be in a perfect position to apply this knowledge to your specific programming assignments, and you’ll be well equipped to explore the .NET universe on your own terms.
What you’ll learn- Be the first to understand the .NET 4 platform and Visual C# 2010.
- Discover the ins and outs of the leading .NET technology.
- Learn from an award-winning author who has been teaching the .NET world since version 1.0.
- Find complete coverage of the WPF, WCF, and WF foundations that support the core .NET platform.
This book is for anyone with some software development experience who is interested in the new .NET Framework 4 and the C# language. Whether you are moving to .NET for the first time or are already writing applications on .NET 2.0 or .NET 3.5, this book will provide you with a comprehensive grounding in the new technology and serve as a complete reference throughout your coding career.
Table of Contents- The Philosophy of NET
- Building C# Applications
- Core C# Programming Constructs, Part I
- Core C# Programming Constructs, Part II
- Defining Encapsulated Class Types
- Understanding Inheritance and Polymorphism
- Understanding Structured Exception Handling
- Understanding Object Lifetime
- Working with Interfaces
- Understanding Generics
- Delegates, Events, and Lambdas
- Advanced C# Language Features
- LINQ to Objects
- Configuring NET Assemblies
- Type Reflection, Late Binding, and Attribute-Based Prog
- Processes, AppDomains, and Object Contexts
- Understanding CIL and the Role of Dynamic Assemblies
- Dynamic Types and the Dynamic Language Runtime
- Multithreaded and Parallel Programming
- File I/O and Object Serialization
- ADO.NET Part I: The Connected Layer
- ADO.NET Part II: The Disconnected Layer
- ADO.NET Part III: The Entity Framework
- Introducing LINQ to XML
- Introducing Windows Communication Foundation
- Introducing Windows Workflow Foundation 40
- Introducing Windows Presentation Foundation and XAML
- Programming with WPF Controls
- WPF Graphics Rendering Services
- WPF Resources, Animations, and Styles
- WPF Control Templates and UserControls
- Building ASP.NET Web Pages
- ASP.NET Web Controls, Master Pages and Theme
- ASP.NET State Management Techniques
Pro WPF with VB 2008: Windows Presentation Foundation with .NET 3.5
|
Author: | Matthew MacDonald |
| List price: | $54.99 | |
| Amazon price: | $3.86 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (31 March 2008) |
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 VB 2008.
WPF’s functionality extends to support for tablet PCs and other forms of input device, and provides a more modern imaging and printing pipeline, accessibility and user interface automation infrastructure, data–driven user interface 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
Developers encountering WPF and .NET 3.5 for the first time in their professional lives.
Pro WPF in VB 2010
|
Author: | Matthew MacDonald |
| List price: | $54.99 | |
| Amazon price: | $34.38 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (30 April 2010) |
Microsoft’s Windows Presentation Foundation (WPF) provides the foundation for building applications and high-quality user experiences for the Windows operating system. It blends the application user interface, documents, and media content, while exploiting the full power of your computer’s operating system.
Its functionality extends to the support for tablet PCs and other forms of input device, and provides a more modern imaging and printing pipeline, accessibility and user interface automation infrastructure, data-driven user interface and visualization, and integration points for weaving the application experience into the Windows shell.
This book shows you how WPF really works. It provides you with the no-nonsense, practical advice that you need in order to build high-quality WPF applications quickly and easily. Having built a firm foundation, it goes on to explore more advanced aspects of WPF and how they relate to the others elements of the .NET 4.0 platform and associated technologies such as Silverlight.
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
This book is designed for developers encountering WPF for the first time in their professional lives. A working knowledge of Visual Basic (VB) and the basic architecture of .NET is helpful to follow the examples easily, but all concepts will be explained from the ground up.
Table of Contents- Introducing WPF
- XAML
- Layout
- Dependency Properties
- Routed Events
- Controls
- The Application
- Element Binding
- Commands
- Resources
- Styles and Behaviors
- Shapes, Brushes, and Transforms
- Geometries and Drawings
- Effects and Visuals
- Animation Basics
- Advanced Animation
- Control Templates
- Custom Elements
- Data Binding
- Formatting Bound Data
- Data Views
- Lists, Trees, and Grids
- Windows
- Pages and Navigation
- Menus, Toolbars, and Ribbons
- Sound and Video
- 3-D Drawing
- Documents
- Printing
- Interacting with Windows Forms
- Multithreading
- The Add-in Model
- ClickOnce Deployment
.NET 3.5 Wrox Box: Professional ASP.NET 3.5, Professional C# 2008, Professional LINQ, .NET Domain-Driven Design with C#
|
Author: | Bill Evjen |
| List price: | $159.99 | |
| Amazon price: | $79.95 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Wrox (21 July 2008) |
Presenting four amazing Wrox books from an unparalleled author team cover the exciting new features of .NET 3.5. This essential boxed set contains the following key titles: Professional ASP.NET 3.5 covers all the important new features of the 3.5 version of ASP.NET, Professional C# 2008 provides the necessary background information on how the .NET architecture works, .NET Domain-Driven Design with C# takes you through the intense process of designing and implementing the domain model, and Professional LINQ shows you how to effectively use LINQ to query XML, SQLdatabases, ADO.NET DataSets, and other data sources.
Pro C# 2008 and the .NET 3.5 Platform (Windows.Net)
|
Author: | Andrew Troelsen |
| List price: | $59.99 | |
| Amazon price: | $26.62 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (15 November 2007) |
The first edition of this book was released at the 2001 Tech Ed conference in Atlanta, Georgia. Since that time, this text has been revised, tweaked, and enhanced to account for the changes found within each release of the .NET platform (1.1, 2.0, 3.0 and now 3.5).
.NET 3.0 was more of an augmentative release, essentially providing three new APIs: Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). As you would expect, coverage of the "W's" has been expanded a great deal in this version of the book from the previous Special Edition text.
Unlike .NET 3.0, .NET 3.5 provides dozens of C# language features and .NET APIs. This edition of the book will walk you through all of this material using the same readable approach as was found in previous editions. Rest assured, you'll find detailed coverage of Language Integrated Query (LINQ), the C# 2008 language changes (automatic properties, extension methods, anonymous types, etc.) and the numerous bells and whistles of Visual Studio 2008.
What you’ll learn- Everything you need to know—get up to speed with C# 2008 quickly and efficiently.
- Discover all the new .NET 3.5 features—Language Integrated Query, anonymous types, extension methods, automatic properties, and more.
- Get a professional foothold—targeted to appeal to experienced software professionals, this book gives you the facts you need the way you need to see them.
- A rock-solid foundation—focuses on everything you need to be a successful .NET 3.5 programmer, not just the new features. Get comfortable with all the core aspects of the platform — including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more.
If you're checking out this book for the first time, understand that it targets experienced software professionals and/or students of computer science (so please don't expect three chapters devoted to "for" loops). The mission of this text is to provide you with a rock-solid foundation to the C# 2008 programming language and the core aspects of the .NET platform (object-oriented programming, assemblies, file IO, Windows Forms/WPF, ASP.NET, ADO.NET, WCF, WF, etc.). Once you digest the information presented in these 33 chapters, you'll be in a perfect position to apply this knowledge to your specific programming assignments, and you'll be well equipped to explore the .NET universe on your own terms.
WPF 4 Unleashed
|
Author: | Adam Nathan |
| List price: | $59.99 | |
| Amazon price: | $32.50 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Sams (14 June 2010) |
The #1 WPF Book--Now Updated for WPF 4!
Full Color: Code samples appear as they do in Visual Studio!
Thorough, authoritative coverage, practical examples, clear writing, and full-color presentation make this one of the most widely acclaimed programming books of the last decade.
Windows Presentation Foundation (WPF) is the recommended technology for creating Windows user interfaces, giving you the power to create richer and more compelling applications than you dreamed possible. Whether you want to develop traditional user interfaces or integrate 3D graphics, audio/video, animation, dynamic skinning, multi-touch, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. WPF 4 Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by WPF guru and Microsoft developer Adam Nathan.
- Covers everything you need to know about Extensible Application Markup Language (XAML)
- Examines the WPF feature areas in incredible depth: controls, layout, resources, data binding, styling, graphics, animation, and more
- Highlights the latest features, such as multi-touch, text rendering improvements, XAML language enhancements, new controls, the Visual State Manager, easing functions, and much more
- Delves into topics that aren’t covered by most books: 3D, speech, audio/video, documents, effects
- Shows how to create popular UI elements, such as Galleries, ScreenTips, and more
- Demonstrates how to create sophisticated UI mechanisms, such as Visual Studio-like collapsible/dockable panes
- Explains how to create first-class custom controls for WPF
- Demonstrates how to create hybrid WPF software that leverages Windows Forms, DirectX, ActiveX, or other non-WPF technologies
- Explains how to exploit new Windows 7 features, such as Jump Lists and taskbar customizations
Building a Web 2.0 Portal with ASP.NET 3.5
|
Author: | Omar AL Zabir |
| List price: | $35.99 | |
| Amazon price: | Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | O'Reilly Media ( 9 February 2009) |
If you think you're well versed in ASP.NET, think again. This exceptional guide gives you a master class in site building with ASP.NET 3.5 and other cutting-edge Microsoft technologies. You learn how to develop rock-solid web portal applications that can withstand millions of hits every day while surviving scalability and security pressures -- not just for mass-consumer homepages, but also for dashboards that deliver powerful content aggregation for enterprises.
Written by Omar AL Zabir, co-founder and CTO of Pageflakes, Building a Web 2.0 Portal with ASP.NET 3.5 demonstrates how to develop portals similar to My Yahoo!, iGoogle, and Pageflakes using ASP.NET 3.5, ASP.NET AJAX, Windows Workflow Foundation, LINQ and .NET 3.5. Through the course of the book, AL Zabir builds an open source Ajax-enabled portal prototype (available online at www.dropthings.com), and walks you though the design and architectural challenges, advanced Ajax concepts, performance optimization techniques, and server-side scalability problems involved.
You learn how to:
- Implement a highly decoupled architecture following the popular n-tier, widget-based application model
- Provide drag-and-drop functionality, and use ASP.NET 3.5 to build the server-side part of the web layer
- Use LINQ to build the data access layer, and Windows Workflow Foundation to build the business layer as a collection of workflows
- Build client-side widgets using JavaScript for faster performance and better caching
- Get maximum performance out of the ASP.NET AJAX Framework for faster, more dynamic, and scalable sites
- Build a custom web service call handler to overcome shortcomings in ASP.NET AJAX 1.0 for asynchronous, transactional, cache-friendly web services
- Overcome JavaScript performance problems, and help the user interface load faster and be more responsive
- Solve scalability and security problems as your site grows from hundreds to millions of users
- Deploy and run a high-volume production site while solving software, hardware, hosting, and Internet infrastructure problems
Microsoft® .NET: Architecting Applications for the Enterprise (Pro-Developer)
|
Author: | Dino Esposito |
| List price: | $44.99 | |
| Amazon price: | $24.99 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Microsoft Press (15 October 2008) |
Make the right architectural decisions up front—and improve the quality and reliability of your results. Led by two enterprise programming experts, you’ll learn how to apply the patterns and techniques that help control project complexity—and make systems easier to build, support, and upgrade—right from the start.
Get pragmatic architectural guidance on how to:
- Build testability, maintainability, and security into your system early in the design
- Expose business logic through a service-oriented interface
- Choose the best pattern for organizing business logic and behavior
- Review and apply the patterns for separating the UI and presentation logic
- Delve deep into the patterns and practices for the data access layer
- Tackle the impedance mismatch between objects and data
- Minimize development effort and avoid over-engineering—and deliver more robust results
Get code samples on the Web.


Syndicate








