Dotnetcat » .NET Books » WPF books
Microsoft Visual C# 2013 Step by Step (Step by Step Developer)
|
Author: | John Sharp |
| Publisher: | Microsoft Press (25 November 2013) | Price: |
Your hands-on guide to Visual C# fundamentals
Expand your expertise—and teach yourself the fundamentals of Microsoft Visual C# 2013. If you have previous programming experience but are new to Visual C# 2013, this tutorial delivers the step-by-step guidance and coding exercises you need to master core topics and techniques.
Discover how to:
- Create and debug C# applications in Visual Studio 2013
- Work with variables, identifiers, statements, operators, and methods
- Create interfaces and define abstract classes
- Write robust code that can catch and handle exceptions
- Display and edit data using data binding with Microsoft ADO.NET Entity Framework
- Respond to user input and touchscreen gestures
- Handle events arising from multiple sources
- Develop your first Windows 8.1 apps
Building a Web 2.0 Portal with ASP.NET 3.5: Learn How to Build a State-of-the-Art Ajax Start Page Using ASP.NET, .NET 3.5, LINQ, Windows WF, and More
|
Author: | Omar AL Zabir |
| Publisher: | O'Reilly Media (11 January 2008) | Price: |
| Rating: |
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…
Pro WPF with VB 2008: Windows Presentation Foundation with .NET 3.5
| Author: | Matthew MacDonald | |
| Publisher: | Apress (16 November 2010) | Price: |
This book explains how WPF works from the ground up. It goes deep into the core of the technology in 800 pages of content-rich explanation. It will be one of the first books available on the topic, and also one of the most detailed. The book follows on from the author’s previous, and highly successful books, covering Windows Forms (WPF's predecessor technology) and earlier versions of WPF. It provides a one-stop shop in Apress’ proven ‘Pro’ style that leaves readers with a deep understanding of the technology and able to take the concepts away and apply them for themselves.
Programming C# 4.0: Building Windows, Web, and RIA Applications for the .NET 4.0 Framework (Animal Guide)
|
Author: | Ian Griffiths |
| Publisher: | O'Reilly Media (28 August 2010) | Price: |
With its support for dynamic programming, C# 4.0 continues to evolve as a versatile language on its own. But when C# is used with .NET Framework 4, the combination is incredibly powerful. This bestselling tutorial shows you how to build web, desktop, and rich Internet applications using C# 4.0 with .NET's database capabilities, UI framework (WPF), extensive communication services (WCF), and more.
In this sixth edition, .NET experts Ian Griffiths, Matthew Adams, and Jesse Liberty cover the latest enhancements to C#, as well as the fundamentals of both the language and framework. You'll learn concurrent programming with C# 4.0, and how to use .NET tools such as the Entity Framework for easier data access, and the Silverlight platform for browser-based RIA development.
- Learn C# fundamentals, such as variables, flow control, loops, and methods
- Build complex programs with object-oriented and functional programming techniques
- Process large collections of…
C# 5.0 Unleashed
|
Author: | Bart De Smet |
| Publisher: | Sams Publishing ( 3 May 2013) | Price: |
Buy the print C# 5.0 Unleashed and get the eBook version for free! See inside the book for access code and details.
C# 5.0 Unleashed is for anyone who wants to learn the C# programming language in depth, understanding how language features truly work. While giving you those insights, you learn where and how to use the features to design various kinds of software. This book not only teaches the language’s capabilities, it also looks behind the scenes to build a solid foundation to aid you in understanding the .NET platform as a whole.
¿
Bart De Smet offers exceptional insight into the features of both the language and Microsoft’s broader framework. He doesn’t just cover the “what” and “how” of effective C# programming: He explains the “why,” so you can…
WPF Recipes in C# 2008: A Problem-Solution Approach
|
Author: | Sam Bourton |
| Publisher: | Apress (24 September 2008) | Price: |
Windows Professional Foundation (WPF) offers amazing opportunities to .NET programmers in terms of the user interfaces they can deliver to their customers. But this significant technological advance comes with a steep learning curve, requiring the programmer to learn new classes, new syntax, and an entirely new approach to user interface development.
Although WPF has been generally available since 2008, commercial take–up has been relatively slow, and the publicly available body of knowledge has been weak in terms of real–world examples and best–practice information.
Using WPF Recipes in C# 2008, you'll find a simple and straightforward approach to solving the problems you face every day. Each solution contains a complete, working example that demonstrates how to make the best use of WPF. You can use the example as a template to solve your own problem or as a base on which to build a solution tailored to your specific needs.
Packed with…
Self-Paced Training Kit (Exam 70-511) Windows Applications Development with Microsoft .NET Framework 4 (MCTS) (Microsoft Press Training Kit)
|
Author: | Matthew Stoecker |
| Publisher: | Microsoft Press (25 February 2011) | Price: |
Announcing an all-new SELF-PACED TRAINING KIT designed to help maximize your performance on 70-511, the required exam for the MCTS certification: Windows Application Development with Microsoft .NET Framework 4. 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 use on the job.
Work at your own pace through the lessons and lab exercises in the official study guide. Coverage includes evaluating design requirements for the user interface (UI); building the UI using basic to advanced techniques with Windows Presentation…
Pro WPF and Silverlight MVVM: Effective Application Development with Model-View-ViewModel (Expert's Voice in WPF)
|
Author: | Gary Hall |
| Publisher: | Apress (27 December 2010) | Price: |
WPF and Silverlight are unlike any other user interface (UI) technologies. They have been built to a new paradigm that―if harnessed correctly―can yield unprecedented power and performance. This book shows you how to control that power to produce clean, testable, maintainable code.
It is now recognized that any non-trivial WPF or Silverlight application needs be designed around the Model-View-ViewModel (MVVM) design pattern in order to unlock the technology's full data-binding potential.
However, the knowledge of how to do this is missing from a large part of the development community―even amongst those who work with WPF and Silverlight on a daily basis. Too often there is a reliance on programmatic interaction between controls and not enough trust in the technologies' data-binding capabilities. This leads to a clouding of design values and an inevitable loss of performance, scalability, and maintainability throughout the…
Developer's Guide to Collections in Microsoft .NET (Developer Reference)
|
Author: | Calvin "Lee" Janes |
| Publisher: | Microsoft Press (15 October 2011) | Price: |
Build the skills to apply Microsoft® .NET collections effectively
Put .NET collections to work—and manage issues with GUI data binding, threading, data querying, and storage. Led by a data collection expert, you'll gain task-oriented guidance, exercises, and extensive code samples to tackle common problems and improve application performance. This one-stop reference is designed for experienced Microsoft Visual Basic® and C# developers—whether you’re already using collections or just starting out.
Discover how to:
- Implement arrays, associative arrays, stacks, linked lists, and other collection types
- Apply built in .NET collection classes by learning their methods and properties
- Add enumerator, dictionary, and other .NET collection interfaces to your classes
- Query collections by writing simple to complex Microsoft LINQ statements
- Synchronize data across threads using built in .NET…
Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5
|
Author: | Matthew MacDonald |
| Publisher: | Apress ( 9 September 2010) | Price: |
The Microsoft Windows Presentation Foundation (WPF) blends application user interface, documents, and media content to provide richer control, design, and development of the visual aspects of Windows programs.
In this book, author Matthew MacDonald shows you how WPF really works. His no-nonsense, practical advice will get you quickly and easily building high-quality WPF applications. MacDonald takes 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.


Syndicate