Professional COM Applications with ATL

Professional COM Applications with ATL
Author: Sing Li
Publisher:
Total Pages: 740
Release: 1998
Genre: Computers
ISBN:

This technical guide starts with a review of control design for an Internet/Intranet connected application and of the technologies that Microsoft has assembled under the COM/ActiveX umbrella. It then explains COM for C++ programmers, why it is important, and how to implement COM servers and clients. The book then builds ActiveX controls from the ground up using COM APIs.

Beginning ATL 3 COM Programming

Beginning ATL 3 COM Programming
Author: Richard Grimes
Publisher:
Total Pages: 0
Release: 1999
Genre: Active template library
ISBN: 9781861001207

This guide is a practical manual for COM, with the core architecture of ATL clarified and illuminated with code. Text also develops a full control that can be extended or used directly.

Professional VMware Server

Professional VMware Server
Author: Eric Hammersley
Publisher: John Wiley & Sons
Total Pages: 458
Release: 2007
Genre: Computers
ISBN: 0470079886

Developing software and testing within virtual machines provides you with countless advantages in terms of automation, stability, disaster recovery, and overall code quality. With this book as your guide, you get the tools you need to create a fleet of virtual machine images that you can use to build your own secure applications. Beginning with the basics of virtualization and its place within the development and testing environment, the book then delves into the APIs and provides a deep, example-rich reference to their function and purpose. VMware expert Eric Hammersley shares his vast experience in using VMware in the development process and shows you how you can streamline your own development with the new VMware Server. You'll learn to integrate VMware Server into your existing environment using CruiseControl.NET and Visual Studio® Team System as examples. Plus, you'll get a clear understanding of virtual hardware, networks, and the server console, and find out how to build base images. You'll discover the benefits of software development and testing within virtual machines and the advantages they have to offer. This will help you rapidly deploy new machines, set up multiple platforms on a single machine, and dramatically increase the utilization of your hardware. What you will learn from this book Steps on how to install and configure VMware Server Tips to follow when creating development base images Methods on how to organize your image libraries and prepare them for use Best practices for using VmCOM, VmPerl, and the Programming API How to integrate VMware Server into your existing environment and automate its functionality Ways to leverage VMware Server to provide banks of testing machines on demand Who this book is for This book is for software developers, lead developers, and software testing engineers who want to integrate VMware Server into their existing systems in order to create and test applications on various platforms. Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

Inside ATL

Inside ATL
Author: George Shepherd
Publisher:
Total Pages: 0
Release: 1999
Genre: Active template library
ISBN: 9781572318588

An authoritative guide to programming with Active Template Library (ATL), complete with under-the-hood details and explanations. Visual C++ programmers will learn how to develop components easier and faster by mastering ATL. The CD-ROM supplies programmers with the book's sample code as well as abundant sample controls and components.

PRO DCOM APPL,

PRO DCOM APPL,
Author: Jonathan Pinnock
Publisher: Wrox Press
Total Pages: 502
Release: 1998-06
Genre: Computers
ISBN:

This swift primer explores each of the main new COM server technologies, integrating each major technology into the task. Pinnock covers DCOM, MTS, MSMQ, Clusters, Legacy Systems, and Management as a cohesive whole.

COM+ Programming

COM+ Programming
Author: Pradeep Kumar Tapadiya
Publisher: Prentice Hall
Total Pages: 536
Release: 2001
Genre: Computers
ISBN: 9780130886743

Explores COM+ as a solution for software-reusability through the analysis of software engineering problems, case studies, and programming examples.

Pro Business Applications with Silverlight 4

Pro Business Applications with Silverlight 4
Author: Chris Anderson
Publisher: Apress
Total Pages: 565
Release: 2010-09-19
Genre: Computers
ISBN: 1430272066

Silverlight 4 has the potential to revolutionize the way we build business applications. With its flexibility, web deployment, cross-platform capabilities, rich .NET language support on the client, rich user interface control set, small runtime, and more, it comes close to the perfect platform in which to build business applications. It’s a very powerful technology, and despite its youth, it’s moving forward at a rapid pace and is gaining widespread adoption. This book will guide you through the process of designing and developing enterprise-strength business applications in Silverlight 4 and C#. You will learn how to take advantage of the power of Silverlight to develop rich and robust business applications, from getting started to deployment, and everything in between. In particular, this book will serve developers who want to learn how to design business applications, and introduce the patterns to use, the issues that you’ll face, and how to resolve them. Chris Anderson, who has been building line-of-business applications for years, demonstrates his experience through a candid presentation of how to tackle real-life issues, rather than just avoid them. Developers will benefit from his hard-won expertise through business application design patterns that he shares throughout the book. With this book in hand, you will Create a fully functional business application in Silverlight Discover how to satisfy all of the general requirements that most business applications need Develop a business application framework

PRO ATL/COM PR,

PRO ATL/COM PR,
Author: GRIMES
Publisher: Apress
Total Pages: 740
Release: 1998-07-01
Genre: Science
ISBN: 9781861001405

ATL is the Active Template Library, a set of template-based C++ classes designed for creating COM components. ATL is part of Microsoft Visual C++. This book is for advanced C++ developers with some experience of COM who need to understand how to get the best from the latest release of ATL.

Pro C# with .NET 3.0, Special Edition

Pro C# with .NET 3.0, Special Edition
Author: Andrew Troelsen
Publisher: Apress
Total Pages: 1213
Release: 2007-04-29
Genre: Computers
ISBN: 1430202017

This book provides readers with a complete A-Z for using C# with the .NET 2.0 Platform and the .NET 3.0 extensions. It contains new chapters digging deeply into the interactions between the existing framework and the new extensions to give readers the edge when they come to evaluation and implement .NET 3.0 for the first time. To provide even more support, the book includes a bonus CD that provides over five hundred pages of carefully selected additional content to help broaden a reader’s understanding of both .NET 2.0 and .NET 3.0.

PRO VC++ .NET,

PRO VC++ .NET,
Author: ROBINSON
Publisher: Apress
Total Pages: 484
Release: 2002-03-28
Genre: Science
ISBN: 9781861005960

Visual C++ .NET is the latest incarnation of Microsoft's popular Visual C++ programming language. It has something of a unique character among all the .NET languages. Unlike the other Visual Studio languages, Visual C++ .NET can produce both unmanaged (native) code, and managed code that runs on the Common Language Runtime (CLR), the virtual machine which underlies Microsoft's new platform, the .NET Framework. This unique status makes C++ a much more powerful language than other .NET languages - not only can it bypass the CLR when maximum performance is needed, it can also interoperate far more seamlessly with existing applications.