Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Mobile & Wireless » Visual Basic » Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Subcategories
Mass Market
Trade
Related Categories
• 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
• General AAS
Internet
Home Computing
Computers & Internet
Subjects
• .Net
Visual Basic
Development
Microsoft
Computers & Internet
• C#
Visual Basic
Development
Microsoft
Computers & Internet
• General AAS
Visual Basic
Development
Microsoft
Computers & Internet
• C#
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• General AAS
Programming
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• General AAS
Software
Computers & Internet
Subjects
Books
• ASP
Programming
Web Development
Computers & Internet
Subjects
• General
Programming
Web Development
Computers & Internet
Subjects
• General AAS
Programming
Web Development
Computers & Internet
Subjects
• General
Computers & Internet
Subjects
Books
• General AAS
Computers & Internet
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Visit Laptop Nirvana for the best Cheap Discount Laptops

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: $24.48
You Save: $30.51 (55%)



New (43) Used (12) from $22.01

Avg. Customer Rating: 4.0 out of 5 stars 26 reviews
Sales Rank: 12945

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

Similar Items:

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

Editorial Reviews:

Product Description
ASP.NET 3.5 brings the power of Visual Studio 2008 along with the multitude of language improvements in C# 2008 and Visual Basic 2008 as well as powerful new technology called LINQ, together with the ASP.NET 2.0 Framework you already know and love. Combine all this with the release of IIS 7.0, and you have a truly revolutionary leap forward in web application development. Greatly expanded from the original best-selling Professional ASP.NET 2.0, this new edition adds hundreds of pages and dozens of code samples so youll be prepared to put these new technologies into action.


Customer Reviews:   Read 21 more reviews...

4 out of 5 stars Good Beginner Book   November 2, 2008
This book is a great walkthrough for the beginning ASP.NET programmer. It covers all of the major topics and areas of the framework in enough detail to get you started. It has lots of example code, but only for the common scenarios. I am an advanced ASP.NET programmer and I bought the book to help me understand some of the new features in the 3.5 framework. For that purpose, the book is just okay. The coverage of Ajax, and Linq is pretty shallow, but I was able to supplement it with some Internet based research and figure out the more nuanced aspects of the framework. Overall, I think this would be a great book for the beginner, but for the advanced user looking for a detailed reference of the ASP.NET 3.5 features, this is probably not the right book.


4 out of 5 stars Good but maybe not complete   October 30, 2008
I found this book a good reference, however, there was a .NET class called Repeater that I was surprized wasn't mentioned in the book. Hmmm I guess it's not a complete reference. I wonder what else is missing. Thank goodness for the internet.


5 out of 5 stars Good All Around Book on ASP.NET   October 22, 2008
 1 out of 1 found this review helpful

This book is a good all-around book on ASP.NET. This means that the book covers a lot of topics to get you up to speed on ASP.NET, rather than focusing on specific areas like other publishers do. That's what makes this book pretty versatile, as it covers a lot of ground and exposes its readers to some new arenas they may never have developed in before (like IIS 7).

It's also written by some talented writers, so that makes for an easier read as well.



5 out of 5 stars Awesome   August 27, 2008
 1 out of 1 found this review helpful

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
 2 out of 2 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. :-)


Powered by Associate-O-Matic