by Andrew Troelsen
|
| List Price: | $59.99 |
| Amazon Price: | $37.79 & eligible for FREE Super Saver Shipping on orders over $25. |
| You Save: | $22.20 (37%) |
| Average Rating: |  |
| Lowest New Price: | $35.00 |
| Availablitiy: | Usually ships in 24 hours |
|
 |
|
Product Description
Book Description The first edition of this book was released at the 2001 Tech Ed conference in Atlanta, Georgia. Since that time, this text has been revised, tweaked, and enhanced to account for the changes found within each release of the .NET platform (1.1, 2.0, 3.0 and now 3.5). The last version, .NET 3.0, was more of an augmentative release, essentially providing three new APIs: Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). As you would expect, coverage of the "W's" has been expanded a great deal in this version of the book from the previous Special Edition text. Unlike .NET 3.0, .NET 3.5 provides dozens of new C# language features and .NET APIs. This edition of the book will walk you through all of this new material using the same readable approach as was found in previous editions. Rest assured, you'll find detailed coverage of Language Integrated Query (LINQ), the C# 2008 language changes (automatic properties, extension methods, anonymous types, etc.) and the numerous bells and whistles of Visual Studio 2008. What you will learn - Everything you need to know – get up to speed with C# 2008 quickly and efficiently.
- Discover all the new .NET 3.5 features — Language Integrated Query, anonymous types, extension methods, automatic properties, and more.
- Get a professional foothold — targeted to appeal to experienced software professionals, this book gives you the facts you need the way you need to see them.
- A rock-solid foundation – focuses on everything you need to be a successful .NET 3.5 programmer, not just the new features. Get comfortable with all the core aspects of the platform — including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more.
Who is this book for? If you're checking out this book for the first time, understand that it targets experienced software professionals and/or students of computer science (so please don't expect three chapters devoted to "for" loops). The mission of this text is to provide you with a rock-solid foundation to the C# 2008 programming language and the core aspects of the .NET platform (OOP, assemblies, file IO, Windows Forms/WPF, ASP.NET, ADO.NET, WCF,WF, etc.). Once you digest the information presented in these 33 chapters, you'll be in a perfect position to apply this knowledge to your specific programming assignments, and you'll be well equipped to explore the .NET universe on your own terms. Related Titles Beginning C# 2008 Databases: From Novice to Professional Pro LINQ: Language Integrated Query in C# 2008 Pro LINQ Object Relational Mapping in C# 2008 Pro ASP.NET 3.5 with C# 2008 About the Apress Pro series You have gotten the job; now you need to go hone your skills in these tough competitive times. Apress Pro Series books expand your skills and expertise in exactly the areas you need. Master the content of a Pro book and you will always be able to get the job done in a professional manner. Written by experts in their field, Pro Series books give you the hard-won solutions to problems you will face in your professional programming career.
Customers who bought this item also bought
Average Customer Review:
0 of 0 people found the following review helpful:
Useful but no advanced material. Bloated writing style, 2008-06-22 This is a useful book. It covers all major topics in c# - no mean accomplishment. The chapters are well designed with good examples. As a professional programmer, I find software technologies keep expanding and there are always new topics to learn. For those topics that I knew little about, this book was very useful however, the depth is limited and for those areas with which I was familiar, there was little new. My other objection is that the author's writing style seems to prefer three words where one would do the job. I often found myself rereading a paragraph several times only to realize that he was trying to convey a rather simple idea.
As other reviewers have said, this book does not provide advanced, in depth information but, perhaps because of that, it is very useful on topics where on needs a basic understanding
0 of 0 people found the following review helpful:
Very comprehensive and readable, 2008-06-21 Very comprehensive. Low errata rate. For the most part, you can it read it wherever you are (i.e. you do NOT need to have VS running so that you can look through the "mystery" code that shows what the book does not.
0 of 0 people found the following review helpful:
THE new .NET desk reference, 2008-06-20 I found this book while searching around for one that covered new features of .NET 3.5. I have been working with .NET since before the official release of version 1.0, but got behind after 3.0 came out. I floundered about buying this for several months, debating spending the money on hundreds of pages of material that I already knew just to get a few nuggets that I wanted. The table of contents showed that it did cover the topics I was after in 30 ~ 50 page blocks. When I finally bought it, I discovered that I couldn't be more pleased. I skimmed through the parts that I was already familiar with, and even then learned some things. In fact, I came across a new feature of ADO.NET that directly answered an issue that I was having right at that moment. The sections on material that I was less familiar with were very easy to read and great for getting a workable understanding of the technology and how to begin using it.
I highly recommend this book both for a developer who is new to .NET and as a great reference to seasoned .NET developers. For the n00b, this is a thorough reference that leaves no stone unturned. For the old timers, it is a good, concise reference for the new stuff and a valuable "mental reboot" so you don't get stuck in that rut of writing .NET 1.1 code using a .NET 3.5 compiler. Mr. Troelson is thorough, detail oriented and very readable. This book has earned the right to retire several older, well worn references on my desk.
1 of 1 people found the following review helpful:
Best book ever on C#; not so good with the .NET 3.5 platform, 2008-06-16 I've read chapters 1-13 in their entirety read part of 14 and 15 and skimmed the ASP.NET chapters. It may be a while until I look through the rest of what's in this huge book, so I may as well review it now.
This book is really two books in one. The first part, Chapters 1-14, cover C# the language. The rest of the book covers stuff about the .NET platform.
The first 13 chapters of this book are nothing short of outstanding. I have many years of experience working with C#, but I haven't done any C# programming at all for the last year, so I felt that I needed to refresh my knowledge of the language, as well as learn about what has been added since version 1.0 This book was EXACTLY what I was looking for. Not only did I relearn everything about C# that I had forgotten, I learned a lot more than I ever knew. I feel like I know C# better now than I ever did before.
The author of this book doesn't just explain the language, he also explains what's going on behind the scenes in the CIL, so you really get a full understanding of exactly what's happening when your C# code is compiled.
Delegates are the part of C# that I always found the hardest to understand. This book explains delegates better than anything else I've read, I feel like I finally understand them.
The author of this book also avoids the two things I hate most about certain other computer books: (1) He never uses unprofessional nerd-language like "Wow, this technique is really cool!" Yes, some computer books have sentences like that and I think its demeaning to the programming profession. I don't recall reading through any bad grammar--the author is a very good writer. (2) The code samples are short and to the point. There's nothing I hate more than unnecessarily long code samples (except for the nerd-speak).
But is this book all perfect? Not really. I wish the author just cut it off at chapter 14 (which introduces LINQ but really doesn't go into enough detail for one to understand it) and sold the book for half the price. This book is too big and too expensive.
For example, the ASP.NET chapters don't seem very useful. ASP.NET is a huge topic, way too big to be covered in three chapters. I think the three chapters here would be too confusing for an ASP.NET beginner, and not comprehensive enough at all for the professional ASP.NET programmer.
Despite my annoyances at the books size and coverage of material that's unnecessary, I'm so happy about the quality of the first 13 chapters that I give it 5 stars.
0 of 2 people found the following review helpful:
The Best C# Book, Then Period ., 2008-06-08 Any serious C# Developer out there gotta have that profound, well structured textbook. I would like to thank the author for his continuing effort to not only sharpen every new version, but also his clear and simple way of explaining the subject. I've already got the Pro C# 2008 and THE .NET 3.5 Platform. What are you waiting for? Go order a copy at the amazon web site and let the fun begin.

Price is accurate as of the date/time indicated. Prices and product availability are subject to change. Any price displayed on the Amazon website at the time of purchase will govern the sale of this product.
|
Store Categories
|