Search Advanced SearchView Cart   Checkout   
 Location:  Home » Automotive Books » Internet » Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)  
In Association With...
Site Navigation
Home
Discussion Forums
Categories
Tools / Car Care / Parts
Automotive Books
Camaro Books
Corvette Books
Mustang Books
Mopar Books
Related Categories
• Internet
Home Computing
Computers & Internet
Subjects
Books
• General
Programming
Computers & Internet
Subjects
Books
• C#
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Programming
Web Development
Computers & Internet
Subjects
• ASP
Programming
Web Development
Computers & Internet
Subjects
• General
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• .Net
Visual Basic
Development
Microsoft
Computers & Internet
• C#
Visual Basic
Development
Microsoft
Computers & Internet
• Visual Basic
Programming
O'Reilly
By Publisher
Custom Stores
• Programming Languages
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
New & Used Textbooks
Custom Stores
Specialty Stores
Books
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Subcategories
Internet & Education
Online Searching
Web Browsers
Web for Kids
Mass Market
Trade

Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)

Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)

zoom enlarge 
Authors: Bill Evjen, Scott Hanselman, Devin Rader
Publisher: Wrox
Category: Book

List Price: $54.99
Buy New: $29.90
You Save: $25.09 (46%)



New (30) from $29.90

Avg. Customer Rating: 4.0 out of 5 stars 23 reviews
Sales Rank: 7340

Media: Paperback
Edition: Pap/Onl
Number Of Items: 1
Pages: 1704
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:

  • Professional C# 2008 (Wrox Professional Guides)
  • Beginning ASP.NET 3.5: In C# and VB (Programmer to Programmer)
  • LINQ in Action
  • Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)
  • ASP.NET 3.5 Unleashed

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 18 more reviews...

5 out of 5 stars Awesome   August 27, 2008
Simply put, this is the best tech book I've read on a topic in quite a while. The authors do a great job of covering almost all important topics of asp.net. For any given topic, the writing is easily readable, thurough, filled with examples, and a mimimum of full. If you want to learn about asp.net 3.5, start here.


5 out of 5 stars This one Rocks... er... Wrox!!   August 14, 2008
 1 out of 1 found this review helpful

Bill, Scott, and Devin really did a great job pulling together key topics in ASP.NET 3.5.
This book is huge... weighting in at 1,584 pages not counting the online resources and index.
It basically covers everything any developer would want to brush up on or learn completely from scratch. I was only looking to learn about caching for scaling issues( and it was a great chapter 23), but I learned about so much more. I recently got a new job as a Lead ASP.NET developer and the site I have to fix is a poorly written asp.net 2.0 site with lots of table adapter code, custom role management based on a nasty switch statement, custom logging based on a file and poor threading synchronization, etc. It's bad... not to mention all the ASMX stuff. :-(
Anyway, every time I flipped to a new section of the book it had a solution to the problem I was facing with the nasty 2.0 site. For instance, I can use LINQ to SQL to get rid of the table adapter code, role based management is obvious and should have been leveraged from the beginning, custom logging is cool because now I can leverage System.Web.Management.EventLogWebEventProvider which handles writing to the eventlog and database at the same time... for free! Not to mention System.Web.Management.SimpleMailWebEventProvider which handles emailing me about any warnings or errors. A few more chapters in the book that I really like are IIS7, Membership and Role Management (might as well be under the hood), and of course... LINQ.
LINQ to Objects, LINQ to XML, and LINQ to SQL. The book even ends with a chapter on Silverlight. Awesome stuff!

Theirs so much in this book that I couldn't possibly due it justice by listing it all here. All I can say is go pick it up if you're a Dev... or at least thumb through it the next time your in the book store. :-)



3 out of 5 stars Uncharacteristically inadequate for a Wroth book.   August 3, 2008
 2 out of 4 found this review helpful

I am about a third into this and have found the book to be somewhat disappointing relatively to other Wrox books. My areas of concern include the following:
- Lots of editing errors, spelling errors, and references to figures that are not what the descriptions suggest.
- Wrox book strengths are in their good examples. Most of the examples in this book are so trivial as to not demonstrate anything except perhaps syntax.
- Some topics are not explained beyond the listing of the features and settings. Could use more explanation of many of these features and settings, and exactly what they effect. (In fairness, its a big subject, and I am only 500 pages in so some topics may be explained in more depth in subsequent chapters.)



4 out of 5 stars Comprehensive ... maybe, too much so   July 25, 2008
 1 out of 1 found this review helpful

I use the Wrox Peer 2 Peer books -- such as this one -- basically as documentation. And in that vein, this is a strong entry. But if you're hoping to use this book to learn how to program, you're probably better off with the For Dummies series.

My copy of this book came directly from Amazon. Unfortunately, it was misbound, with an extra 150+ pages from Chapter 3 pasted into Chapter 8. It's little more than an annoyance, but keep in mind your copy may too be misbound when you get it.

Very little of the ASP.NET 3.5 language isn't covered by this book, and its primary benefit is its extensive documentation of LINQ, Microsoft's attempt to extend SQL to all data structures.

However, like most of the Professional books in the P2P series, this book is written in a way that if you do not already have a basic understanding of the control or language being discussed, you will likely be quickly left behind; this book simply describes the control, what it can do, some of its members and an example of how to employ it.

It doesn't generally get into qualitative discussions about which control is best to use in a given circumstance, or compare and contrast similar controls, or show how to use several controls to solve a given problem (i.e., provide "cookbook" examples).

Again, viewed as a technical reference, this book is as good, if not in some ways better, than MSDN's online documentation. Because it is grouped by task (e.g., data, controls, XML, membership / customization, etc.) this book often makes it easier for you to find a control than MSDN does, especially if you are unsure of which control to use or its name.

Viewed as a way to learn a language, it's not appropriate; it isn't structured to explain the approach of ASP.NET 3.5 or how to go about solving specific problems.



2 out of 5 stars Get a phonebook instead; it's free   July 18, 2008
 3 out of 4 found this review helpful

I find it hard to believe the other reviews aren't plants by the publisher, or by people accidentally reviewing a similarly titled book. The introduction is full of documentation probably dumped from MSDN about obscure directives and their obscurer attributes. It reads like a phonebook. Writing the samples in both C# and VB is just another tactic to fill up 1600+ pages; here's one of the "gems" from the first chapter:

VB

If Page.IsPostBack = True Then
'Do Processing
End If

C#

if (Page.IsPostBack == true)
{
//Do Processing
}

As if the " == true" is not enough of a WTF, the book then goes on to say "In addition to checking for a true or false value, you can also handle postbacks like this," and gives the following example code:

VB

If Not Page.IsPostBack Then
'Do Processing
End If

C#

if (!Page.IsPostBack)
{
//Do Processing
}

So the target audience of this book is interested in reading a list of the public key tokens of the assemblies referenced by default in a "web.config" file, but they don't know how to negate a boolean value without someone holding their hand?


Powered by Associate-O-Matic