OLE DB Consumer Templates

OLE DB Consumer Templates
Author: Pierre Nallet
Publisher: Addison-Wesley Professional
Total Pages: 456
Release: 2001
Genre: Computers
ISBN:

OLE DB, a set of interfaces for data access is the fundamental building block for Microsoft's strategy for database connectivity. This book explains in-depth how to use OLE DB templates to help C++ progammers to get up to speed and to help developers write efficient database applications.

ATL Server

ATL Server
Author: Pranish Kumar
Publisher: Apress
Total Pages: 500
Release: 2008-01-01
Genre: Computers
ISBN: 143020768X

From foundation concepts through in-depth discussions on extensibility and customization, written by the members of the ATL server team, this is the ultimate book on ATL Server.

Programming with Microsoft Visual C++ .NET

Programming with Microsoft Visual C++ .NET
Author: George Shepherd
Publisher:
Total Pages: 1106
Release: 2003
Genre: Computers
ISBN:

This title is the complete programming reference for intermediate and expert developers who want to create .NET applications with Visual C++ and the .NET Framework. Focusing on core programming techniques, instructions, and solutions, this book is designed to help developers who are already familiar with Visual C++.

Sams Teach Yourself Visual C++ .NET in 24 Hours

Sams Teach Yourself Visual C++ .NET in 24 Hours
Author: Richard J. Simon
Publisher: Sams Publishing
Total Pages: 444
Release: 2002
Genre: Computers
ISBN: 9780672323232

The typical user of this book will be past users of Visual C++ looking to get up to speed quickly on developing applications for the .NET framework in Visual C++.

A Programmer’s Guide to ADO.NET in C#

A Programmer’s Guide to ADO.NET in C#
Author: Mahesh Chand
Publisher: Apress
Total Pages: 733
Release: 2002-04-17
Genre: Computers
ISBN: 1430211334

A Programmer's Guide to ADO.NET in C# begins by taking readers through a fast-paced overview of C# and then delves into ADO.NET. Why should C# programmers use it instead of the existing technologies? What new functionality does it offer? The chapters that follow go through the details on each of the major Data Providers of the .NET platform (OleDb, SQL Server, and ODBC) that enable you to read and write data to the targeted database. These chapters also serve as a good reference for looking up detailed methods and properties for these data provider classes. Authors Chand and Gold also show C# programmers how to work with XML classes and how to integrate XML into the ADO.NET architecture. The book provides programmers with handy ideas about taking advantage of the VS.NET IDE and how you can tie your data to the myriad of powerful controls including the multi-faceted Data Grid. Finally, it goes through creating a guest book application for the Web so you can see how all the pieces fit together.

Developing Applications with Exchange 2000

Developing Applications with Exchange 2000
Author: Scott Jamison
Publisher: Addison-Wesley Professional
Total Pages: 544
Release: 2001
Genre: Computers
ISBN:

Exchange 2000 gives developers unprecedented power for building Web-centered collaborative applications -- but it also challenges them with unprecedented complexity. In this book, a world-class team of Exchange developers presents detailed insights, extensive code examples, proven tips for success, and two start-to-finish application case studies -- all designed to help Exchange 2000 developers achieve powerful results with any project. Developing Applications with Exchange 2000 helps developers master every Exchange 2000 development technology, including XML, WebDAV, CDO 3.0, ADO 2.5, OLE DB, ADSI, the Outlook object model, digital dashboards, Exchange 2000's Web Storage System, and more. The authors identify the key difficulties associated with Exchange 2000 development, and offer proven techniques for avoiding or managing these challenges. For all developers, architects, project leaders, and IT managers building applications with Microsoft Exchange 2000. "A companion website will contain all the sample code, plus additional updates and features."

ATL Internals

ATL Internals
Author: Chris Sells
Publisher: Pearson Education
Total Pages: 946
Release: 2006-07-05
Genre: Computers
ISBN: 0132797518

The Classic Guide to ATL–Now Updated for ATL 8 and Visual Studio 2005 Four leading Windows programming experts systematically reveal ATL’s inner workings, explaining not just how ATL works, but why it works the way it does. Client-side developers will master ATL’s resources for windowing, COM control, MFC integration, web service proxy generation, and more. Server-side programmers will discover ATL’s full COM server and object services, and its extensive support for high-throughput, high-concurrency web applications, and services. Every Windows developer will learn powerful ways to increase flexibility, reduce overhead, and maximize transparency and control. • Discover ATL’s internals through diagrams, example code, and internal ATL implementation code • Walk through wizards that simplify ATL usage in common applications • Master string handling in C++, COM, and ATL • Leverage ATL smart types, including CComPtr, CComQIPtr, CComBSTR, and CComVariant • Understand and choose the right options for implementing IUnknown • Create glue code that exposes COM objects from COM servers • Use canned interface implementations to support object persistence, COM collections, enumerators, and connection points • Build standalone applications and UI components with ATL window classes and controls • Use ATL Server to develop web applications that run on Microsoft IIS

Distributed Applications with Microsoft Visual C++ 6.0 MCSD

Distributed Applications with Microsoft Visual C++ 6.0 MCSD
Author: Microsoft Corporation
Publisher:
Total Pages: 858
Release: 1999-10
Genre: Computers
ISBN: 9780735609266

Through self-paced lessons and hands-on labs, readers learn how to design and implement distributed client/server solutions using Microsoft Visual C++ version 6.0. Training helps build skills in 9 critical areas, including: creating user interface, building and managing COM components, and more. CD contains lab exercises, demos and model application.

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.