Books Online Store Global Online Shopping Center UK | Germany
apparel   jewelry   musical instruments   beauty   health   sports   office  
books   baby   camera   computers   dvd   games   electronics   garden   kitchen   magazines   music   phones   software   tools   toys   video  
 Help  
Books - Computers & Internet - Microsoft - Development - C & C++ Windows Programming

1-20 of 200       1   2   3   4   5   6   7   8   9   10   Next 20
Favorite ListSimple List

click price to see details     click image to enlarge     click link to go to the store

$90.78
1. C++ How to Program (5th Edition)
$32.99
2. Pro .NET 2.0 Windows Forms and
$40.22
3. TheC Programming Language (2nd
$28.32
4. Programming C#
$37.79
5. CLR via C#, Second Edition
$78.36
6. Operating System Concepts
$41.49
7. C++ Primer (4th Edition)
$32.39
8. Effective C++: 55 Specific Ways
$101.00
9. Absolute C++ (2nd Edition)
$37.79
10. C++ GUI Programming with Qt 4
$37.91
11. More Effective C++: 35 New Ways
$37.79
12. Pro C# 2005 and the .NET 2.0 Platform,
$54.59
13. The C++ Programming Language (Special
$32.99
14. Practical Guidelines and Best
$89.76
15. C How to Program, Fourth Edition
$32.99
16. Professional C# 2005 (Wrox Professional
$37.79
17. Expert C# 2005 Business Objects,
$32.99
18. Ivor Horton's Beginning Visual
$26.39
19. MicrosoftVisual C#2005 Step by
$26.39
20. Effective C#: 50 Specific Ways

1. C++ How to Program (5th Edition) (How to Program)
by Prentice Hall
Paperback (05 January, 2005)
list price: $102.00 -- our price: $90.78
(price subject to change: see help)
Isbn: 0131857576
Sales Rank: 22429
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (22)

5-0 out of 5 stars Great for anyone!!!
I am a super beginner programmer with NO experience whatsoever. Well, my buddy is profiecient in SEVERAL languages, including java, Visual basic, and python, and he wanted to learn C++, so i decided to learn with him. At first i went through countless online tutorials, then i went and bought some books, but they were all too confusing! So finally, i went online and did some diggina and found this book, so i told my friend and we both bought this book, and it is fantastic!!
1-0 out of 5 stars F- -
This was the required text for an introductory C++ class I took last semester where I received an A.I point that out so that nobody will suspect bitterness on my part when I say that this is simply the worst textbook I have ever owned.
5-0 out of 5 stars Good beginning to C++
This was the book that was used for a C++ class I took this summer.It is a good book, and made some of the more complex aspects of C++ easier to understand.The examples are clear and illustrate the points of the book well.The material is presented in a clear and logical manner. ... Read more

Subjects:  1. C++ (Computer program language    2. C++ (Computer program language)    3. Computer Books: Languages    4. Computers    5. Computers - Languages / Programming    6. Programming Languages - C++    7. C & Visual C    8. Computers / Programming Languages / C++   


2. Pro .NET 2.0 Windows Forms and Custom Controls in C#
by Apress
Paperback (15 December, 2005)
list price: $49.99 -- our price: $32.99
(price subject to change: see help)
Isbn: 1590594398
Sales Rank: 7864
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (7)

5-0 out of 5 stars Didática Perfeita
Esse livro contém todos os ingredientes necessários para você poder dar uma boa avançada em C#, explica muitas coisas a respeito do uso de técnicas envolvendo Windows Form e User Control e até classes.

4-0 out of 5 stars Nice Look At Custom Controls
Pro .NET 2.0 Windows Forms and Custom Controls in C# by Matthew MacDonald provides a nice introduction (well more than that with a book that is ~1000 pages long) to controls in the .NET 2.0 world.
5-0 out of 5 stars Excellent Windows Forms and Custom Controls Coverage
This book covers everything you need to know about Windows Forms and Custom Controls. It is very thorough and well written.
Read more

Subjects:  1. C# (Computer program language)    2. Computer Books: Languages    3. Computer software    4. Computers    5. Computers - Languages / Programming    6. Development    7. Microsoft .NET Framework    8. Programming - General    9. Programming Languages - C#    10. Computers / Programming / General   


3. TheC Programming Language (2nd Edition)
by Prentice Hall PTR
Paperback (22 March, 1988)
list price: $44.20 -- our price: $40.22
(price subject to change: see help)
Isbn: 0131103628
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Editorial Review

Just about every C programmer I respect learned C from this book. Unlike many of the 1,000 page doorstops stuffed with CD-ROMs that have become popular, this volume is concise and powerful (if somewhat dangerous) -- like C itself. And it was written by Kernighan himself. Need we say more? ... Read more

Reviews (225)

4-0 out of 5 stars A good book but not for beginners
Long ago this book was required in one of my undergraduate classes. At that time, I really could not find it easy therefore put it aside and used other books for the class. It seemed hard at that point. Many years later I bought and used the C Primer Plus book ofStephen Prata which is an excellent book for beginning C. Later, I picked up this book from my library and looked at it, it seemed rather understandable and very good. I think this book is very good but beginner might find it hard to follow. I suggest you start with other books (I suggest C Primer Plus) and then come to this. It will be very beneficial that way.

5-0 out of 5 stars One of the all time greats
For learning C programming, this book is the gold standard.It is unpretentious and to the point, assuming that you have the general concept of what it means to program a computer and want to learn the C language.It is gentle, but not touchy-feely, and guides you through what you need to know.
4-0 out of 5 stars Best book but not for beginners
Authored by the guy who invented the C language and the first edition of the book being the known standard for C for over a decade, this book is one of those unique books that is a must read if you want to learn how to program. Early on in the book the authors say that this book is not for a beginner programmer, so if you are a newbie in programming please pick up a different book before diving into this one. This book is also refereed to as the K&R C and is the bible for the C programming language. The text has a simple structure as well as style from the beginning it follows the same ideas of Unix as well as the C language (they invented Unix as well as C). The author defiantly knows the language although I did notice that some of the ideas were not clearly presented on some occasions. All the programs in the book compile perfectly and there are questions asked pertaining to the chapter and section. One of the downsides with all the books I read on C so far is that they do not give you the complete answers to the questions. This one is no different as there is no answers to the questions asked in the book ( you could buy the The C Answer Book: Solutions to the Exercises in the C Programming Language to actually find the answers). One issue was that the book assumes too much as is not a tutorial style book as other books. The book is also not up to date with the standards (after all the 2nd edition was published in 1988 well before the C99) so a new edition must come sooner or latter. I have read the book 2 times and I am still sketchy on some of the ideas presented with this book. The book is 185 pages although so it is straight to the point, but maybe the authors traded the number of pages with the ability to explain things more clearly. ... Read more

Subjects:  1. C (Computer program language)    2. Computer Books: Languages    3. Computers - Languages / Programming    4. Programming (Computers)    5. Programming Languages - C    6. C & Visual C    7. Computers / Programming Languages / C   


4. Programming C#
by O'Reilly Media
Paperback (22 February, 2005)
list price: $44.95 -- our price: $28.32
(price subject to change: see help)
Isbn: 0596006993
Average Customer Review: 4.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Editorial Review

Jesse Liberty's Read more

Features

  • Illustrated

Reviews (191)

5-0 out of 5 stars Most O'Reilly book are quality references.
I wouldn't necessarily recommend an O'Reilly book to a beginner, just learning, but for anyone with some experience, these are the preferred learning & reference tools.
1-0 out of 5 stars Disappointed
The examples are not easy to follow and it does not give sufficient explanation. It is basically useless to me.
4-0 out of 5 stars Not for those with a C++ background
My background is in C++ with some experience with Java and no experience with .NET.I didn't fully realize how similar C++ is to C# until I finished this book, and I think my money would have been better spent buying a book on .NET.
Read more

Subjects:  1. C# (Computer program language)    2. Computer Books: Languages    3. Computer programming    4. Computers    5. Computers - Languages / Programming    6. Microsoft .NET Framework    7. Programming - General    8. Programming Languages - C#    9. .NET, C#, programming, Programming Languages, Visual Studio    10. C & Visual C    11. Computers / Languages / Programming    12. Computers / Programming Languages / C#   


5. CLR via C#, Second Edition
by Microsoft Press
Paperback (22 February, 2006)
list price: $59.99 -- our price: $37.79
(price subject to change: see help)
Isbn: 0735621632
Sales Rank: 2255
Average Customer Review: 5.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (15)

5-0 out of 5 stars Buy it
This book takes you through the CLR and explains how and why it works. The aurthor teaches you about the metadata all the way down to whats inside the internal data sructures the CLR uses. You will learn about what gets put on the stack and heap and what data, and in what order things are on the stack and heap. There is so much to the CLR and its difficult to put it all down. This book does a good job at explaining it all in an orginized easy to read fasion. At first glance this book looks like its just an introduction to the .NET Framework and then a C# language tutorial starting with the primitive types and then moving on up to generics. This is not the case, it starts off explaing the what the .NET Framework is and the CLRs execution model. Then it goes into metadata and application configuration and installation. Then it gets into the nitty gritty. It starts you off explaining the types in chapter 4, this insnt just a tutorial to ints and objects, it takes you deep under the covers. You will also get a good understanding of the various tools, like NGen.exe and when and why you should and shouldnt use it. There is alot of difficult content in this book, you will atleast understand it better if you read this. There is so much about this book that I can say but all I need to say is buy it!

5-0 out of 5 stars Essential CLR Internals
I echo the positive reviews below. If you already know the .Net platform fairly well and want to understand the internals of the CLR, this is the best place to start. This edition is as good or better than his 1.0/1.1 version, Applied .Net Framework Programming.

4-0 out of 5 stars For advanced developers
This book gives a deep view of the CLR and framework. You can find tips for performance, and complete description of many functionalities of the framework. The bad think of this book, is that don't come with a CD, and because this, you lost a quick find and a way to carry the book with you. ... Read more

Subjects:  1. Compiling (Electronic computers)    2. Computer Books: Internet General    3. Computers    4. Computers - Languages / Programming    5. Internet - Application Development    6. Internet - General    7. Microcomputer Application Software    8. Microsoft .NET    9. Operating systems (Computers)    10. Programming Languages - C#    11. Computers / General   


6. Operating System Concepts
by John Wiley & Sons
Hardcover (14 December, 2004)
list price: $97.95 -- our price: $78.36
(price subject to change: see help)
Isbn: 0471694665
Sales Rank: 14501
Average Customer Review: 4.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (10)

5-0 out of 5 stars Excellent!
We had to buy this book as part of our undergraduate Computer Engineering curriculum at The University of Akron.The book is very well written; I taught myself a lot by studying it.
3-0 out of 5 stars Try reading 3 pages without falling asleep
While "Operating Systems" is not exactly the sexiest subject in Computer Science, it ought to be possible to make it interesting, for example by taking a historical or problem solving approach.
4-0 out of 5 stars its a text book
Its a text book a book you have to buy too pass class. Its a lot better than stallings book though. For most topics its pretty good explaining, with decent examples. And its a lot better than stallings OS book. ... Read more

Subjects:  1. Computer Books: Operating Systems    2. Computers    3. Computers - Operating Systems    4. Operating Systems - General    5. Operating systems (Computers)    6. Programming Languages - C    7. Programming Languages - C++    8. C & Visual C    9. Computers / Operating Systems / General    10. Operating systems & graphical user interfaces (GUIs)   


7. C++ Primer (4th Edition)
by Addison-Wesley Professional
Paperback (14 February, 2005)
list price: $49.99 -- our price: $41.49
(price subject to change: see help)
Isbn: 0201721481
Average Customer Review: 3.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Editorial Review

This new edition of Read more

Reviews (120)

3-0 out of 5 stars Thorough - but often filled with convoluted waffle.
This book starts out well, explaining the topics clearly and without a lot of unnecessary repetition. Unfortunately, the writing style chops and changes throughout the book with the worst written sections being a real chore to plough your way through.
5-0 out of 5 stars The Best C++ Book
This is by far the best C++ book I have ever read. It is comprehensive, explanations are simple and to the point, and, up-to-date. I am referring to the 4th edition, of course. The earlier editions might be a bit outdated.

4-0 out of 5 stars C++ Primer 2nd Edition: A review
Lippman's book contains an introduction into the world of programming in the C++ language. The book goes from simple basics, assuming you know the basic foundations of a programming language, to in depth coverage of C++ programming. It explains both with examples of the programming language and with detailed explanations of what everything in the explanations means and does. This book is an excellent tool for both learning the C++ language and referencing back while you are working on programming something. However, it is not for the every day reader, as it requires a previous knowledge of basic programming language. ... Read more

Subjects:  1. C++ (Computer program language    2. C++ (Computer program language)    3. Computer Books: Languages    4. Computers    5. Computers - Languages / Programming    6. Programming Languages - C++    7. C & Visual C    8. Computers / Programming Languages / C++   


8. Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series)
by Addison-Wesley Professional
Paperback (12 May, 2005)
list price: $44.99 -- our price: $32.39
(price subject to change: see help)
Isbn: 0321334876
Average Customer Review: 5.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Editorial Review

This exceptionally useful text offers Scott Myers's expertise in C++ class design and programming tips. The second edition incorporates recent advances to C++ included in the ISO standard, including namespaces and built-in template classes, and is required reading for any working C++ developer.Read more

Reviews (117)

5-0 out of 5 stars Must own if you are a c++ engineer
This book touches many aspects of the C++ programming language. Even you are an experienced engineer, you can learn a lot of things from this book and write more solid code. I regret that I didn't buy and read this book sooner.

5-0 out of 5 stars THE book next to Bjarne's for C++
A really good book where there is something to learn in every other example and chapter even if you consider yourself a master C++ programmer with years of experience.Besides reading the book, I happened to attend Scott's live training on Design patterns and Embedded C++ both of which were great experience.

5-0 out of 5 stars amazing book
this book is probably the best book I have read on the intricacies of c++.It opened my eyes to the many faults I have as a programmer. ... Read more

Subjects:  1. C++ (Computer program language)    2. Computer Books: Languages    3. Computers    4. Computers - Languages / Programming    5. Programming Languages - C++    6. C & Visual C    7. Computers / Programming Languages / C++   


9. Absolute C++ (2nd Edition)
by Addison Wesley
Paperback (21 February, 2005)
list price: $101.00 -- our price: $101.00
(price subject to change: see help)
Isbn: 0321330234
Sales Rank: 255896
Average Customer Review: 5.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (17)

5-0 out of 5 stars One of the Best
This is a great C++ book.My experience is with the first edition, and I'm sure they've improved even that.The book is so easy to read and follow.The pages, and the code, are in color, so that specific lines of a program are highlighted to indicate the principle that the author is making.
5-0 out of 5 stars Absolutely a great book
Absolute C++ is definitely one of my favourites. It is very well written, colorful, and very helpful. It covers so many things in detail and explains everything very well. During my courses in computer programming this book was my rescue!

5-0 out of 5 stars The only C++ book I like
This is the only C++ book I have liked. He covers the material so well and does not but you to sleep while he is doing it. It is well broken down and easy to learn. Finally a coding book that is fun. ... Read more

Subjects:  1. C++ (Computer program language    2. C++ (Computer program language)    3. Computer Books: Languages    4. Computers    5. Computers - Languages / Programming    6. Programming Languages - C++    7. C & Visual C    8. Computers / Programming Languages / C++   


10. C++ GUI Programming with Qt 4
by Prentice Hall PTR
Paperback (26 June, 2006)
list price: $59.99 -- our price: $37.79
(price subject to change: see help)
Isbn: 0131872494
Sales Rank: 6661
Average Customer Review: 5.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (1)

5-0 out of 5 stars a comprehensive widget set for C++
When C++ was first put together in the 80s, it was just before the advent of GUIs for many programs. But as Java arose in the 90s, and then C#, the need for easy UI coding in C++ became very clear. Hence Qt was developed. Now in its 4th version. And available for Microsoft Windows, linux, Macintosh and several unixes. The accompanying CD has version 4.1.1. Though by the time you get this book, you might want to scout the Web, either for patches to this version, or a more recent version.
Read more

Subjects:  1. C++ (Computer program language)    2. Computer Books: Operating Systems    3. Computers    4. Computers - Languages / Programming    5. Computers - Operating Systems    6. Graphical user interfaces (Computer systems)    7. Operating Systems - Linux    8. Operating Systems - UNIX    9. Programming - General    10. Programming - Software Development    11. Programming Languages - C++    12. User Interfaces    13. C & Visual C    14. Computers / Operating Systems / Linux   


11. More Effective C++: 35 New Ways to Improve Your Programs and Designs
by Addison-Wesley Professional
Paperback (29 December, 1995)
list price: $47.99 -- our price: $37.91
(price subject to change: see help)
Isbn: 020163371X
Sales Rank: 23882
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (36)

4-0 out of 5 stars Good Reference, Worthy Sequel For More Advanced Topics
Describing more advanced topics of c++, such as - things you should know before overloading special operators, inner works of exception-handling (and what you should avoid while using them), how the virtual table is built when using RTTI & Inheritance, general efficiency issues (such as the works of temporaries and multiple inheritance) and few Design-Patterns related techniques.
5-0 out of 5 stars A good supplementary reference
It provides even more explanation than the first book and they both have similar advantages: easy-readable, explained in detail, large and useful topics covered.

5-0 out of 5 stars use the STL and string objects
Scott Meyers continues in the vein of his earlier successful "Effective C++". If you benefited from the insight presented in that book, you may well want to follow up with a study of this text. It assumes a general familiarity with C++, though not necessarily with all the obscure details. It continues in the style of the earlier book by collating useful advice garnered from the C++ community. Which is probably one of the largest groups of programmers in the world.
Read more

Subjects:  1. C (Programming Language)    2. C++ (Computer program language    3. C++ (Computer program language)    4. Computer Books: Operating Systems    5. Computers - Languages / Programming    6. Programming Languages - C++    7. C & Visual C    8. Computers / Programming Languages / C++   


12. Pro C# 2005 and the .NET 2.0 Platform, Third Edition
by Apress
Hardcover (08 September, 2005)
list price: $59.99 -- our price: $37.79
(price subject to change: see help)
Isbn: 1590594193
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Editorial Review

Aimed at the reader with some previous programming experience,Read more

Reviews (116)

4-0 out of 5 stars Good, thorough book on C#/.NET 2.o foundations
Overall, this book is a good, wide-ranging text on C# and the .NET 2.0 platform. However, it can be a little long-winded and hard to read.
5-0 out of 5 stars Coul be an excellent additionto your C# library
Generally, this book is technically sound, very well written and very easy to read. The examples are succinct, logically presented and very easy to follow. I do agree that the author repeats some things quite "moderately", but I also believe the intent is to get the point across. Using this text, I have gained a better understanding of Processes and Threads, among other things, running under .Net. Nonetheless, "Programming C# "by Jesse Liberty could be used to shore up or augment certain chapters; chapter 9 which covers Indexers and Collections is an example. Read both books for thorough coverage on c#.
5-0 out of 5 stars The Best
If you need to learn C# and get your project done this week, this book is not for you. If you want to learn the nuts and bolts of C# and do it right, this is the book for you. This book will teach you the stuff that you skipped over in college. ... Read more

Subjects:  1. Computer Books: Languages    2. Computers    3. Computers - Languages / Programming    4. Internet - General    5. Programming - General    6. Programming Languages - C#   


13. The C++ Programming Language (Special 3rd Edition)
by Addison-Wesley Professional
Hardcover (15 February, 2000)
list price: $69.99 -- our price: $54.59
(price subject to change: see help)
Isbn: 0201700735
Average Customer Review: 4.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Editorial Review

In this brand-new third edition of Read more

Reviews (264)

5-0 out of 5 stars The best C++ book!
Excellent book. You need some feedback before you read it, but this book is complete and good reference.

3-0 out of 5 stars Indispensable great book
The reading is tedious, and in my opinion he does not cover some concepts thoroughly, such as casting. On the other hand, it is "The" C++ reference, although it isn't perfect.

5-0 out of 5 stars Perfect!
This is a great C++ book, the best I have found around. I strongly encourage anybody interested in learning this programming language to buy it. ... Read more

Subjects:  1. C (Programming Language)    2. C++ (Computer program language    3. C++ (Computer program language)    4. Computer Books: General    5. Computers    6. Computers - Languages / Programming    7. Programming Languages - C++    8. C & Visual C    9. Computers / Programming Languages / C++   


14. Practical Guidelines and Best Practices for MicrosoftVisual Basicand Visual C#Developers (Pro-Developer (Paperback))
by Microsoft Press
Paperback (23 March, 2005)
list price: $49.99 -- our price: $32.99
(price subject to change: see help)
Isbn: 0735621721
Sales Rank: 23120
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (14)

3-0 out of 5 stars Average book
Although there are some good insights here and there, not too much to gain.

5-0 out of 5 stars Good book
I am a reader of Balena's books and appreciate his writings. I have read this book and would only say that the objective of the book if not teaching theory to computer science students but to explain practical guidelines.
5-0 out of 5 stars Driven to buy by the negative review
I was driven to buy this book by the negative review of Papadimoulis. I now have the book in my hand, and I haven't been able to put it down.
Read more

Subjects:  1. C# (Computer program language)    2. Computer Books: Languages    3. Computers    4. Computers - Languages / Programming    5. Microsoft .NET Framework    6. Programming - Visual Basic - VBA (Visual Basic for Applicati    7. Programming Languages - C#    8. Programming Languages - Visual BASIC    9. Computers / General   


15. C How to Program, Fourth Edition
by Prentice Hall
Paperback (18 July, 2003)
list price: $102.00 -- our price: $89.76
(price subject to change: see help)
Isbn: 0131426443
Sales Rank: 138591
Average Customer Review: 3.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (6)

4-0 out of 5 stars Excellent Textbook
This was my college text for an intro level class within my information systems major at the University of Texas at Tyler.While I was first a bit worried over the sheer size of the book I soon came to love it.
3-0 out of 5 stars Not as good as some may suggest...
This book is too dense, basicly all you are getting is one third of the book on the subject. However, the explanation is well written and clear, but it follows few chapters after given example code.
4-0 out of 5 stars Very Good Book on C (Emphasis on Beginners)
This book is used in FSU's CGS 3408 course: "Introduction to Programming with the C Language."In the preface, the Deitels state that this book is for everyone (beginners to experts) who want to learn C.They've made a very good stab at that goal, but realistically, I'd have to say that those who are professional programmers in other languages will find this book too long for their needs.For beginners (and even those moderately versed in other languages), this is an excellent book.I really have only three minor gripes about it:
Read more

Subjects:  1. C (Computer program language)    2. C (Programming Language)    3. C++ (Computer program language    4. C++ (Computer program language)    5. Computer Books And Software    6. Computers    7. Computers - Languages / Programming    8. Java (Computer program languag    9. Java (Computer program language)    10. Programming - General    11. Programming Languages - C    12. C & Visual C    13. Computers / Programming Languages / C   


16. Professional C# 2005 (Wrox Professional Guides)
Paperback (07 November, 2005)
list price: $49.99 -- our price: $32.99
(price subject to change: see help)
Isbn: 0764575341
Sales Rank: 7331
Average Customer Review: 4.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (15)

5-0 out of 5 stars C# Prof. A 1300 page turner!
Great book, good examples.I don't think they missed anything in this book.

3-0 out of 5 stars Too much handholding
This book is a decent introduction to the C# language, in a very slow, very hold-your-hand sort of way. The later chapters on using C# in .NET applications aren't terribly useful because they follow the same overly simplified style of explanation and ultimately run out of space for advanced features.
3-0 out of 5 stars Pros and Cons
PROS:I liked the book, and learned a lot from it.It is both a very broad and deep view of C# and .NET, covering more than most other books.It has good explanations of things like delegates, properties, indexers, and differences between C# and java, C++ and other languages. The section on ADO (SQL Database classes) is especially good, tho it goes pretty fast.This is a professional book, not for beginning programmers, but especially good if you know java or C++ already (I know both, so it helped even more).
Read more

Subjects:  1. C# (Computer program language)    2. Computer Books: Languages    3. Computers    4. Computers - Languages / Programming    5. Programming Languages - C#    6. C & Visual C    7. Computers / Programming Languages / C#   


17. Expert C# 2005 Business Objects, Second Edition
by Apress
Paperback (24 March, 2006)
list price: $59.99 -- our price: $37.79
(price subject to change: see help)
Isbn: 1590596323
Sales Rank: 15751
Average Customer Review: 4.0 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (15)

4-0 out of 5 stars Framework Design Unraveled - Recommended for Developers & Architects
In the object oriented design and architecture, business objects are simply the entities which abstracts the physical entities in the domain that the component is written to represent. In "Expert C# Business Objects" Rocky Lhotka goes above and beyond this definition and walk us through the different steps of encapsulation, abstraction, behavior representation and business object implementation with distributed systems.
4-0 out of 5 stars Good one
If you are someone who wants to learn the application design process and how to apply your Programming and Software Engineering knowledge, this is the one for you to start with.
3-0 out of 5 stars Some good ideas in the book, but only for a certain type of application and subsequent design
Truly, I think this book is an introduction to Mr. Lhotka's CSLA Framework, and not a text for designing expert business objects. Discovering and designing business objects for an application are tough exercises that are not covered in much detail here.
Read more

Subjects:  1. Computer Books: Languages    2. Computers    3. Computers - Languages / Programming    4. Programming - General    5. Programming Languages - C#    6. C & Visual C   


18. Ivor Horton's Beginning Visual C++ 2005 (Programmer to Programmer)
Paperback (20 February, 2006)
list price: $49.99 -- our price: $32.99
(price subject to change: see help)
Isbn: 0764571974
Sales Rank: 6184
Average Customer Review: 4.5 out of 5 stars
US | Canada | United Kingdom | Germany | France | Japan

Reviews (6)

5-0 out of 5 stars The best C++ 2005 book in the market