MCAD/MCSD Self-Paced Training Kit: Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and Microsoft Visual C# .NET

  Author:    Microsoft Corporation
  ISBN:    0735615861
  Sales Rank:    429241
  Published:    2003-01-15
  Publisher:    Microsoft Press
  # Pages:    688
  Binding:    Hardcover
  Avg. Rating:    2.0 based on 21 reviews
  Used Offers:    21 from $27.00
  Amazon Price:    $55.99
  (Data above last updated:  2008-09-07 09:17:33 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
MCAD/MCSD Self-Paced Training Kit: Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and Microsoft Visual C# .NET
  
Learn how to build XML Web services and server components with Microsoft® Visual Basic® .NET and Visual C#™ .NET?as you prepare for MCAD or MCSD certification. Includes study guide for Exams 70-310 and 70-320, evaluation software, eBook, and testing tool.
                  Reader Reviews 1 - 22 of 22                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
05-16-08 1 (NA)
(Hide Review...)  Messy
Reviewer Permalink
Messy. I have been reading lessons; I haven't got any big picture. I did not know why it worked like that. The only place I could look for "big picture" was usually lab, at the end of each chapter. This book also lacks reference to ADO.NET object and interface model which is essential in multi-database engine applications. The most disappointing part is so-called "advanced" web service programming. What author thought was advanced level was really a basic level...
(Review Data Last Updated: 2008-09-06 04:27:33 EST)
06-01-06 4 0\1
(Hide Review...)  Good Resource for XML Editing
Reviewer Permalink
I have found "Developing XML Web Services and Server Components with Microsoft VB.NET" an invaluable tool in XML editor development. It is quite detailed about accessing and manipulating XML data.
(Review Data Last Updated: 2008-05-21 09:05:44 EST)
02-04-06 1 (NA)
(Hide Review...)  More confusing
Reviewer Permalink
I was reading it as first book for most of the topics, It was total waste of time to read it.

Might help if you are already well expreinced with .NET but not for beginner
(Review Data Last Updated: 2007-07-12 08:31:46 EST)
09-07-05 1 0\3
(Hide Review...)  Very Poorly Written
Reviewer Permalink
Judging by the positive reviews, this book must have some merit but it is certainly not in the quality of its writing or its accuracy. Perhaps the editor was reassigned to Longhorn duties. Here are some examples of what you can expect in the first two chapters:

"A COM+ component exists in three states: exists and activated, exists and not activated, and nonexistent."

"The pool objects are not destroyed even after their release from the client application. COM+ retains the destroyed object in the pool for recycling..."

" If the value of the CanStop property is set to False, the SCM does not pass the Stop command to the service application."

It's main value to me is as a syllabus. You can use it to direct your search for better explanations on MSDN and, of course, everyone should have Troelsen's "C# and the .NET Platform" which is the best textbook I have read. Ever.
(Review Data Last Updated: 2007-07-12 08:31:46 EST)
04-12-05 1 1\3
(Hide Review...)  If you find this book useful, don't take the exam yet.
Reviewer Permalink
It is at a very basic level. It can be useful for starting in XML webservices, but not enough for the exam.
Some information is outdated.
It has errors. So does the practice test.
Doesn't cover at least one topic which is in the practice test.
The practice test doesn't tell you what is considered the correct answer.
If you find this book useful, you're not yet prepared for the exam.
(Review Data Last Updated: 2007-07-12 08:31:46 EST)
11-16-04 1 0\2
(Hide Review...)  Very Poor
Reviewer Permalink
While some chapters are readable, others are very poor (remoting) and some examples just do not work.
(Review Data Last Updated: 2007-07-12 08:31:46 EST)
11-06-04 2 4\4
(Hide Review...)  About Average
Reviewer Permalink
I've passed five MCSD tests now and used MS Press books for all the tests. This book typifies the strengths and weaknesses of the MSPress products.

The good thing about the book is that it covers some topics quite well with a conciseness and brevity that I liked becaue I could get a grasp of things in a minimal amount of time. A lot of the code samples are good, too. I've seen programming books that have pages and pages of sample code that really only illustrate a small point. The samples in this book don't make you wade through a lot of extranneous stuff to see what's going on.

But the quality of the material lacks consistency. Some explanations are quite poor and you soon find yourself scrounging around for other material. It's not reasonable to expect one of these cert books to tell you absolutely everything you need to know to pass a test but they should give you a clear idea of what you need to do to prepare and you don't get that here.

It's a shame that Microsoft doesn't do a better job with these exam prep guides.

(Review Data Last Updated: 2007-07-12 08:31:46 EST)
01-12-04 4 6\7
(Hide Review...)  Good overall
Reviewer Permalink
I am surprised by the reviews for this book. The other MCAD 70-320 study guide by Kalani had overwhelmingly good reviews so I bought that initially instead of this one. True, Kalani's book was more verbose but that is where it bogged down. Everything had an exercise and trying to review a layout of features is difficult. The other book would be good for someone who was starting from scratch and did not know the subject material at all.
Okay, enough about the other book. Like other MS Press MCAD study books, this one is almost in elaborated outline. But surprisingly that fits my study habits. I learn the material from practice either from daily job work, MSDN walkthroughs or other books. When I am ready for studying for the test, I use this book and then if I don't understand something I use MSDN or the other books to reinforce the material. The thing I like about this book is that it has a brief review synopsis all in one place. Is it the end all and be all (silver bullet) for studying for the test? No, you still have to know your material. I also use MeasureUp.com to evaluate myself over the last six weeks before the test, then use their MSDN references and this book to reinforce things I've missed. It has worked for the other two MCAD tests!
(Review Data Last Updated: 2006-07-07 13:06:23 EST)
12-11-03 4 14\15
(Hide Review...)  Works for the exam
Reviewer Permalink
I read this book for the purpose of Exam 70-310 and I was reasonably satisfied with it. I've passed and am an MCAD for .NET now. It has it's share of errors and confusing portions, but they do not outweigh the general usefulness of this book.

The book covers all objectives for the exam, although skimps on details. I learnt more from the labs at the end of the chapters than from the text. The depth of material will perhaps suffice for the exam but will fall short if you try to develop real world applications using this material. This book will not serve as a reference for you after the exam.

It starts off with an overview of .NET Framework, which isn't quite deep but gives a good introduction. The discussion of Windows Services comes next and is quite complete. The book then talks about Serviced Components and .NET Remoting Objects. Both of these sections are not that clear and require supplemental reading. ADO.NET is discussed well, but the discussion about manipulating XML data is again weak. The book ends with 3 chapters on XML Web services which are well written.

The practice test accompanying the book is nothing like the real test, so if you like to take practice tests, you should look elsewhere.

All in all, with all it's peculiarities, I found that it works for the purposes of the exam.

(Review Data Last Updated: 2006-03-10 11:24:36 EST)
12-11-03 4 15\16
(Hide Review...)  Works for the exam
Reviewer Permalink
I read this book for the purpose of Exam 70-310 and I was reasonably satisfied with it. I've passed and am an MCAD for .NET now. It has it's share of errors and confusing portions, but they do not outweigh the general usefulness of this book.

The book covers all objectives for the exam, although skimps on details. I learnt more from the labs at the end of the chapters than from the text. The depth of material will perhaps suffice for the exam but will fall short if you try to develop real world applications using this material. This book will not serve as a reference for you after the exam.

It starts off with an overview of .NET Framework, which isn't quite deep but gives a good introduction. The discussion of Windows Services comes next and is quite complete. The book then talks about Serviced Components and .NET Remoting Objects. Both of these sections are not that clear and require supplemental reading. ADO.NET is discussed well, but the discussion about manipulating XML data is again weak. The book ends with 3 chapters on XML Web services which are well written.

The practice test accompanying the book is nothing like the real test, so if you like to take practice tests, you should look elsewhere.

All in all, with all it's peculiarities, I found that it works for the purposes of the exam.

(Review Data Last Updated: 2006-07-07 13:06:23 EST)
11-09-03 3 10\10
(Hide Review...)  Bought it, studied it, passed it.
Reviewer Permalink
Just like I did with the first two .NET exams, I am reviewing this book after taking the exam. I am pursuing the MCSD.NET to get proficient and comfortable with .NET as I can hardly discipline myself to study it on my own. For that purpose, this book was sufficient. I don't see why it shouldn't work for you as well.

The book starts with a list of requirements for 70-320 and lists which chapters address them. Which is a good idea because it attempts to eliminate some of the discrepancies that I have encountered between what Microsoft lists as requirements, what curriculums and tutorials teach and what is actually tested on the exams. Ideally this list would serve as a checklist for my readiness for the exam but instead I used it to mark what this book covers thoroughly, just enough or poorly.

And there is plenty of poor coverage. The main fallback is that although the book covers most requirements it does not always go in depth. I had to pick up another book for a better idea on COM+. I think ADO.NET was best covered in the guides for Windows and Web Applications. The same applies for Tracing and Debugging. For these topics I found the above-mentioned literature and the MSDN library more effective.

Some chapters provide only a summary of the topic but that seemed to be enough for my exam. For example, XML schema is a huge topic but this book only gives a definition of it, an example and how to validate an XML document against its schema. And on my exam nothing more was expected. The same goes for the chapter on Deployment and Installation.

I liked the chapters on Remoting, XSLT and the Advanced Web Services Programming. The topics themselves are interesting and I felt this book covered them quite well. I liked that the book was full of notes, summaries and chapter reviews. I went through them one hour before the exam.

The lab for chapter 5 on ADO.NET was cool. You're dealing with a database, you have to deploy two COM+ components, write a remotable object and configure all this via a windows service. Of course, my lab did not work by following the steps in the book. But once I understood the project, I studied all the concepts by themselves and then worked hard to get them to work together. You should practice such combinations! For e.g. calling one web service from another, writing SOAP extensions and using an XSD to validate the messages or trace them to the event log, etc.

Most other labs were satisfactory. I got more disappointed the more code the labs asked me to copy and paste and the less they explained what the code does and how it is written. I had to break down such code by myself.

Unlike the Web Applications guide, the sample tests in this book can be paused. I was also glad to see not only radio button questions but also checkbox ones too, just like in the real exam. Most questions do reinforce the lessons and labs; some however were just too simple and should have been combined with others or omitted altogether. The question that asks the URL to generate the WSDL for a web service is an example.

I took the sample exam without pausing and I failed miserably. Then I reviewed and practiced on the topics and tried again. I also took the exam with the book in my hand and paused after every question and researched the topic to find the answer. Finally, by the fifth time I passed the exam every time.

(Review Data Last Updated: 2006-07-07 13:06:23 EST)
10-09-03 1 4\5
(Hide Review...)  Incomplete Information
Reviewer Permalink
The Good:
Frist chapter on Windows Service has been explained very well with adequate examples. Writer knew his stuff. You don't need any supplementary sources for windows service

The Bad:
All the chapters other than the first one are terrible. Incomplete information. The chapter on remoting is a total chaos, it will leave big holes in your understanding. I had to read through MSDN and other books to really learn the materials. It was waste of money, but more valuably waste of my time.

(Review Data Last Updated: 2006-07-07 13:06:23 EST)
09-28-03 1 1\1
(Hide Review...)  Innacurate and a waste of time
Reviewer Permalink
I wasn't expecting much from this book, but being an MS press book I at least expected it to be correct and accurate.
As I expected, it is technically very shallow. It mostly tells you what to do in excruciating detail (how many times do they really need to say "In the File menu, point to Add Project, and then click Add New Project"?) but doesn't explain the why or how. The book is also full of glaring errors, and often misses the important points entirely. The sample code is full of errors and if often much more complex than necessary, obscuring the main point. Its obvious that the authors did not have a strong command of the concepts they are trying to explain.

If you're new to the topics in this book, you are likely to be left confused, or atleast not fully informed by this book. If you already have a good command of some of these topics, you're likely to find it quite amusing, disturbing and boring.

In my oppinion, the MSDN documentation is superior to this book in every way. In fact, many of the diagrams in the book come straight from the MSDN docs, but the descriptions have been obfuscated. I find myself turning to the MSDN docs to provide a clearer explanation of things that are left vague in the book.

I'm beginning to feel that, even as a study aid, this book is counter-productive. I think I would be more productive learning on my own from the MSDN docs, or other books.

(Review Data Last Updated: 2006-06-25 07:02:32 EST)
08-13-03 3 2\5
(Hide Review...)  Not enough for passing!
Reviewer Permalink
It's a good reference but not enough for passing!

I think MSDN palys a great role (90%) if you really want to pass the exam.

You need at lease 1 year experience with VS.NET,.NET and last but not least XML/XSL/Schema.

Learn as much as you can regarding Remoting, COM, COM+ and transactions.

I passed the test a week ago :)
Good Luck

(Review Data Last Updated: 2006-06-25 07:02:32 EST)
06-28-03 3 5\6
(Hide Review...)  Useful
Reviewer Permalink
This book may help you pass the exam (it worked for me there), but the book has some flaws. In particular, the exam covers quite a bit more than Web Services. Windows Services, COM, and COM+ are all "Server Components" covered by the exam, but the book fails to explain much about them adequately. On the plus side, it does present Web Services pretty well.

The bottom line is this book will help you pass the exam, but leave you with some holes in your knowledge and understanding.

(Review Data Last Updated: 2006-06-25 07:02:32 EST)
06-24-03 1 2\2
(Hide Review...)  Poorly written
Reviewer Permalink
The book is lengthy and poorly writen. The book spends a lot of time on topics not directly related to .NET while .NET related topics are not covered in a proper depth. I am disappointed.
(Review Data Last Updated: 2006-06-25 07:02:32 EST)
03-23-03 5 2\5
(Hide Review...)  Excellent preparation guide
Reviewer Permalink
I passed 70-320 with ease. This book was the only book that I referred. Ofcourse, no one resource will suffice for this exam. I supplemeted this book with MSDN help. One major difference between this book and the other Microsoft Training Kits for MCAD is that this book provides explanation to the correct answers to the sample questions in the accompanying CD.
(Review Data Last Updated: 2006-06-25 07:02:32 EST)
02-26-03 1 1\1
(Hide Review...)  Pathetic
Reviewer Permalink
The entire book comes directly from the VS.NET online documentation. Though this is disappointing, what makes the book an embarassment is the poor editing. The authors' attempt to condense the material renders much of it inadequate for explaining the concept at hand. Many, many topics feel incomplete, as if little thought went into the editing process. Important explanations (from the online doc) are excised. Others are sloppily paraphrased. I've had to constantly refer elsewhere for clarification. I wish I would have simply studied the online documentation, using the exam requirements as a guideline. This book is a waste of time.
(Review Data Last Updated: 2006-06-25 07:02:32 EST)
02-25-03 2 1\1
(Hide Review...)  Not up to the usual MSPress Standard
Reviewer Permalink
I've worked through all three MCAD/MCSD study guides from MSPress. I was satisfied with the other two, but I think the wheels fell off on this one.

The content is a cut and paste from the .Net Framework SDK, with very minor changes. For example, compare the following extracts on processing SOAP messages. One from the .Net Framework SDK and the other from the text of the book. They are almost word for word:

(from the .NET Framework SDK)
Process the SOAP messages
In the class derived from SoapExtension, the core piece of implementation is the SoapExtension.ProcessMessage Method. This method is called several times by ASP.NET at each of the stages defined in the SoapMessageStage enumeration. Each time SoapExtension.ProcessMessage Method is called, a SoapMessage, or a class deriving from it, is passed in with information about the SOAP message at that particular stage. If the SOAP extension is running with an XML Web service, then a SoapServerMessage is passed in. If the SOAP extension is running with an XML Web service client, then a SoapClientMessage is passed in.

(from the text of the book - p.449)
Processing SOAP Messages
In the class derived from the SoapExtension class, the implementation of the SoapExtension.ProcessMessage method is the most important stage. ASP.NET calls this method several times at every stage in the SoapMessageStage enumeration. Whenever the SoapExtension.ProcessMessage method is called, a SoapMessage object or a class deriving from it is passed to the method with information about the SOAP message at that particular stage. If the SOAP extension is executing with an XML Web service, a SoapServerMessage is passed as the parameter. If the SOAP extension is running with an XML Web service client, a SoapClientMessage is passed as the parameter.

I don't have a problem with the authors leaning on the content in the SDK. After all, Microsoft own the copyright and they are entitled to do so. However, there is not much value add. At least the code samples in the SDK work. You can see how by trimming down the original code samples from the SDK into the smaller code snippits in this book the Authors turned functioning bits of code into ones with syntax errors. (such as the snippits on p.448 and 450).

The .Net Framework SDK is a free download from Microsoft. This book costs $170 Australian. It is poor value.

On the positive side it does present a good structure for preparing for the exam.

For explanation of the more difficult concepts I just can't go past the "Visual Basic.Net Core Reference" from Balena and MSPress. Every time I have got a question it has got the answer.

(Review Data Last Updated: 2006-06-25 07:02:32 EST)
02-25-03 4 0\6
(Hide Review...)  A great book!
Reviewer Permalink
The subject matter is well explained and the book prepares you for the exam very well. The labs for the chapters and the chapter review are very good. To pass the exam, you may need some additional reading though, as the exam is tough. The practice exam that ships with the book has a different format then the real exam but it does help. After reading the book I feel like I really know XML Web Services & Server Components.
(Review Data Last Updated: 2006-06-25 07:02:32 EST)
02-19-03 1 4\4
(Hide Review...)  Growing pains
Reviewer Permalink
This is the third book in Microsoft's MCAD/MCSD series that I bought and the only thing persistent with these series is the degrading quality of the material. Errors, though not as abundant as in 'Developing Web Applications...', are still present, and unfortunately in several key areas, including the practice test. I would not recommend this book as the primary reading material to anyone. Use it along with other books or MSDN Online only, or just to get acquainted with what sections the Microsoft's exam might be covering.
(Review Data Last Updated: 2006-06-25 07:02:32 EST)
02-05-03 2 6\10
(Hide Review...)  Who edits these books?
Reviewer Permalink
While I have not found many technical errors with this book, I am left wondering if Microsoft actually reads their own study guides. This book flows about as well as a bad high school term paper. The wording is very awkward and the author doesn't seem to have a college-level command of the English language.

For example, one passage in the first chapter reads: "The managed execution process involves managed code and managed data. Managed code is self-describing code that provides information for the common language runtime for providing various run-time services."

Is this correct? Yes. Is it well written - NO! If nothing else the use of a thesaurus would have made the book much more readable. Until more study guides appear on the market we are stuck with mediocre tomes like this. I am reminded of the old adage about one million monkeys with one million typewriters...

(Review Data Last Updated: 2006-06-25 07:02:32 EST)
  
                  Reader Reviews 1 - 22 of 22                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)