Amazon.com: Visual C ++ .NET: A Managed Code Approach for Experienced Programmers (Deitel Developer (Sagebrush)) (0076092022572): Harvey M. Deitel, Paul J. Deitel, Christina Courtmarche, Jeffrey Hamm, Jonathan P. Liperi, Tem R. Nieto, Cheryl H. Yaeger: Books

Buy Used
Used - Acceptable See details
$8.40 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Visual C ++ .NET: A Managed Code Approach for Experienced Programmers (Deitel Developer (Sagebrush))
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Visual C ++ .NET: A Managed Code Approach for Experienced Programmers (Deitel Developer (Sagebrush)) [Paperback]

Harvey M. Deitel (Author), Paul J. Deitel (Author), Christina Courtmarche (Author), Jeffrey Hamm (Author), Jonathan P. Liperi (Author), Tem R. Nieto (Author), Cheryl H. Yaeger (Author)
3.3 out of 5 stars  See all reviews (3 customer reviews)


Available from these sellers.



Book Description

November 21, 2002 Deitel Developer (Sagebrush)
Visual C++ .NET for Experienced Programmer: A Managed-Code Approach from the DEITELA (R) Developer Series first provides the experienced programmer with a concise introduction to C++ programming fundamentals before presenting more advanced topics in detail. Learn how to create reusable software components with assemblies, modules, and DLLs. Cover the fundamental techniques of Visual C++ .NET-based networking, create database connections using ADO.NET, create Web-based applications using ASP.NET, and learn to create XML Web services. The book features detailed LIVE-CODEA (R) examples that highlight crucial concepts in files and streams, that show how to create custom GUI controls, that demonstrate how to use sockets to hide network details, and that show Web services at work.

Customers Who Bought This Item Also Bought


Editorial Reviews

From the Back Cover

Practical, example-rich coverage of:

  • Visual Studio .NET IDE
  • .NET Framework Class Library
  • Classes, Inheritance and Polymorphism
  • Graphical User Interface Programming
  • Exception Handling, Networking
  • XML and XML Processing
  • Databases, SQL and ADO .NET
  • ASP .NET Web Services
  • Managed and Unmanaged Code
  • ATL Server and Web Applications
  • COM Interoperability Services and more...

The experienced programmer's DEITEL LIVE-CODE guide to VisualC++ .NET and the powerful Microsoft .NET Framework.

Written for programmers with a background in C, C++ or other high-level languages who want to learn Visual C++ .NET through the intermediate level this book appliesthe DEITEL signature LIVE-CODE approach to teaching programming and explores the MicrosoftVisual C++ .NET language in-depth. Key Visual C++ .NET concepts are presented in the context offully-tested programs, complete with syntax shading, detailed line-by-line descriptions and programoutputs. The book features 228 LIVE-CODE programs that contain 34,131 lines of proven VisualC++ .NET program code. In addition, the book includes 387 tips that help programmers build applicationsthat are portable, reusable and optimized for performance.

Start with a concise introduction to Visual C++ .NET fundamentals. Then move rapidly to moreadvanced topics including multithreading, ADO .NET database integration, ASP .NET Web services,network programming and XML processing. Along the way you'll enjoy the Deitels' classic treatmentof object-oriented programming. The book closes with a detailed treatment of unmanaged code,including attributed programming, Web-based application development with ATL Server, and managedand unmanaged interoperability. Developers will find that Visual C++ .NET offers them unique flexibilityin writing managed and unmanaged code and ATL-Server applications.

The DEITEL Developer Series is designed for practicing professionals. The series presents focusedtreatments of emerging technologies, including .NET, J2EE, Web services, and more. Each book inthe series contains the same LIVE-CODE teaching methodology used so successfully in the Deitels'How to Program Series college textbooks. The series includes a wide selection of books suitable forthree types of readers:

A Technical Introduction:
Broad overviews of new technologies for programmers, technical managers and other technical professionals
A Programmer's Introduction:
Focused treatments of programming fundamentals for practicing programmers and for novices.
For Experienced Programmers:
Detailed treatments of language topics for experienced programmers.

DEITEL TESTIMONIALS (from Pre-Publication Reviewers)

"As I have found in all the Deitel books, the perfect combination of examplesand good practices."

—Neal Patel, Microsoft Corporation

"The authors did a brilliant job showing how Microsoft's Visual C++ .NETIDE eases the learning curve."

—Michael J. Hudson, Framework engineer, Blueprint Technologies

"Provides a useful introduction to unmanaged C++, including COMinteroperability, creating ActiveXcontrols and IIS extensions."

—Doug Harrison, Eluent Software

"The excellent examples are similarto those in the sister book on C#,which is useful for someonemoving a code base between thetwo languages."

—Paul S. Randal, Security & DBCC,Microsoft SQL Server Storage Engine

About the Author

Dr. Harvey M. Deitel and Paul J. Deitel are the founders of Deitel & Associates, Inc., the internationallyrecognized IT content-creation and corporate-training organization. Together with theircolleagues at Deitel & Associates, Inc., they have written the successful How to Program Seriescollege textbooks that hundreds of thousands of students throughout the world have used to masterC, C++, C#, Visual Basic .NET, Java, Perl, Python, XML, and other languages.


Product Details

  • Paperback: 1622 pages
  • Publisher: Prentice Hall PTR (November 21, 2002)
  • Language: English
  • ISBN-10: 013045821X
  • ISBN-13: 978-0130458216
  • Product Dimensions: 9.2 x 7.1 x 2.2 inches
  • Shipping Weight: 5 pounds
  • Average Customer Review: 3.3 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Best Sellers Rank: #2,350,611 in Books (See Top 100 in Books)

 

Customer Reviews

3 Reviews
5 star:
 (1)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.3 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

3 of 4 people found the following review helpful:
1.0 out of 5 stars Does this book really say 'for Experienced Programmers' in the title?, July 11, 2005
This review is from: Visual C ++ .NET: A Managed Code Approach for Experienced Programmers (Deitel Developer (Sagebrush)) (Paperback)
The more I look through this book the more times I look at the cover and question the title.

Although, the codes samples are thorough, I found the extensive explanations of basic programming concepts a waste of space in this 1600+ page book. As I have experience with several languages (including C++) I had hopes that this book would be a good overview of Managed C++ with in depth coverage of advanced concepts. Instead, it fell short by trying to cover each chapter's subject matter from the ground up.

Examples:

Chapter 14: Files and Streams, Section 2: Data Hierarchy. This section is a two page explanation of how data is stored as 0s and 1s and is interpretted into larger data structures.

Chapter 19: Data Structures and Collections, Section 3: Linked; Lists. A detailed explanation of what and how linked lists work.

Reading parts of this book made me feel like I was reading an introduction to computer sciences textbook. Definately not the kind of material I was looking for as an experienced programmer converting to Managed C++.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 6 people found the following review helpful:
5.0 out of 5 stars great book, March 7, 2003
By 
This review is from: Visual C ++ .NET: A Managed Code Approach for Experienced Programmers (Deitel Developer (Sagebrush)) (Paperback)
this is a great book with huge materials and code examples about Ms Visual c++ .Net, especially in introducing Managed C++ codes. This book is a must for who wants directly using Ms Visual C++ .Net.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 8 people found the following review helpful:
4.0 out of 5 stars it really "moved" me to MC++, July 14, 2003
By 
Asfar Sadewa (Depok, Jawa Barat - Indonesia) - See all my reviews
This review is from: Visual C ++ .NET: A Managed Code Approach for Experienced Programmers (Deitel Developer (Sagebrush)) (Paperback)
the simple examples on writing MC++ codes really helps me.
eventhough some "adventurers" might say that this one is shallow, i can say that if you are new to MC++, --but no longer new to the old VC++, this one will help.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject