Others say...

"Not the best book for ASP.NET 3.5"
This book is basically a re-branded ASP.NET 2.0 book. It covers a LINQ and IIS 7 just fine. When reading the book the authors spend too much time covering old 1.1 and 2.0 material instead of digging in deeper to the 3.5 topics.

Buy this book in you need an overview of ASP.NET 2.0 with some 3.5 topics as well but there are better books out there. Usually Wrox book are great, this one just doesn't deliver with ASP.NET 3.5

"Excellent reference book for ASP.NET 3.5 (despite typos)"
Having read Imar Spaanjaar's Beginning ASP.NET 3.5: In C# and VB, I was expecting a number of good things from this book.

Imar's book is really great in that he shows you how to build a Web application with ASP.NET 3.5. However, with Professional ASP.NET 3.5 In C# and VB, you instead get 1500+ page reference book.

Now that's not necessarily a bad thing, but that does mean that if you want to get started with ASP.NET, pick up Imar's book first, or better still, too.

That said, this also means that if you're the type to read a book from beginning to end, you'll have a real 'joy' reading this book. That's because after a few chapters you'll notice that the author's clearly intended for people to skip around the book. This is evident because they'll discuss something in one chapter, and then reiterate it at the beginning of the next in such a way that suggests they assume you didn't just read this in the last chapter. But, that is good if you consider this as a reference book.

The other thing that will strike you is the number of typos in this book. I wasn't keeping track of all of them, such as words melding together, hard returns where there didn't need to be, incorrect figures, etcetera, but I did make note of, and submit, 29 errors in this book (25 of those from page 579 on - I wasn't keeping serious track before then). If you hear that they've done a special edition of this book, or a second edition, just spend the (extra) money and pick it up. Luckily, the code seems pretty clean.

Having said all that, I still think Professional ASP.NET 3.5 is an excellent reference book, and one that I'll be keeping on my shelf. Almost every one of the 34 chapters had at least one valuable thing in them, and in most cases, they had many. While some topics are skimmed over, they give a very indepth look to existing and new features, providing sources to further reference as needed (most of which are free Microsoft references online).

Together with Imar's Beginning ASP.NET 3.5 In C# and VB, I would definitely recommend this to anyone interested in ASP.NET 3.5. I would also recommend this reference book (last time, I promise :) ) to anyone who's worked with previous versions of .NET, and just needs to know how to advance their skills.

"Encyclopedic about elements, but not enough substance"

Short commentary: The book is good and worth for your money.

Long commentary: The book is good, however, it is not excellent. They have tried to mention all the relevant elements of ASP.NET 3.5, and they have succeeded; never the less, it is more or less just list of an elementary examples.
The glue that would put all of them to real world use is not here, for such a book you will have to search other titles. I have also that kind of book, and - it has its own weaknesses. The best would be to have both books. Or one really big and complete book which would be twice thicker and about 4000 pages :-)....

Still it is a good read and for lot of people this will be really enough. Anyway, it all depends on how much you work when you put the book aside.



"Web Developer"
Recieved book in excellent condition! The book is very organized and very constructive in teaching me what I need to learn in a step-by-step manner. I very much recommend this book!

"For Managers"
There probably are less intensive .net books out there, but if you want a comprehensive treatment, this book is the way to go.

In my experience, .NET seems to be gaining grounds on J2EE in past few years, probably because of comparatively ease on implementation. While Java boasts one language that can run on multiple platforms, ASP.NET proves its worth the reverse way - multiple languages that can converge on one platform.

Each has its own strengths and weaknesses. In my opinion, if you have legacy applications based in VB or Visual C++ or COM technology that need to be ported or integrated into new system, ASP.NET will be your obvious choice. And if that is the case, this book will help.

My 2-Yen.

 

Buy Cheap Software Now!
  Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)

List Price : $54.99
Our Price : from $29.90




Special offer for you..find the cheapest!
indoobestsellers from NJ, United States offers this stuff for:
Price : $29.90
Usually ships in 1-2 business days
dynamicbarcode offers this stuff with condition New, new for:
Price : $29.95
Usually ships in 1-2 business days
---greatbookdeals from FL, United States offers this stuff for:
Price : $31.35
Usually ships in 1-2 business days
---superbookdeals from IN, United States offers this stuff for:
Price : $31.45
Usually ships in 1-2 business days
a1books from NJ, United States offers this stuff for:
Price : $31.46
Usually ships in 1-2 business days
--caiman-- from FL, United States offers this stuff for:
Price : $31.92
Usually ships in 1-2 business days
a1books from NJ, United States offers this stuff for:
Price : $32.19
Usually ships in 1-2 business days
Amazon.com offers this stuff with condition New, new for:
Price : $34.64
Usually ships in 24 hours
bookrackrh from SC, United States offers this stuff for:
Price : $36.87
Usually ships in 1-2 business days
pbshop from , United Kingdom offers this stuff for:
Price : $37.34
Usually ships in 1-2 business days
What our customer's say!

"Awesome", 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.

"This one Rocks... er... Wrox!!", 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. :-)

"Uncharacteristically inadequate for a Wroth book.", 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.)

"Comprehensive ... maybe, too much so", 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.

"Get a phonebook instead; it's free", 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?



 
You might need this...

Professional C# 2008 (Wrox Professional Guides)
details..
 

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

LINQ in Action
details..
 

Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)
details..
 

ASP.NET AJAX in Action
details..
 
Read this reviews before You buy...

"slight disappointment", I thought the book should have been interesting, but I expected a little more cuttin' edge topics. At the end of the day I was expecting a "Professional" book. The shipping was really fast.

"Good book, but not what I expected", I was looking for something that would specifically go over the new features of ASP.NET 3.5. However, at times I felt that the book was going over the same topics I had read in a "Professional ASP.NET 2.0" book. The bits of information that let you know what was new in ASP.NET 3.5 seemed few and far between. It does make sense, since I am of the understanding that 3.5 did not add many new features to ASP.NET. On the other hand .NET 3.0 did add a lot of features and this book covers them quite thoroughly.

My opinion is:
#1 this is a great reference book to have.
#2 If you're already experienced with .NET 3.0 you may find yourself skipping pages to get to topics you're less familiar with.
#3 If you're buying the book to see a topic dedicated to "What's New in ASP.NET 3.5" you will end up having to read through the entire book to find out.

"Excellent", The book is in perfect conditions, and the book offers the best guidance and technique assistance for developing and understanding ASP.NET applications. The best choice.

"Solid Book For Advanced .NET Programmers", I wouldn't recomend this to a beginner programmer, but if you need to get it together on .NET 2.0 - 3.5 then this book is for you. I specifically got it to catch up with the latest .NET functionality for my upcoming programing contracts and it's been very useful.



"Seems like a 2.0 Copy and Paste", 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.

 
 
 

All the software listed in this directory are shareware and commercial software. There are no free software here. We have many utilities which run on windows, mac / macintosh, linux and unix. As one of the download directory in internet we have many software and application. All of our applications / app are downloadable for your computer. We also have shareware, demo, osx, linux, xp, windows, 95, 98, 2000, win, winfiles program file. The extension of files may vary, it can zip, exe, jpg and many more. We don't support illegal software like hack, crack and serial number. No hacking and cracking.

Online PAD Generator / Download Site / Term Of Use / Privacy Policy / Disclaimer

 
 

Copyright ? 2004-2008. Shareware Download, Files Download. All Rights Reserved.