50 used & new from $0.92

Have one to sell? Sell yours here
 
 
MCAD/MCSD Self-Paced Training Kit: Developing XML Web Services and Server Components with Microsoft® Visual Basic® .NET and Microsoft Visual C#(TM) .N
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

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

~ Microsoft Corporation (Author) "In this chapter, you will learn the fundamentals of the Microsoft .NET Framework, which is the infrastructure for developing highly distributed applications for the Internet..." (more)
Key Phrases: configured default value, application root list, client channel sinks, Visual Basic, Imports System, Public Function (more...)
2.2 out of 5 stars  See all reviews (21 customer reviews)


Available from these sellers.


17 new from $3.97 33 used from $0.92

Customers Who Bought This Item Also Bought

MCAD/MCSD Self-Paced Training Kit: Developing Windows®-Based Applications with Microsoft® Visual Basic® .NET and Microsoft Visual C#® .NET, Second Ed (Pro-Certification)

MCAD/MCSD Self-Paced Training Kit: Developing Windows®-Based Applications with Microsoft® Visual Basic® .NET and Microsoft Visual C#® .NET, Second Ed (Pro-Certification)

by Matthew A. Stoecker
3.2 out of 5 stars (60)  $44.09
MCAD/MCSD Self-Paced Training Kit: Developing Web Applications with Microsoft® Visual Basic® .NET and Microsoft Visual C#® .NET, Second Edition (Pro-Certification)

MCAD/MCSD Self-Paced Training Kit: Developing Web Applications with Microsoft® Visual Basic® .NET and Microsoft Visual C#® .NET, Second Edition (Pro-Certification)

by Jeff Webb
2.7 out of 5 stars (23)  $44.09
MCSD Self-Paced Training Kit: Analyzing Requirements and Defining Microsoft® .NET Solution Architectures, Exam 70-300 (Pro-Certification)

MCSD Self-Paced Training Kit: Analyzing Requirements and Defining Microsoft® .NET Solution Architectures, Exam 70-300 (Pro-Certification)

by Microsoft Corporation
2.8 out of 5 stars (16)  $69.99
MCAD/MCSD Self-Paced Training Kit: Implementing Security for Applications with Microsoft® Visual Basic® .NET and Microsoft Visual C#® .NET (Pro-Certification)

MCAD/MCSD Self-Paced Training Kit: Implementing Security for Applications with Microsoft® Visual Basic® .NET and Microsoft Visual C#® .NET (Pro-Certification)

by Anthony Northrup
4.5 out of 5 stars (11)  $47.24
Microsoft® ADO.NET Step by Step (Step By Step (Microsoft))

Microsoft® ADO.NET Step by Step (Step By Step (Microsoft))

by Rebecca M. Riordan
Explore similar items

Editorial Reviews

Product Description

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.

Product Details

  • Paperback: 686 pages
  • Publisher: Microsoft Press (February 14, 2003)
  • Language: English
  • ISBN-10: 0735615861
  • ISBN-13: 978-0735615861
  • Product Dimensions: 9.1 x 7.6 x 2.1 inches
  • Shipping Weight: 3.2 pounds
  • Average Customer Review: 2.2 out of 5 stars  See all reviews (21 customer reviews)
  • Amazon.com Sales Rank: #576,148 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #5 in  Books > Computers & Internet > Certification Central > Visual Basic
    #7 in  Books > Computers & Internet > Certification Central > Visual C++
    #11 in  Books > Computers & Internet > Certification Central > Exams > MCSD

Inside This Book (learn more)
First Sentence:
In this chapter, you will learn the fundamentals of the Microsoft .NET Framework, which is the infrastructure for developing highly distributed applications for the Internet. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
configured default value, application root list, client channel sinks, remoting system, datacentric applications, automatic transaction management, managed execution process, serviced component, remoting boundaries, remotable objects, remoting applications, custom event logs, codebase setting, asynchronous programming, language runtime assembly, portable executable file, code instrumentation, deploy different types, review the appropriate lesson, bookings data, default event logs, managed heap, unmanaged data, application configuration file, server activation
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Visual Basic, Imports System, Public Function, Solution Explorer, Component Designer, Inherits System, Web Services Designer, Add Web Reference, Windows Form Designer, End Function End Class Visual, Build Solution, Project Types, Microsoft Sans Serif, Protected Overrides Sub, Public Sub New, Windows Installer, Server Explorer, Microsoft Windows, Click Dim, View Code, Call Stack, End Region, Internet Explorer, Protected Overloads Overrides Sub Dispose, Started Automatic
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(42)
(49)
(34)
(28)
(18)
(12)
(10)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

21 Reviews
5 star:
 (1)
4 star:
 (4)
3 star:
 (3)
2 star:
 (3)
1 star:
 (10)
 
 
 
 
 
Average Customer Review
2.2 out of 5 stars (21 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
17 of 18 people found the following review helpful:
2.0 out of 5 stars Not up to the usual MSPress Standard, February 24, 2003
By Richard Wood (Australia) - See all my reviews
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.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
16 of 17 people found the following review helpful:
4.0 out of 5 stars Works for the exam, December 10, 2003
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.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
10 of 10 people found the following review helpful:
3.0 out of 5 stars Bought it, studied it, passed it., November 9, 2003
By Oleg Mustiazza (Hayward, CA USA) - See all my reviews
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.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Ad
 
Most Recent Customer Reviews

1.0 out of 5 stars Messy
Messy. I have been reading lessons; I haven't got any big picture. I did not know why it worked like that. Read more
Published 18 months ago by Smok1

4.0 out of 5 stars Good Resource for XML Editing
I have found "Developing XML Web Services and Server Components with Microsoft VB.NET" an invaluable tool in XML editor development. Read more
Published on May 31, 2006 by Mono Theist

1.0 out of 5 stars More confusing
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 . Read more
Published on February 4, 2006 by Raghu Avirneni

1.0 out of 5 stars Very Poorly Written
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. Read more
Published on September 7, 2005 by Jeremy R. Bushell

1.0 out of 5 stars If you find this book useful, don't take the exam yet.
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. Read more
Published on April 12, 2005 by jbtibor

1.0 out of 5 stars Very Poor
While some chapters are readable, others are very poor (remoting) and some examples just do not work.
Published on November 16, 2004 by Daniel C. Roth

2.0 out of 5 stars About Average
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. Read more
Published on November 6, 2004 by vbguy

4.0 out of 5 stars Good overall
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. Read more
Published on January 12, 2004 by S. Miller

1.0 out of 5 stars Incomplete Information
The Good:
Frist chapter on Windows Service has been explained very well with adequate examples. Writer knew his stuff. Read more
Published on October 9, 2003 by Programming Geek

1.0 out of 5 stars Innacurate and a waste of time
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. Read more
Published on September 27, 2003 by Richard Byers

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.