Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
MCAD/MCSD Self-Paced Training Kit: Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and Microsoft Visual C# .NET
 
 

MCAD/MCSD Self-Paced Training Kit: Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and Microsoft Visual C# .NET [ペーパーバック]

Microsoft Corporation

価格: ¥ 5,966 通常配送無料 詳細
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
通常2~3週間以内に発送します。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


商品の説明

内容説明

Build real-world programming skills--and prepare for MCP Exams 70-310 and 70-320--with this official Microsoft(R) study guide. Work at your own pace through the lessons and hands-on exercises to learn how to build XML Web services and server components using Visual Basic(R).NET and Visual C#(TM) .NET. Then extend your expertise through additional skill-building exercises. As you gain practical experience with essential development tasks, you're also preparing for MCAD or MCSD certification for Microsoft .NET.

COVERAGE INCLUDES: Creating and managing Microsoft Windows(R) services, serviced components, .NET remoting objects, and XML Web servicesConsuming and manipulating dataTesting and debuggingDeploying Windows services, serviced components, .NET remoting objects, and XML Web services

YOUR KIT INCLUDES: 60-day evaluation version of Microsoft Visual Studio(R) .NET Professional Edition development software on DVDTesting tool that generates timed, 50-question practice exams featuring scenarios and case studies for both Visual Basic .NET and C# programmers, plus automated scoringComprehensive self-paced study guide that maps to MCP exam goals and objectivesLearn-by-doing exercises for skills you can apply to the jobFully searchable eBook

A Note Regarding the CD or DVD

The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.

Book 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.

登録情報


この本のなか見!検索より (詳細はこちら
書き出し
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. 最初のページを読む
その他の機能
頻出単語一覧
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引 | 裏表紙
この本の中身を閲覧する:

この商品につけられているタグ

 (詳細)
タグをクリックすると、タグがつけられた商品、タグをつけた人が表示されます。※タグは初期設定で公開になっています。詳しくはこちら
 

 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  21個のレビュー
18 人中、17人の方が、「このレビューが参考になった」と投票しています。
Not up to the usual MSPress Standard 2003/2/25
By Richard Wood - (Amazon.com)
形式:ペーパーバック
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.

17 人中、16人の方が、「このレビューが参考になった」と投票しています。
Works for the exam 2003/12/11
By Prerak Sanghvi - (Amazon.com)
形式:ペーパーバック
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.

10 人中、10人の方が、「このレビューが参考になった」と投票しています。
Bought it, studied it, passed it. 2003/11/10
By Oleg Mustiazza - (Amazon.com)
形式:ペーパーバック
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.


クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換