还不错
- 58.49.238.*
|
我刚买到这本书,总体上感觉还是不错的。 不过我有一个问题: 在3.6 跨页面的传送(59页)有这样一个例子: protected void Page_Load(object sender, System.EventArgs e) { if (Page.IsCrossPagePostBack) { Label1.Text = 'Hello ' + PreviousPage.pp_TextBox1.Text + '' + 'Date Selected: ' + PreviousPage.pp_Calendar1.SelectedDate.ToShortDateString(); } else { Response.Redirect('Page1 - Listing 03-11.aspx'); } } 例子上面还有一段话,意思是说如果有人想不通过Page1.aspx页面,而直接访问Page2.aspx的话,Page2.aspx将通过检查之后跳回到Page1.aspx,只有在访问Page1.aspx页面之后,由Page1.aspx调用Page2.aspx页面,才能看到Page2.aspx页面。他使用的判断是:Page.IsCrossPagePostBack 但是经过我的验证发现,Page2.aspx永远得不到显示。根本不能用Page.IsCrossPagePostBack来进行判断! 出到第四版的书了,不会还有这种知识性的错误吧? 难道是我理解错了吗?
|
|
此评论对你有用
没用
|
| |
|
|
还算OK!
- 219.133.24.*
|
|
例子精辟易懂,但就是一个例子两种语言编写看着烦人!
|
|
此评论对你有用
没用
|
| |
|
【首届读书月】当成工具书也不错
- xiguanghan 财富等级:
|
|
这本书以前刚学.NET的时候就看过了,感觉很不错,与MSDN一起一直被我拿来当工具书用了.当然了,如果是初学者看起来可能会有困难,会有厌烦感,我第一次读的时候就是这种感觉(笑...),后来我先看了入门教材再来看,就明显感觉容易多了.所以建议初学者先读基础书再来读的话感觉会好很多(虽然里面有很多的例子,但对于没有经常的来说难度还是大了点).这本书是那种很适合放在案头,碰到问题就翻一翻的书.
|
|
此评论对你有用
没用
|
| |
|
【翻译】真正的好书(Really good book)
- GingerbreadMan 财富等级: 
|
【原书评内容】 I think that at this point, its fair to say that anyone still using Notepad to generate ASP.NET apps should stop wasting time and get up to speed on Visual Studio! I cant understand why so many authors insist on using examples generated in Notepad to teach ASP.NET, and never will.
This book provides some really good insight into VWD, and that is exactly the way that ALL ASP.NET apps should be written - no exceptions. As a professional, I look for ways to streamline projects, and VS is without a doubt the unsurpassed IDE for doing just that! This book uses VWD to show you how to do things, and there is no confusion about how it is being demonstrated. Good job, guys...
Reviewer: John L. Nelson 'JohnL'
【翻译内容】 我想,这样说应该不过分:使用写字板编写ASP.NET的人不要再浪费时间了,立即换上Visual Studio给工作提速吧!我搞不懂为什么这么多作者坚持使用写字板编写例子教ASP.NET,还要一直用下去。 本书深入探讨了VWD,这才是写ASP.NET程序应采用的方法-无一例外。作为一名专业人士,我一直寻找能让项目流水化作业的方法,而VS IDE正是完成这项任务的无可替代的选择!本书演示了如何使用VWD写程序,并且演示步骤明明白白。写得好,伙计们!
|
|
此评论对你有用
没用
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
好样的
- zhxie253 财富等级:
|
本书非常适合初学者和中级读者。本书介绍了关于asp.net 2.0的所有主题,并配有准确易懂的例子。 本书以简介开篇,接着讲解了Ado.Net、XML、 控件以及几乎所有.Net专业人员所需知识。 一本必读书。
|
|
此评论对你有用
没用
|
| |
|
本书适合有一些基础的ASP.NET初级程序员以及准备迁移到ASP.NET 2.0的编程老手。
- octopus1 财富等级:
|
本书适合有一些基础的ASP.NET初级程序员以及准备迁移到ASP.NET 2.0的编程老手。
|
|
此评论对你有用
没用
|
| |
|
|
|
好书
- daijun17 财富等级:
|
|
wrox出版社的红皮书本本经典,我看来很多这个系列的书(programer to programer)。不过这本书讲的内容很多,但是都没有太深入,也许深入的需要大家自己去研究。这本书会给你很多启示,不适合初学者,初学者建议看看wrox的《asp 2.0 入门经典(第四版)》C#和VB.net的都有。
|
|
此评论对你有用
没用
|
| |
|
ASP.NET 2.0
- zq0234 财富等级:
|
|
这本书,网上的我已经看完,但是有点少了,后面的内容不知如何,但是前面内容可能给新手或刚转2005的学员看一下!
|
|
此评论对你有用
没用
|
| |
|
|
|
这本书还不错
- Eray 财富等级:
|
刚买这本书,看到第10章了 前面感觉翻译的还不错,挺符合读的习惯的.还有VB,C#双代码,有时还有VS2003,2005对照.挺适合我的.
|
|
此评论对你有用
没用
|
| |
|
|
|
|
ASP.NET 2.0高级编程 第四版书也不怎么样?
- 61.52.127.*
|
|
前几天买了不记得是这本还是《ASP.NET 2.0高级编程 第四版》感觉不怎么样,觉得适合入门。讲了很多东西,每个知识点都不深入,泛泛而谈,对于我这样已经入了门的人来说,我觉得不怎么样。现在最想看像《Wrox.Professional.ASP.NET.2.0.Security.Membership.and.Role.Management》这样的书,一本书详细说了角色管理,可惜不知道什么时候才出来中文版,英文版的毕竟看着费些劲啊。不知道大家同意不同意我的说法?大家可以加我QQ:24912858讨论技术问题
|
|
此评论对你有用
没用
|
| |
|
@“还不错”
- biser 财富等级:
|
我也实验了那个方法,的确是如你所说的那样。真不知道是不是错误,还是我们没有很好的理解,甚至是错误的理解,希望有人可以帮忙解释一下,谢谢~! 我的Email是:czhgary@hotmail.com
|
|
此评论对你有用
没用
|
| |
|
红皮书
- kanshencong 财富等级:
|
本书非常适合初学者和中级读者。本书介绍了关于asp.net 2.0的所有主题,并配有准确易懂的例子。 本书以简介开篇,接着讲解了Ado.Net、XML、 控件以及几乎所有.Net专业人员所需知识。 一本必读书。
|
|
此评论对你有用
没用
|
| |
|
【翻译】纠正前一位读者(Correcting an earlier review)
- GingerbreadMan 财富等级: 
|
【原书评内容】 A previous reviewer (Sven) mentioned that the book omitted some more advanced topics. 1 of the examples cited was how to access MasterPage properties from a content page. Not only is this information there (page 263), but there are 2 examples, and the specific location is referenced in the Table of Contents as 'Working with Controls and Properties from the Master Page'
Just thought Id mention this since I chose to go w/ another book because of that review, only to find as I sit here and browse this book that it does in fact go into a good amount of detail. I hope the one I did order is as good.
Reviewer: Jeff Deville (Philadelphia, PA)
【翻译内容】 前面有位读者(Sven)说本书遗漏了一些高级主题。其中有一个例子是如何从内容页访问MasterPage属性。此外还有两个例子,它们的位置是在目录表中“使用MasterPage控件何属性”那一节。 我说这些是因为看了这篇书评后本打算买别的书。但后来借了本书读后却发现本书讲解了大量细节。我希望我定购的本书是名副其实地好。
|
|
此评论对你有用
没用
|
| |
|
【翻译】赶紧学 ASP.NET 2.0(Get a head start in your learning of ASP.NET 2.0)
- GingerbreadMan 财富等级: 
|
【原书评内容】 For the past three years Ive been teaching my high school computer science students webmatrix. In fact, I wrote curriculum for Microsoft and was the Technical Editor for some other asp.net curriculum. To keep up with the new technology, I realized I needed to start learning ASP.NET 2.0. I started to read this BIG book and already Im on Chapter 9 in only a week of reading. The book clearly explains the new features of ASP.NET 2.0 in a clear and concise manner. The screen shots and code examples in both C# and VB.NET are excellent. You can download the code from [...]. This is a great reference and should be on your christmas list! Read more in my blog if you want: http://www.geekswithblogs.net/bscarbeau
【翻译内容】 我教高中学生计算机网络有三年了。实际上,我还为微软编写课程,并且担任一些ASP.NET课程的技术编辑。为了能跟上新技术的脚步,我决定开始学习ASP.NET 2.0。 我一个星期前开始看这本大部头,现在已看到第9章了。本书清晰明了地讲解了ASP.NET 2.0的新特性。书里的截屏和VB、C#代码非常棒。你可以从[...]处下载代码。 这是一本很棒的参考书,你应该将它列进你的圣诞书单! 以下是我的BLOG,你可以看看: http://www.geekswithblogs.net/bscarbeau
|
|
此评论对你有用
没用
|
| |
|
【翻译】非常适合专业开发者的ASP.NET 2.0介绍(Excellent introduction to ASP.NET 2.0 for professional developers)
- GingerbreadMan 财富等级: 
|
【原书评内容】 This book has an outstanding balance. It introduces the new aspects of ASP.NET2 to developers while also going deep into items that have been with ASP.NET since the beginning - providing some good best practices. The authors do a good job of explaining complex topics and dont jibber-jabber too much - but instead get right to the point. That makes for a pleasant read. As stated in other reviews, this is a big book and covers A LOT of ground. ASP.NET2 is just plain huge now compared to ASP.NET1 and you need a book like this at your desk to reference. Since I have to work on projects sometimes in VB and other times C#, I was glad to see that the code example were in both languages. One important point of this book to realize is that this is a HOW-TO book more than anything. There arent long tables of objects and definitions like you see in other books. This book instead introduces topics and then usually shows you how to do it for yourself. Thats my type of book! Reviewer: Forever Coder (Dallas, Texas)
【翻译内容】 本书有着很好的平衡。它向开发者介绍了ASP.NET2的新概念,同时也深入讲解了ASP.NET原有内容-并提供了很好的练习。作者对难懂的主题讲解得非常好,没有东拉西扯-而是直奔主题。这样阅读很轻松。正如其它书评中所说,这是一本厚书,包含很多背景知识。与ASP.NET1相比,ASP.NET2有点复杂,因此你需要这样一本参考书。我的项目有时用VB,有时用C#,因此我很高兴看到本书用这两种代码写成。本书另一点很重要的是,这是一本叫你“如何做”的书。它没有像其它书一样的长长的对象和定义列表。它会介绍一个主题,然后告诉你如何自己做。这正是我想要的书!
|
|
此评论对你有用
没用
|
| |
|
【翻译】包含ASP.NET 2.0所有内容(Everything There Is to Know about ASP.NET 2.0)
- GingerbreadMan 财富等级: 
|
【原书评内容】 With the 2.0 release it seems that ASP.NET has become ready for prime time. I found the earlier versions so verbose and so demanding that everything be done exactly right that I decided to wait for the next release and its here. The addition of Visual Web Developer (part of Visual Studio 2005) has rounded out the picture. The use of an IDE like this gives a lot of assistance in speeding up the writing of code. Its a lot better than just using something like Notepad.
This book was written with an emphasis on the new features built into ASP.NET 2.0. The authors say that experience with previous versions of ASP.NET is assumed but that if you understand the basics of Web programming you shouldnt have any trouble. If you dont have experience with ASP.NET, Id recommend you also getting the Wrox book Beginning ASP.NET 2.0 in addition to this one. The two books have an entirely different set of authors, and even when they are talking about the same subject, they use different words. Sometimes just reading different words helps you to understand better.
This book is a very good reference book to everything there is to know about ASP.NET 2.0. Its over 200 pages of small type. If youre going to be doing work in ASP.NET I dont see how you could be without it. Its not the simplest book to read, but its all there.
Reviewer: John Matlock 'Gunny' (Winnemucca, NV)
【翻译内容】 随着2.0的发布,ASP.NET快要迎来鼎盛时期。我认为先前的版本过于详细、要求太高,所有东西都要严格按要求完成。因此我决定等待下一个版本。现在它来了。加入Visual Web Developer(Visual Studio 2005的一部分)后形成了一套完整的方案。使用这套集成开发环境会帮助你加快编写代码的速度。这比使用写字板好多了。 本书着重强调ASP.NET 2.0的新特性。作者只假设读者有ASP.NET以前版本的编程经验。但如果你拥有网络编程基础,你将不会遇到任何困难。如果你没有ASP.NET编程经验,我推荐你先买本Wrox的《ASP.NET 2.0入门经典》读一读。这两本书由两组不同的作者写成,他们对相同的主题会有不同的描述。有时候读读不同的表述会有助于你理解。 本书是一本很好的参考书,所有内容都能帮助你了解 ASP.NET2.0 。有200多页介绍小类型。如果你打算用ASP.NET工作,我不能想像你没有此书。虽然本书不是很简单,但所有内容都有。
|
|
此评论对你有用
没用
|
| |
|
【翻译】并不像标题所称的“高级”(Not so professional as the title says)
- GingerbreadMan 财富等级: 
|
【原书评内容】 I dont know why Wrox titled this book Professional ASP.NET 2.0. There is nothing in this book that professionals can gain from. Authors dont even bother giving you some best practices of professional programming. They start with the VS2005 IDE description and go on with explaining of all there is to explain for controls and other features of ASP.NET 2.0 programming but all examples use the minimal implementation. I was waiting to see any trick or customize solution but couldnt find any. I think the most important part of the ASP.NET 2.0 is Membership, Roles and Profiles, but I could not find anything in this book to help me more then what MSDN already has. At least MSDN has some examples of how to write your own providers. To conclude, this book is a reference book, but not for profesionals.
Reviewer: Johnny V 'Johnny V' (New York, NY USA)
我不知道为什么Wrox将本书命名为《ASP.NET 2.0高级编程》。专业人士从本书毫无所得。作者甚至没有给出一些好的高级编程练习。本书以描述VS2005集成开发环境开篇,然后介绍控件和ASP.NET 2.0编程的特性。但所有的例子都是用最简单的方法实现。我本希望能看到一些技巧或用户定制的方法,但毫无所获。我认为ASP.NET 2.0中最重要的是成员、角色和配置文件,但我在本书中看到的内容还没MSDN提供的帮助多。至少MSDN中还有例子教你如何编写自己的程序。 总之,本书只是一本参考书,不适用于专业人士。
|
|
此评论对你有用
没用
|
| |
|
【翻译】太好了(Berry Berry Good)
- GingerbreadMan 财富等级: 
|
【原书评内容】 I have just switched from 1.0 to 2.0, This book allowed me to actually get all the examples working within one week. The only problems I had were SQL Server access rights, which I solved with the help of the WWW. This is one of the best books I have used to learn a new API. Nice To have: 1. Instructions on solving the most common SQL access errors. 2. How to replace SQLExpress with SQL Server It is packed book of very well explained examples!!!
Reviewer: Keith Elkin 'cElegans' (Frederick, MD United States) 【翻译内容】 我刚从 1.0转向2.0,本书教会我可以在一星期内让所有例子运行。我碰到的唯一问题就是 SQL Server的访问权限,在因特网的帮助下也顺利解决。这是我学习新API的最好的课本。 购买本书的好处: 1. 许多常用SQL访问错误解决方法的指导; 2. 如何用SQL Server替换SQLExpress; 这是一本包含很多详例的好书!!!
|
|
此评论对你有用
没用
|
| |
|
好书啊!
- oec2003 财富等级:
|
|
早就关注这本书了,我们当地12月份才有得买,前一阵子去书店看了一下,很不错,内容非常全面,价格有点贵,但也物有所值,元旦就去买回来好好研究。
|
|
此评论对你有用
没用
|
| |
|
【翻译】全面了解ASP.Net 2.0的参考书(Great reference in knowing the bolt and nuts of ASP.Net 2.0)
- GingerbreadMan 财富等级: 
|
【原书评内容】 This book is a great foundation in learning ASP.Net 2.0 prior to old version,it provides some in-depth details of this new Microsoft Technology. Transitioning from ASP.Net 1.0 to ASP.Net 2.0 is relatively easy and it clearly tackles several new features like Master page,personalization etc. Kudos to Author and WROX!!!! Reviewer: M. Agbayani 'Dgreat' (MKTI, Philippines) 【翻译内容】 本书是学习ASP.Net 2.0的基础,它讲解了这项微软新技术的深入细节。从ASP.Net 1.0转向ASP.Net 2.0相对容易,它增加了新的特性,如管理页面和定制,等等。向作者和Wrox致敬!!!
|
|
此评论对你有用
没用
|
| |
|
【翻译】根本不值得花时间看!(Not quite ready for prime time!)
- GingerbreadMan 财富等级: 
|
【原书评内容】 If this is the Professional version I really wonder what the Beginning version is like.
I found the book to be extremely disappointing.....unfortunately I couldnt give it a zero. A few examples: 1. The index is absolutely useless. For example, you wont find MultiView or the Wizard Server Control in the index. 2. I couldnt find anything on the RowCommand which is associated with the GridView and the replacement for the ItemCommand. Definitely something that should be part of any discussion on GridView. 3. Strongly Typed DataSets and ObjectDataSources are not mentioned! 4. Most of the examples I looked at are so basic as to be worthless.
MSDN and Google will give you much better information than you will find in this book. Reviewer: SteveH 【翻译内容】 如果这是“高级”版本,我真不知道“入门”版会是什么样! 这书真让人失望.....可惜我不能给零分。 举例如下: 1.索引毫无用处,比如,你根本找不到MultiView和Wizard服务器控件。 2.没有讲解GridView的RowCommand和替换ItemCommand。应该要讨论GridView的。 3.强制类型的DataSets和ObjectDataSources都没提到! 4.大多数例子简单、无用。
从MSDN和Google会找到比此书更好的资料。
|
|
此评论对你有用
没用
|
| |
|
【翻译】有用,值得买,我喜欢(Works for me, worth the money, I like it.)
- GingerbreadMan 财富等级: 
|
【原书评内容】 I was creating a new project in classic ASP, and about a week into it, decided to do it ASP.Net. ASP.Net 2.0 is hot, no more PHP and MySQL for me.
First Off, ASP.Net 2.0 is awesome, and what you can do with it is amazing. After a month of writing in it, I have cut my development time down in half compared to PHP, or even just ASP classic. I had no idea just how powerful it was. Microsoft did a great job on this one.
As far as the book goes, If your good in classic ASP, Visual Basic, Visual C, then this is the book for you. I read the first couple of chapters, and had a complete understanding of what ASP.net was, and what you can do with it. The next couple of chapters shows off the power of the server controls, so you know what to choose when needed. You get code examples in C Sharp and VB. The middle of the book show the use of XML, ADO, Data Binding, SQL Server 2005, which is now a snap. The end of the book shows off what you can do with mobile phones, and how to make a Windows type setup program for your ASP.Net project when your done. The example code is useless, but does show how to use the languade in the proper context.
The book works and gives your the information you need, if your an experienced programmer and already know vb or C real well.
Reviewer: Jim Kirker (Huntington Beach) 【翻译内容】 我正在用经典ASP做项目,用了一周时间,后来决定用ASP.Net。对我来说,ASP.Net与PHP和MySQL相比,只是热门一点而已。 首先,ASP.Net 2.0让人生畏,但能用它做的东西很神奇。用它写了一个月后,与PHP相比,甚至和经典ASP相比,我将开发时间缩短了一半。我不知道它有多么强大。微软做得真棒。 随着本书深入,如果你擅长经典ASP、Visual Basic、 Visual C,那么本书正适合你。读了头两章后我完全明白了ASP.Net是什么以及能用它做些什么。接下来的两章展示了服务器控件,你会知道当需要时如何选择。代码示例是用C#和VB写的。书的中间部分介绍了当今的关键技术,如XML、ADO、数据绑定和SQL Server 2005。最后几章介绍了能用手机做什么以及如何在ASP.Net项目完成时做一个Windows类型的安装程序。示例代码毫无实用,但确实展示了如何在实际编程环境下使用这门语言。 如果你是一名经验丰富的程序员并熟练掌握vb或C,那么本书确实有用,能提供你需要的信息。
|
|
此评论对你有用
没用
|
| |
|
【翻译】很好的ASP 2.0资料(Great source for ASP 2.0)
- GingerbreadMan 财富等级: 
|
【原书评内容】 Very nice book for beginers and for Intermediate Level. Gives out infortmation on all subjects concerning asp.net 2.0. Has appropriate examples which are easy to be understood. The books starts with Introduction and moves on explaining about Ado.Net, XML, Controls and almost everything that is required for a .Net professional. A Must Read.
Reviewer: Software Architect 'http://www.india-development.com'
【翻译内容】 本书非常适合初学者和中级读者。本书介绍了关于asp.net 2.0的所有主题,并配有准确易懂的例子。 本书以简介开篇,接着讲解了Ado.Net、XML、 控件以及几乎所有.Net专业人员所需知识。 一本必读书。
|
|
此评论对你有用
没用
|
| |
|
【翻译】很棒的ASP.NET 2.0资料(Excellent Coverage of ASP.NET 2.0)
- GingerbreadMan 财富等级: 
|
【原书评内容】 In the classical Wrox Press approach this 1,000+ page volume covers a LOT of stuff. I approached this book as someone very familiar with 1.0 who just needed to get up-to-speed with 2.0. For that I whole-heartedly recommend it. I used this book for just-in-time learning I was architecting a new enterprise application and wanted to implement the ASP.NET 2.0 approach to master pages, themes and skins, roles and membership, site navigation, AJAX, and more. I found it easy to read each chapter on the particular technology and then put it in place in your own app. If you are completely new to ASP.NET, I probably wouldnt recommend this book to you. You will probably find that one of Jesse Libertys books covers the learning curve at a better pace. Terry Smith 'http://terrysmith.net -- http://terrysmithimages.com'(Little Rock, AR USA)
【翻译内容】还是遵循着Wrox出版社一贯方式,这本1000多页的书包含了很多内容。作为一名熟悉1.0而想跟上2.0脚步的读者,我买了这本书。因此我全力推荐此书。我读此书是为了及时充电。我现在正在做一个商务应用程序,并想用ASP.NET 2.0 管理网页、主题、外观、角色、会员、网站向导、AJAX以及其它。我觉得能很容易读懂每章并将相关技术应用于程序。如果你是ASP.NET新手,我不推荐此书。你也许会找到Jesse Liberty的其它对应你学习阶段的书。
|
|
此评论对你有用
没用
|
| |
|
【翻译】《ASP.NET 2.0高级编程》写得真棒(Professional ASP.NET 2.0 is fantastic)
- GingerbreadMan 财富等级: 
|
【原书评内容】 This book builds on the Beginning book to take Web development to a whole new level. Examples are in C# and VB. Easy to read, solid consistent programming style that would work in any shop! Definitely 5 Stars! 【原书评内容】 作为一本入门书,本书把网页编程提升到了新的水平。示例用C+和VB编写,容易读懂。扎实连贯的编程风格在哪都有用!当然是五星!
|
|
此评论对你有用
没用
|
| |
|
【翻译】《ASP.NET 2.0高级编程》写得真棒(Professional ASP.NET 2.0 is fantastic)
- GingerbreadMan 财富等级: 
|
【原书评内容】 This book builds on the Beginning book to take Web development to a whole new level. Examples are in C# and VB. Easy to read, solid consistent programming style that would work in any shop! Definitely 5 Stars! 【原书评内容】 作为一本入门书,本书把网页编程提升到了新的水平。示例用C+和VB编写,容易读懂。扎实连贯的编程风格在哪都有用!当然是五星!
|
|
此评论对你有用
没用
|
| |
|
【翻译】很好的ASP.NET 2.0入门读本
- GingerbreadMan 财富等级: 
|
【原书评内容】 I only had experience with classic ASP and found the book very useful as an introduction to ASP.NET and the .NET class library.
Having all code samples in both Visual Basic and C# makes the book easier to read, and you get a good feel for both languages at the same time.
The negatives: the book is a bit verbose at times, and some of the chapters would have benefited from a bit more depth.
Reviewer: C. Studer (Bern, Switzerland) 【翻译内容】 我只有经典ASP的编程经验。我认为本书非常适合用作ASP.NET和.NET类库的入门读本。 由于用Visual Basic和C# 编写代码,这使得本书更易读懂。同时培养了你对这两种语言的语感。 不足之处:有些地方略嫌罗唆,有些章节如果更深入会更好一点。
|
|
此评论对你有用
没用
|
| |
|
【翻译】Wrox出好书
- GingerbreadMan 财富等级: 
|
【原书评内容】 The Wrox Press books are always well written and good for tutoring yourself in a new technology or enhancing your skills in an existing one.
Reviewer: TLP (Rhode Island)
【翻译内容】 Wrox出版社的书都写得很好,并能有效指导你学习新技术或增强已有技能。
|
|
此评论对你有用
没用
|
| |
|
【翻译】这书不是给ASP.NET新手看的
- GingerbreadMan 财富等级: 
|
【原书评内容】 Dont say I did not warn you, this book is not for ASP.NET newbies. Im fairly good with VB.NET and yet I simply cant use this book to learn ASP.Net. You will not even get past the first few pages. Another thing I dont like about this book is that it dives into technical details without give you the whole picture about what is a proper ASP.Net website.After reading this book you would not have a concept in your mind about how to build an ASP.Net. Its just bits here and bits there.
Reviewer: Xu Shaowu
【翻译内容】 别怪我没警告你:这书这书不是给ASP.NET新手看的。我精通VB.NET却没法用这书学ASP.Net。你甚至连两页都翻不下去。这书还有一点个让我讨厌:沉溺于技术细节却不告诉你如何构建ASP.NET网站的总体架构。这书写得东一榔头西一棒的。
|
|
此评论对你有用
没用
|
| |
|
【翻译】Professional ASP.NET 2.0
- GingerbreadMan 财富等级: 
|
【原书评内容】 This book only mostly explains basic functionality like how to drag and drop controls, etc. When I purchased this book, I expected to find out how to go beyond this basic functionality like customizing controls, using templates and thorough explanation about them. This book is not for professionals.
Reviewer: N. Rengenath (Sydney, Australia)
【翻译内容】 本书主要介绍了一些基本操作,如拖放控件等。我买这本书时是希望能了解到一些更深入的内容,例如如何定制控件、使用模板以及原理讲解。 本书不适合专业人士。
|
|
此评论对你有用
没用
|
| |
|
【翻译】Professional ASP.NET 2.0
- GingerbreadMan 财富等级: 
|
【原书评内容】 Provides a great reference to almost all classes, excellent for the beginner. One suggestion would have been to create an entire application - step by step at the end of each chapter as an exercies .
Reviewer: N. Rengenath (Sydney, Australia)
翻译内容】 可用作各级读者的参考书,尤其适合初学者阅读。建议按照每章后的步骤逐步完成一个完整的应用程序,以作为练习。
|
|
此评论对你有用
没用
|
| |
|
|
|
|
|
|
|
期待很久了
- nbjed 财富等级:
|
|
一定买,就是不知预定了,有没有回应,以前都是石沉大海的,现在预定了不知可不可以买
|
|
此评论对你有用
没用
|
| |
|