第二书店&China-pub战略联盟提供专业服务

Visual C++ .NET高级编程 (2008 年度畅销榜NO.2350 )

会员评价: (共 12 条) 参与评论
原书名: Visual C++.NET A Managed Code Approach for Experienced Programmers
原出版社:
作者: [美]迪特尔 等著,郭凯,蔡飞 译
出版社: 清华大学出版社
书号: 7302086346 出版日期:2004-7-1 开本: 787*1092 1/16 页码: 1480 版次: 2004年7月第1版第1次印刷 点击: 4568
所属类别: 程序设计.NET
市场价: ¥158.00     会员价:¥118.50
本书主要为使用过C、C抖和其他高级语言而现在需要学习VisualC+十.NET的程序员编写。本书应用DEITELTM特有的LIVE-CODETM方法来介绍编程方法和深入研究Microsoft VisualC++.NET语言。对于一些关键的VisualC++.NET概念,通过经严格测试的程序、逐行的代码描述和程序输出来进行介绍。书中引用了228个实例,并且包含了34131行经过测试的VisualC++.NET程序代码。此外,本书还包括了387个编程技巧,读者可使用这些技巧来编写移植方便的、可重用的且经过性能优化的应用程序。
本书首先简单介绍了VisualC++.NET的基础知识。接着介绍了一些高级内容,包括多线程、ADO.NET数据库集成、ASP.NETWeb服务、网络编程和XML处理。本书也详细介绍了有关非托管代码的一些内容,包括特性化编程、使用ATLServer开发基于Web的应用程序以及托管和非托管代码的互操作。通过使用VisualC++.NET,开发人员可以灵活地编写托管和非托管代码以及ATLServer应用程序。

用户评论

dz08039 说:
好吗?怎么样啊?有没有电子书可以先看下........
发布于2007-9-26 12:42:55
(0)回应 有0人认为此评论有用, 有0人认为没用, 您认为呢?
国外的教材都是如此,同时注重基础和应用
发布于2007-7-14 8:25:21
(0)回应 有0人认为此评论有用, 有0人认为没用, 您认为呢?
dz08039 说:
和Microsoft.Visual.C.NET技术内幕第六版比哪个更好一点?
发布于2007-4-6 13:05:07
(0)回应 有0人认为此评论有用, 有0人认为没用, 您认为呢?
CHYGO_JJJ 说:
很厚的书,但是不"滥",从这点就能体现它的质量,呵呵,值得一看
发布于2007-1-12 2:11:48
(0)回应 有0人认为此评论有用, 有0人认为没用, 您认为呢?
dahema227 说:
写得挺好的,值得一看,各方面都有介绍,全面!
当然了,如果你想仔细看某一方面,还要另找书
发布于2007-1-11 20:15:09
(0)回应 有0人认为此评论有用, 有0人认为没用, 您认为呢?
MacXxn 说:
原书链接:
http://www.amazon.com/exec/obidos/tg/detail/-/013045821X/qid=1092368332/sr=1-1/ref=sr_1_1/102-8846723-8604136?v=glance&s=books

原书评内容:
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 chapters 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++.

翻译书评:
我越看这本书越觉得这本书的书名有些问题。
尽管代码范例很详尽,但是我觉得在这本超过1600页的书中,对编程基本概念的广泛介绍真是浪费纸张。由于我本人对几种语言都有编程经验(包括C++),我原本希望这本书能对托管C++的一些高级概念有深入介绍,但是实际情况是:书中对每一章节的内容都试图从基础开始讲解。
比如:
第14章:文件流, 第二部分:数据层次。 这部分其实就是花费两页的篇幅来解释数据是如何以0,1来存储,然后如何构成大的数据结构的。
第19章:数据结构和集合,第三部分:链表。这部分其实就是在详细解释链表的定义,以及其如何工作。
有部分章节让我觉得我在读一本计算机科学方面的教科书。很显然,这不是一个想转向托管C++的高级程序员需要的那种书。
发布于2006-12-25 13:04:41
(0)回应 有3人认为此评论有用, 有1人认为没用, 您认为呢?
MacXxn 说:
原书链接:
http://www.amazon.com/exec/obidos/tg/detail/-/013045821X/qid=1092368332/sr=1-1/ref=sr_1_1/102-8846723-8604136?v=glance&s=books

原书评内容:
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 chapters 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++.

翻译书评:

我越看越觉得这本书的书名有些问题。

尽管代码范例很详尽,但是我觉得在这本超过1600页的书中,对编程基本概念的广泛介绍真是浪费纸张。由于我本人对几种语言都有编程经验(包括C++),我原本希望这本书能对托管C++的一些高级概念有深入介绍,但是实际情况是:书中对每一章节的内容都试图从基础开始讲解。

比如:
第14章:文件流, 第二部分:数据层次。 这部分其实就是花费两页的篇幅来解释数据是如何以0,1来存储,然后如何构成大的数据结构的。

第19章:数据结构和集合,第三部分:链表。这部分其实就是在详细解释链表的定义,以及其如何工作。

有部分章节让我觉得我在读一本计算机科学方面的教科书。很显然,这不是一个想转向托管C++的高级程序员需要的那种书。
发布于2006-12-18 13:36:35
(1)回应 有1人认为此评论有用, 有0人认为没用, 您认为呢?
MacXxn 说:
原书链接:
http://www.amazon.com/exec/obidos/tg/detail/-/013045821X/qid=1092368332/sr=1-1/ref=sr_1_1/102-8846723-8604136?v=glance&s=books

原书评内容:
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


书评翻译:
关于编写托管C++代码方面的简单范例确实给了我很多帮助。
尽管一些高手可能会说这本书太浅了,但是我觉得,如果你熟悉传统的VC++却不熟悉托管C++的话,这本书会对你有帮助的。
发布于2006-12-11 18:45:56
(0)回应 有1人认为此评论有用, 有0人认为没用, 您认为呢?
书不错,正在看
发布于2005-9-22 15:46:09
(1)回应 有3人认为此评论有用, 有1人认为没用, 您认为呢?
lmy21th 说:
是不是市面上那种“跪龙套”的书
。NET内容少了点吧!
发布于2005-9-3 7:02:22
(0)回应 有0人认为此评论有用, 有0人认为没用, 您认为呢?
>>发表评论      >>查看更多评论  

商品意见

>>我要提问  
同类热销商品
您的浏览历史
第二书店联系方式 010-64348411 webmaster@dearbook.com
购买向导 如何付款 如何配送 订单信息 售后服务
购买流程 货到付款 送货方式、时间及费用 订单状态处理 退换货原则
搜索商品 邮局汇款 如何修改订单 退换货方法
银行电汇 查询订单方法 相关问题说明
网上支付
其他支付方式
北京创新乐知广告有限公司 版权所有, 京 ICP 证 070598 号
世纪乐知(北京)网络技术有限公司 提供技术支持
Copyright © 2000-2007, CSDN.NET, All Rights Reserved .