cpagrip

Showing posts with label Microsoft .NET Framework. Show all posts
Showing posts with label Microsoft .NET Framework. Show all posts

Saturday, 2 August 2008

Windows Presentation Foundation Unleashed (WPF) (Unleashed)


  • Publisher: Sams

  • Number Of Pages: 656

  • Publication Date: 2006-12-21

  • Sales Rank: 2165

  • ISBN / ASIN: 0672328917

  • EAN: 9780672328916

  • Binding: Paperback

  • Manufacturer: Sams

  • Description: Windows® Presentation Foundation Unleashed



with Daniel Lehenbauer, Lead Developer Responsible for WPF 3D
Printed entirely in color, with helpful figures and syntax coloring to make code samples appear as they do in Visual Studio.
Windows Presentation Foundation (WPF) is a key component of the .NET Framework 3.0, 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, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. Windows Presentation Foundation Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by .NET 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
  • Features a chapter on 3D graphics by Daniel Lehenbauer, lead developer responsible for WPF 3D
  • Delves into non-mainstream topics: speech, audio/video, documents, bitmap effects, and more
  • Shows how to create popular UI elements, such as features introduced in the 2007 Microsoft Office System: Galleries, ScreenTips, custom control layouts, and more
  • Demonstrates how to create sophisticated UI mechanisms, such as Visual Studio-like collapsible/dockable panes
  • Explains how to develop and deploy all types of applications, including navigation-based applications, applications hosted in a Web browser, and applications with great-looking non-rectangular windows
  • Explains how to create first-class custom controls for WPF
  • Demonstrates how to create hybrid WPF software that leverages Windows Forms, ActiveX, or other non-WPF technologies
  • Explains how to exploit new Windows Vista features in WPF applications
    Register your book at www.samspublishing.com/register for access to download all examples and source code presented in this book.


Download:http://rapidshare.com/files/25040398/b-619b01.zip

Distributed Applications - Integrating Xml Web Services And .Net Remoting

  • Name: “Distributed Applications - Integrating Xml Web Services And .Net Remoting”

  • Pages: 752 pages

  • Type: CHM

  • Size: 5 MB





Make the jump to distributed application programming using the .NET Framework—and introduce a new level of performance, scalability, and security to your network and enterprise applications. Expert .NET developer Matthew MacDonald shares proven techniques for fully exploiting .NET Remoting, XML Web services, and other .NET technologies and integrating them into your real-world solutions. MacDonald digs into key .NET building blocks and architectural issues, explaining which features and designs will best serve your customized distributed application projects—and when to use them. Case studies with full code examples illustrate these practical techniques in action, as well as demonstrating their benefits and tradeoffs.




It’s been roughly seven years since distributed application architecture first gained recognition in the business world. Back then, exciting new technologies such as COM/DCOM and CORBA/IIOP promised to revolutionize the way that large-scale, resource-intensive applications were built. Instead of trying to host a single monolithic application on a single computer, distributed architecture allowed software to be modeled as a group of objects communicating across different machines. Best of all, these machines no longer needed to be proprietary mainframes—instead, developers could use inexpensive servers running the MS Windows operating system. Increasing the overall throughput of the system was often as easy as just adding an extra computer to the mix.




All this has made distributed programming one of the most exciting and hotly pursued areas of software programming, but it hasn’t made up for some critical stumbling blocks. Quite simply, distributed applications are complicated. Programming a distributed application on the Windows platform requires a solid understanding of MS’s COM standard, its enterprise software and component services (such as SQL Server and COM+), and a healthy dose of painfully won experience. And no matter how skilled the programmer, a distributed programming project can quickly mushroom into a collection of versioning nightmares, interoperability headaches, and unexpected performance bottlenecks.




These problems are the key factors behind the creation of MS’s .NET platform. MS .NET provides an entirely new model for creating components, communicating across computers, and accessing data—one that is optimized for distributed applications on every level. This framework still requires a healthy investment of developer time and a fairly steep learning curve for novice programmers. After the basics are mastered, however, .NET makes it dramatically easier to create truly scalable software systems.




This book explores distributed programming with .NET. It details the key .NET technologies you need to master and explains the best practices for distributed application architecture with .NET. Best of all, it shows you how the separate .NET technologies can all fit together.




TABLE OF CONTENT:
Chapter 01 - Understanding Distributed Architecture
Chapter 02 - .NET Components
Chapter 03 - Disconnected Data: The Universal Language
Chapter 04 - .NET Remoting: A More Durable DCOM
Chapter 05 - XML Web Services (RPC the Easy Way)
Chapter 06 - Threaded Clients (Responsive Interfaces)
Chapter 07 - Thread Pools and Services (Scalable Programming)
Chapter 08 - Messaging (Lightweight Communication)
Chapter 09 - COM+ (Component Services)
Chapter 10 - Enterprise Application Modeling
Chapter 11 - Advanced Remoting Techniques
Chapter 12 - Optimizing the Data Tier
Chapter 13 - Implementing Security
Chapter 14 - Monitoring, Logging, and Profiling
Chapter 15 - Deployment Strategies
Chapter 16 - Invoicer.NET Traveling Sales
Chapter 17 - Transact.NET Order Fulfillment
Chapter 18 - SuperCompute.NET Work Requests
Chapter 19 - MS Case Studies




http://rapidshare.com/files/35725518/integxml.rar

Password: ganelon

Friday, 1 August 2008

Objects, Components, and Frameworks with UML : The Catalysis(SM) Approach (Addison-Wesley Object Technology Series)


  • Publisher: O'Reilly Media, Inc.

  • Number Of Pages: 88

  • Publication Date: 2005-09-29

  • Sales Rank: 118776

  • Binding: Paperback

  • Manufacturer: O'Reilly Media, Inc.

  • Studio: O'Reilly Media, Inc.


Book Description:

Smart web developers will tell you that the sooner you detect your code mistakes, the quicker you can fix them, and the less the project will cost in the long run. Well, the most efficient way to detect your mistakes in PHP is with PHPUnit, an open source framework that automates unit testing by running a battery of tests as you go.


The benefits of PHPUnit are significant:
a reduction in the effort required to frquently test code fewer overall defects
added confidence in your code improved relations with your open source teammates
The only problem with this popular testing tool was its lack of documentation-until now, that is. For this, O'Reilly went right to the source, as Sebastian Bergmann, the author of PHPUnit Pocket Guide, also happens to be PHPUnit's creator. This little book brings together hard-to-remember information, syntax, and rules for working with PHPUnit. It also delivers the insight and sage advice that can only come from the technology's creator. Coverage of testing under agile methodologies and Extreme Programming (XP) is also included.


The latest in O'Reilly's series of handy Pocket Guides, this quick-reference book puts all the answers are right at your fingertips. It's an invaluable companion for anyone interested in testing the PHP code they write for web applications.


Download:http://rapidshare.com/files/11224398/objcompfwuml.rar

Beginning Spring Framework 2


Beginning Spring Framework 2 shows beginning Java developers how to build serverside Java applications using the latest 2.0 release of the Spring Framework. The book does not assume any previous knowledge of J2EE–in fact, the authors argue that beginners learn more quickly by starting directly with Spring.


The authors show readers how to build a working web application using Spring with other open source tools and technologies, all of which can be freely downloaded and installed via the Internet. Each chapter builds a portion of the application. All the Spring concepts and construction techniques are introduced during the design and coding of this application. (With minor adaptation, the resulting code can be re-used by readers in their own working applications.)


Download:http://rapidshare.com/files/91366012/047010161X.7z