Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer) | 
enlarge | Authors: Bill Evjen, Scott Hanselman, Devin Rader Publisher: Wrox Category: Book
List Price: $54.99 Buy New: $30.91 You Save: $24.08 (44%)
New (20) Used (8) from $30.91
Avg. Customer Rating: 9 reviews Sales Rank: 616
Media: Paperback Edition: Pap/Onl Number Of Items: 1 Pages: 1673 Shipping Weight (lbs): 4.8 Dimensions (in): 9.2 x 7.4 x 2.3
ISBN: 0470187573 Dewey Decimal Number: 005.276 EAN: 9780470187579 ASIN: 0470187573
Publication Date: March 4, 2008 Availability: Usually ships in 1-2 business days Condition: BRAND NEW
|
| Similar Items:
|
| Editorial Reviews:
Product Description Building on the revolutionary ASP.NET 2.0 release, ASP.NET 3.5 adds several key new developer features including AJAX, LINQ, and a new CSS designer in Visual Web Developer 2008. The dramatic reduction in code that developers realized from the more than 50 new server controls in ASP.NET 2.0 now allows developers the time to make their applications more interactive with AJAX, to work with data in their preferred language with LINQ, and to build visually attractive and consistent standards-based sites with CSS. Professional ASP.NET 3.5 helps the experienced programmer put these new technologies into action. Greatly expanded from the original best-selling Professional ASP.NET 2.0, Professional ASP.NET 3.5 covers all the key technologies retained from 2.0 in new depth alongside the hundreds of pages of coverage of the important new 3.5 features. Written by 3 of the most well-known and influential ASP.NET developers who were highly praised by ASP.NET creator Scott Guthrie for their ASP.NET 2.0 books, Professional ASP.NET 3.5 is the book you’ll learn the language from and turn to day after day as you write web applications. And as always, Professional ASP.NET 3.5 features language examples in the book and in the code download in both C# and VB! Key new coverage for ASP.NET 3.5 includes: - Thorough coverage of how to implement ASP.NET 3.5 AJAX and the ASP.NET AJAX Toolkit
- An introduction to LINQ and many LINQ examples throughout the book side-by-side with the related SQL example to show you the differences between the two
- Enhanced coverage of XML use in ASP.NET including the new XML Schema Designer Add-on, LINQ to XML, LINQ for XML examples, and XSLTC.exe, a command-line XSLT compiler
- A new chapter on CSS design for ASP.NET and the Visual Web Developer CSS design tools
- A new chapter on the ASP.NET lifecycle and architecture best-practices
- Increased coverage of ASP.NET with SQL Server 2005 and Oracle as the databases
- Coverage of enhancing your ASP.NET applications with Microsoft’s new Silverlight for stunning video and animation uses
- Coverage of Scott Hanselman’s famous productivity tool picks for developers to help make you a more productive ASP.NET developer
- Updated coverage of migrating applications for previous ASP.NET versions
Key coverage retained and improved from the ASP.NET 2.0 book: - The idea of the server control and its pivotal role in ASP.NET development
- How to create templated ASP.NET pages using the master page feature
- Techniques for debugging and handling errors
- Ways to package and deploy ASP.NET applications
- How to retrieve, update, and delete data quickly and logically
- How to implement the cultures and regions features to localize your web site into multiple languages for different visitors
- An understanding of how to use and extend the provider model for accessing data stores, processes, and more
- How to keep track of your application's performance and health with monitoring tools
Who this book is for This book is for experienced programmers and developers who are looking to make the transition to ASP.NET 3.5.
|
| Customer Reviews: Read 4 more reviews...
Seems like a 2.0 Copy and Paste May 22, 2008 Im never a big fan of the "Professional" series of books because I tend to learn better from step-by-step tutorials with a finished product at the end. the "Problem Design Solution" series from wrox tend to be the most useful to me. These types of books I often feel like I can get the same information, cheaper, from MSDN. I knew that when I got the book but its nice as a desk reference. My biggest issue with this book is that it seemed like it was a 2.0 copy and paste.... there is a lot of reference to 2.0 in the text and it often left me wondering what was specifically new in 3.5.
Better than the average Wrox book, but still not great May 20, 2008 1 out of 1 found this review helpful
In the past, I've disliked Wrox books because of their approach of having multiple authors cover the same topics without enough editing to make it one cohesive piece. While this book is better than Wrox books I have read in the past, it still suffers many of the same pitfalls. In areas, the book is quite repetitive. Also, in a few spots the authors mention topics before they have been properly introduced, with parentheticals such as "we'll cover this in chapter x." This lack of cohesive organization and planning is annoying.
Besides having qualms with the layout of the book, I don't think this book deserves "professional" in the title. Most "professional" books I read from other publishers do suit a professional developer, while this one falls short. It covers little more than an overview of all the features, but provides very little "best practice" advice beyond the absolute basics. With this book, you may learn to write applications in ASP.NET but you won't necessarily learn to do it well.
If you are new to ASP.NET, this book may be a decent place to start, but if you've been using .NET for years, as I have, 90% of this book covers what you already know and it may try your patience to find that 10% that's new to you.
Comprehensive, interesting and inventive May 19, 2008 2 out of 2 found this review helpful
I've been developing fairly basic ASP.NET sites for a few years now, but knew i had a lot to learn. This book was perfect for the task!
It's comprehensive, thorough and very easy to follow. You can pick it up at just about any place in the book and follow through without getting lost with what's already been covered that you haven't seen yet - most of the time, any previously covered topics are covered again to a limited extent, to be complete.
The author comes across as excited about the technology, which appealed to me, and I'm now confident to step up to more complex ASP.NET sites with what I've learnt from the book.
Brilliant!
The ONLY book needed for ASP.NET 3.5 April 24, 2008 1 out of 1 found this review helpful
Being a Microsoft fanatic I always want to stay on top of things with Microsoft Technologies.I have been reading a couple of books on ASP.NET 3.5. And having seen this book physically and read the book and, I can definitely say that, this is the ONLY book that any ASP.NET developer would want to have on his desk. Loaded with practical advice. Complete. Comprehensive. Cost effective. Definite BUY.
Great Addition for Any Bookshelf April 14, 2008 8 out of 8 found this review helpful
I've got the ASP.NET 2.0 version of this book (both the original and special edition versions) and all of the strengths still hold: It still walks you through all of the common (and some of the uncommon) usage for ASP.NET and provides great examples and code snippets to illustrate points. I'm not an ASP.NET newbie and I still find myself referring to the book from time to time - even in the age of Google - to find a nice, easy-to-understand example of this or that.
That said, not much has changed from ASP.NET 2.0 to ASP.NET 3.5, so the important bits are the differences between this book and the previous version. So what is different?
ADDED: * Lots about LINQ. Anywhere they discuss data - from databinding to working with XML - they've added info on how LINQ works into the picture. Thre is even a new chapter on "Querying with LINQ." * A chapter on IIS7 with a high-level intro to what it means for ASP.NET. * A chapter on basic HTML and CSS usage. * ASP.NET AJAX has been made a first class citizen with chapters on both the ASP.NET AJAX framework as well as the ASP.NET AJAX Control Toolkit. (It was an appendix in the ASP.NET 2.0 book.) * A section on WCF services has been added to the "Building and Consuming Services" chapter. * An ASP.NET-oriented subset of the indispensable Scott Hanselman Ultimate Tools List has been added as an appendix with screen shots and larger discussion of each tool. * An appendix has been added on basic Silverlight.
REMOVED: * The introduction to Visual Studio. You won't get an overview of the IDE in the new book. * Basic .NET concept review like the chapter on "Collections and Lists" have been removed. * The chapter on developing for mobile devices using the contents of the System.Web.Mobile assembly. * The appendix on VB 8.0 and C# 2.0 language enhancements (generics, partial classes, etc.).
COMBINED: * The ASP.NET 2.0 book separated out the discussions of "ASP.NET Web Server Controls" and "ASP.NET 2.0 Web Server Controls." This is now one chapter that doesn't differentiate by version.
For the chapters that the two versions of the book have in common, really the only differences I could find were that the first few "intro" paragraphs for the chapter and the screenshots have been updated. A few sentences here and there have been updated to remove version-specific wording, but the copy is basically the same. I did a page-for-page comparison of one of chapters and almost everywhere it was exactly the same as the previous version, verbatim.
That commonality is not a bad thing. It means the new version still has the great content found in the previous version, so if you didn't get the ASP.NET 2.0 book, the 3.5 book will cover you. If you did get the ASP.NET 2.0 book, Wrox also has a Professional ASP.NET 3.5 Upgrade book that just contains the new stuff so you don't have to re-purchase content you already have.
Again, the typesetting irked me. The font really needs to be a point or two larger. Also, in the Professional ASP.NET 2.0 Special Edition, they used a light gray background to highlight code snippets so it was easy to make the distinction between prose and code. They lost that light gray background in the 3.5 book so the prose and the snippets run together a bit. (They use the light gray now as a "highlighter" for particular lines of code.) Of course, at 1600-odd pages, they might have to start shipping this bad boy on microfiche.
In all, still highly recommended.
|
|
|