Preparation Guide for Exam 70-529

TS: Microsoft .NET Framework 2.0 - Distributed Application Development

Updated: May 2, 2008
On This Page
Exam newsExam news
Audience profileAudience profile
Credit toward certificationCredit toward certification
Code languagesCode languages
Preparation tools and resourcesPreparation tools and resources
Skills measuredSkills measured

Exam news

This Technology Specialist (TS) exam, Exam 70-529: TS: Microsoft .NET Framework 2.0 – Distributed Application Development, became available on March 24, 2006.

Top of pageTop of page

Audience profile

Candidates for this exam work in a medium-sized or large development environment that uses Microsoft Visual Studio .NET 2003 Enterprise Developer or Microsoft Visual Studio 2005. Candidates should have at least one year of experience developing distributed applications by using the Microsoft .NET Framework. Candidates should have a working knowledge of Visual Studio 2005.

Top of pageTop of page

Credit toward certification

When you pass Exam 70-529: TS: Microsoft .NET Framework 2.0 – Distributed Application Development, you earn credit toward the following certification:

Microsoft Certified Technology Specialist (MCTS): .NET Framework 2.0 Distributed Applications

Top of pageTop of page

Code languages

When the exam begins, you can choose the programming language in which the code segments will appear. The available code languages for this exam are:

Microsoft Visual Basic 2005

Microsoft Visual C# 2005

Top of pageTop of page

Preparation tools and resources

To help you prepare for this exam, Microsoft Learning recommends that you have hands-on experience with the product and that you use the following training resources. These training resources do not necessarily cover all of the topics listed in the "Skills measured" section.

Classroom trainingMicrosoft E-LearningMicrosoft Press booksPractice tests

Workshop 2548: Core Distributed Application Development with Microsoft Visual Studio 2005 (three days)

Workshop 2549: Advanced Distributed Application Development with Microsoft Visual Studio 2005 (two days)

Collection 2548: Core Distributed Application Development with Microsoft Visual Studio 2005 (18-hour series)

Collection 2549: Advanced Distributed Application Development with Microsoft Visual Studio 2005 (14-hour series)

MCTS Self-Paced Training Kit (Exams 70-529): Microsoft .NET Framework 2.0 Distributed Application Development (ISBN: 9780735623323)

Programming Microsoft Visual Basic 2005: The Language (ISBN: 9780735621831)

Programming Microsoft Visual C# 2005: The Language (ISBN: 9780735621817)

MeasureUp (Measureup.com)

Self Test Software (Selftestsoftware.com)

Microsoft online resources

Learning Plan: Get started by creating a step-by-step study guide that is based on recommended resources for this exam.

Microsoft Learning Community: Join newsgroups and visit community forums to connect with your peers for suggestions on training resources and advice on your certification path and studies.

TechNet: Designed for IT professionals, this site includes how-to instructions, best practices, downloads, technical resources, newsgroups, and chats.

MSDN: Designed for IT professionals, this site includes how-to instructions, best practices, downloads, technical resources, newsgroups, and chats.

Top of pageTop of page

Skills measured

This certification exam measures your ability to develop and implement distributed applications by using the Microsoft .NET Framework 2.0. Before taking the exam, you should be proficient in the job skills listed in the following table. The table shows the official Microsoft Learning products that may help you reach competency in the skills being tested in the exam.

KEY:The course provides a general introductory overview of this task. You will need to supplement the course with additional work = The course provides a general introductory overview of this task. You will need to supplement the course with additional work    The course includes some material to prepare you for this task. You will need to supplement the course with additional work = The course includes some material to prepare you for this task. You will need to supplement the course with additional work    The course includes material to prepare you for this task = The course includes material to prepare you for this task
Skills measured by Exam 70-529Workshop 2548Workshop 2549
Creating and accessing XML Web services   

Create and configure an XML Web service method.

Create a public method.

Attach the WebMethodAttribute attribute.

Create a OneWay Web method.

Configure a Web service method.

The course includes material to prepare you for this task


Configure a Web service method by using the properties of the WebMethodAttribute attribute.

The course includes material to prepare you for this task


Use discovery files to publish a list of Web services that are installed on a Web server.

The course provides a general introductory overview of this task. You will need to supplement the course with additional work


Build and deploy a Web service application.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work

The course includes some material to prepare you for this task. You will need to supplement the course with additional work

Configuring and customizing a Web service application   

Configure SOAP messages.

Configure the formatting of SOAP messages for a Web service method.

Specify the basic information for a Web service application.

Specify the bindings of a Web service application by using the WebServiceBindingAttribute attribute.

Configure a Web service application by using a Machine.config file.

Configure a Web service application by using a Web.config file.

The course includes material to prepare you for this task


Configure the Web services communication protocol.

Select the formatting of SOAP messages.

Specify the parameter formatting.

Specify the parameter style.

The course includes material to prepare you for this task


Manage session state in Web services.

Implement session state by using the Application object.

Implement session state by using cookies.

Implement session state by using the Session object.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work


Implement SOAP headers.

Add a custom SOAP header class.

Create a public instance of the custom SOAP header class in a Web service class.

Apply a SoapHeader attribute to a Web method.

Access and process a SOAP header in a Web method.

Set the direction of a SOAP header.

Handle unknown SOAP headers.


The course includes material to prepare you for this task

Implement SOAP extensions.

Create a custom SOAP extension.

Configure a SOAP extension.

Process a SOAP header in a client application.


The course includes material to prepare you for this task

Creating, configuring, and deploying remoting applications   

Create and configure a server application.

Create a server application domain.

Configure a server application programmatically.

Configure a server application by using configuration files.

Compile and build a server application.

The course includes material to prepare you for this task


Create a client application to access a remote object.

Create a remote object.

Configure a client application programmatically.

Configure a client application manually by using configuration files.

Access the remoting service by calling a remote method.

Call a remote method synchronously in a client application.

The course includes material to prepare you for this task


Debug and deploy a remoting application.

Use performance counters to monitor a remoting application.

Debug a remoting application.

Host and deploy a remoting application.

The course includes material to prepare you for this task


Create and serialize remotable types.

Create a remotable type.

Create generic types.

Configure a serialization formatter programmatically.

Configure a binary formatter.

Configure a SOAP formatter.

Implement Version Tolerant Serialization (VTS).

The course includes material to prepare you for this task


Manage the lifetime of remote objects.

Initialize the lifetime of a remote object.

Renew the lifetime of a remote object.

The course includes material to prepare you for this task


Implementing asynchronous calls and remoting events   

Call Web methods asynchronously.

Call a Web method.

Poll for the completion of a Web method.

Get Web method results.

Implement callback.

Call a OneWay Web method.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work


Call remoting methods asynchronously.

Implement one-way methods by using the OneWay attribute.

Call a remote method asynchronously.

Implement callback.

The course includes material to prepare you for this task


Implement events in remoting applications.

Create and fire events.

Implement event handler for the events of a remote object.

The course includes material to prepare you for this task


Implementing Web Services Enhancements (WSE) 3.0   

Enable WSE in client and server applications.

Add references to WSE assemblies in client applications.

Edit the Web service proxy class to derive from the WebServicesClientProtocol class.

Add a <soapExtensionTypes> element under the <webServices> element in a configuration file.

Add a <configSections> element to add the <microsoft.web.services3> section to a configuration file.


The course includes material to prepare you for this task

Add a digital signature to a SOAP message and verify an existing SOAP message signature.

Sign a SOAP message digitally.

Verify a signed SOAP message.


The course includes some material to prepare you for this task. You will need to supplement the course with additional work

Encrypt and decrypt a SOAP message.

Encrypt a SOAP message.

Decrypt an encrypted SOAP message.


The course includes some material to prepare you for this task. You will need to supplement the course with additional work

Implement a policy for a Web service application.

Create a policy file manually.

Declare the set of policies in a policy file.

Map policies to SOAP endpoints.

Configure a policy file in a configuration file.

Create and enforce a custom policy.

Create a policy file by using the WseConfigEditor3 tool.

Set a policy in a client application and in a client computer.


The course includes some material to prepare you for this task. You will need to supplement the course with additional work

Implement filters in a Web service application.

Add a filter.

Remove a filter.

Shuffle the order of the filters.

Enable the Trace filter.

Create custom input and output filters.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work


Implement WSE SOAP messaging.

Select a protocol.

Implement one-way SOAP messaging.

Implement bidirectional SOAP messaging.

Send the attachments from a Web service application.

Receive attachments in a client application.


The course includes some material to prepare you for this task. You will need to supplement the course with additional work

Route SOAP messages by using a WSE router.

Create a WSE router application.

Configure a WSE router application.

Configure a referral cache for routing.


The course includes material to prepare you for this task

Add and verify security credentials.

Add security credentials to a SOAP message.

Verify security credentials.


The course includes some material to prepare you for this task. You will need to supplement the course with additional work

Creating and accessing a serviced component and using message queuing   

Create, configure, and access a serviced component.

Create a serviced component.

Add attributes to a serviced component.

Register a serviced component.

Implement security.

Add a reference to a serviced component in an application.

Create an instance of a serviced component.

Call the methods of a serviced component.

The course includes material to prepare you for this task


Create, delete, and set permissions on a message queue.

Create a message queue manually.

Create a message queue programmatically.

Delete a message queue.

Set permissions for a message queue programmatically.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work


Send messages to a message queue and delete messages from a message queue.

Create a message.

Post a message.

Receive a message synchronously.

Decide which formatter to use.

Read a message body.

Delete queued messages.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work

The course includes some material to prepare you for this task. You will need to supplement the course with additional work

Sign and encrypt messages.

Sign a message.

Encrypt a message by using UseEncryption and EncryptionAlgorithm properties.

Handle acknowledgments.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work

The course includes some material to prepare you for this task. You will need to supplement the course with additional work

Receive messages.

Peek at messages.

Enumerate messages.

Receive a message asynchronously.

Use BeginReceive/BeginPeek methods.

Respond to a ReceiveCompleted or PeekCompleted event.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work

The course includes some material to prepare you for this task. You will need to supplement the course with additional work

Process messages.

Verify a message source by using a certificate.

Decrypt a message.

Extract response queue details from a message.

Compose and send a response to a response queue.

Apply a rule to a message queue.

The course includes some material to prepare you for this task. You will need to supplement the course with additional work

The course includes some material to prepare you for this task. You will need to supplement the course with additional work

Note This preparation guide is subject to change at any time without prior notice and at the sole discretion of Microsoft. Microsoft exams might include adaptive testing technology and simulation items. Microsoft does not identify the format in which exams are presented. Please use this preparation guide to prepare for the exam, regardless of its format.


Top of pageTop of page