Site Sections => About Us | Consultancy | Training | Software | Publications | Open Source | Support | Open Standards | FAQ | Jobs
Site Style Info

Microsoft Course 2548 - Core Distributed Application Development with Microsoft Visual Studio 2005 — A 3-Day Course

Course Synopsis

This three-day instructor-led workshop provides students with the knowledge and skills to develop distributed applications by using the Microsoft( .NET Framework and Microsoft Visual Studio( 2005. The workshop focuses on building distributed applications by using Web services, remoting, Microsoft Message Queuing, and serviced components.

Course Objectives

On completion of this course, delegates should be able to:

  • Build and use a Web service
  • Configure and customize a Web service application
  • Call Web methods asynchronously
  • Build remote client and server applications
  • Create and serialize remoteable types
  • Manage the lifetime of remote objects
  • Call remote methods asynchronously
  • Implement remote events
  • Send and receive messages by using Microsoft Message Queuing
  • Create and use serviced components

Intended Audience

This workshop is intended for corporate and Independent software vendor application developers who have a desire to learn more about specific technology areas in distributed application development.

Course Prerequisites

Before attending this course, students must:

  • Be able to manage a solution environment using the Visual Studio 2005 Integrated development environment (IDE) and tools
  • Understand the Microsoft .NET Framework 2.0 and the Common Language Runtime
  • Be able to program an application by using a .NET Framework 2.0-compliant language
  • Know how to make assemblies available to other applications
  • Have a basic understanding of XML including XML declaration, elements, attributes, and namespaces
  • Have a basic understanding of application domains
  • Have a basic understanding of delegates and events
  • Have a basic understanding of threads

Microsoft Certified Professional Exams

There is no Microsoft Certified Professional exam associated with this course.

Publicly scheduled dates, locations, and prices

Central London — £595 (+VAT)

  • 7–9 Jul 2008
  • 22–24 Sep 2008
  • 24–26 Nov 2008
  • 8–10 Dec 2008
  • 9–11 Mar 2009
  • 6–8 Jul 2009

Leeds — £595 (+VAT)

  • 6–8 Oct 2008

Manchester — £595 (+VAT)

  • 15–17 Sep 2008
  • 17–19 Nov 2008
  • 24–26 Nov 2008

Sunderland — £595 (+VAT)

  • 1–3 Sep 2008
  • 27–29 Oct 2008

Outline Course Contents

Unit 1: Building and Consuming a Simple XML Web Service

This unit describes how you can create a simple Web service and client application by using the .NET Framework. It also explains how you can configure client proxies, and debug and deploy Web services.

  • Technical Context of Web Services
  • Components of Web Service Technology
  • Lab 1: Building and Consuming a Simple Web Services

After completing this unit, students will be able to:

  • Explain the technical context for Web services
  • Understand key components of Web service technology
  • Create a Web service and client
  • Configure a Web service client and proxy
  • Deploy and use a Web service
  • Debug a Web service
  • Determine Web service connectivity

Unit 2: Configuring and Customizing a Web Service

This unit introduces a number of important configuration and customization options for Web services. It describes how to control the way in which complex parameters to Web methods are serialized. This unit also shows how to use configuration files to control the way in which a Web service operates.

  • XML Serialization
  • How to Use Complex Data Types in Web Services
  • How to Use Attributes to Control Serialization
  • How to Use Service Configuration Attributes
  • Configuration Files
  • Lab 2: Configuring and Customizing a Web Service

After completing this unit, students will be able to:

  • Explain XML serialization of user-defined classes
  • Pass complex data types between a Web service and a client
  • Configure XML serialization
  • Configure SOAP formatting options
  • Configure the namespace and binding for a Web service
  • Configure a Web service by using the Web.config file

Unit 3: Calling Web Methods Asynchronously

This unit explains how to call a Web method asynchronously. It describes how to improve the responsiveness of client applications by avoiding the need to wait for Web methods to complete execution before continuing processing. This unit covers the different options available for calling Web methods asynchronously and it describes how to create one-way methods.

  • The Need for Asynchronous Calls
  • Options for Making Asynchronous Calls
  • One-Way Methods
  • Lab 3: Calling Web Methods Asynchronously

After completing this unit, students will be able to:

  • Explain why asynchronous calls are needed by Web service clients
  • Create and invoke one-way methods
  • Call methods in a Web service asynchronously

Unit 4: Building a Remoting Client and Server

This unit describes key remoting concepts, and shows how to create a remoting server and client. This unit describes how to use remoting to call methods in remote objects, and how to pass data across remoting boundaries. This unit also shows how to configure and deploy remoting applications.

  • Technical Context of Remoting
  • Remoting Servers and Clients
  • Important Components of Remoting
  • Lab 4: Building a Remoting Client and Server

After completing this unit, students will be able to:

  • Describe the technical context of remoting
  • Implement a simple remoting server and client
  • Pass data by value across a remoting boundary
  • Configure remoting channels
  • Use different activation modes
  • Configure a remoting service by using a configuration file
  • Deploy and host remotable types
  • Debug a remotable type

Unit 5: Creating and Serializing Remotable Types

This unit describes how to transfer complex data values across remoting boundaries, and the issues involved in doing so. It compares and contrasts the marshal by value and marshal by reference mechanisms for accessing remote data. This unit also covers version compatibility issues between clients and servers using different versions of a class, and the special requirements for remoting generic classes.

  • Marshal by Value
  • Marshal by Reference
  • Version Compatibility for Remotable Types
  • Generic Classes
  • Lab 5: Creating and Serializing Remotable Types

After completing this unit, students will be able to:

  • Describe the differences between marshal by value and marshal by reference
  • Describe the issues surrounding versioning and remoting
  • Use version tolerant serialization
  • Configure a communication channel to use different serialization formatters
  • Create and marshal remotable objects by reference

Unit 6: Performing Remoting Operations Asynchronously

This unit describes how to call a method asynchronously in the remoting environment. It covers the different techniques you can use and it explains how to raise events in a remoting server and handle them in a client.

  • Asynchronous Methods
  • Calling Remote Methods Asynchronously
  • One-Way Methods
  • Using Events in Remoting Applications
  • Lab 6: Performing Remoting Operations Asynchronously

After completing this unit, students will be able to:

  • Call remoting methods asynchronously by using BeginInvoke
  • Implement callbacks
  • Create and call one-way methods
  • Create and fire events in remote services
  • Handle events in a client application

Unit 7: Managing the Lifetime of Remote Objects

This unit describes the lifetime of remote objects and how you can control them. This unit introduces the concepts of remote object leases and sponsors. This unit shows how to initialize a remote object's lease to a specific period, and how to renew an object's lease when it expires by using a sponsor.

  • Life Cycle of Remote Objects
  • Lifetime Sponsors
  • Lease Properties
  • Leases and Exception Handling
  • Lab 7: Managing the Lifetime of Remote Objects

After completing this unit, students will be able to:

  • Initialize the lifetime of a remote object
  • Renew the lifetime of a remote object
  • Configure the renewal properties of a lease
  • Handle exceptions caused by lease expiry

Unit 8: Sending and Receiving Messages by Using Message Queuing

This unit describes how to use Microsoft Message Queuing to build distributed applications. It covers the essential aspects of building client and server applications that use message queues, how to create queues, how to send and receive messages, and how to handle replies to messages. This unit also describes how to access message queues across the Internet.

  • Understanding Message Queuing
  • Creating a Message Queue and Sending a Message
  • Receiving a Message and Posting a Response
  • Using IIS with Message Queuing
  • Lab 8: Sending and Receiving Messages by Using Message Queuing

After completing this unit, students will be able to:

  • Explain message queuing
  • Create a message queue and send messages
  • Receive a message and post a response
  • Use Internet Information Services with message queuing

Unit 9: Creating and Consuming Serviced Components

This unit explains how to build and access serviced components in a .NET Framework application. This unit describes the relationship between .NET Framework serviced components and COM+. It shows how to use the .NET Framework to implement a serviced component that you can register as a COM+ application and how you can write applications that use serviced components.

  • COM+ Services
  • Implementing a Serviced Component
  • Registering a Serviced Component
  • Instantiating a Serviced Component
  • Lab 9: Creating and Consuming Serviced Components

After completing this unit, students will be able to:

  • Understand the role of COM+ services
  • Implement a serviced component
  • Register a serviced component
  • Instantiate a serviced component

Visual Studio training UK enquiries

UK Training enquiries and feedback form.

Visual Studio training UK prices

For publicly scheduled training (individual places), see our UK training schedule.

In-house training for company groups is charged at a daily rate per group — see our In-House UK Training Guidelines.

Publicly Scheduled Training Locations

We currently run public training courses in the following locations:

  • London, UK
  • Leeds, West Yorkshire, UK
  • Birmingham, West Midlands, UK
  • Carshalton, Surrey, UK
  • Chester, North West, UK
  • Coventry, West Midlands, UK
  • Edinburgh, Scotland, UK
  • Glasgow, Scotland, UK
  • Harwell, Oxfordshire, UK
  • Manchester, North West, UK
  • Milton Keynes, Buckinghamshire, UK
  • Newark, Nottinghamshire, UK
  • Reading, Berkshire, UK
  • Slough, Berkshire, UK
  • Stevenage, Hertfordshire, UK
  • Wakefield, West Yorkshire, UK
  • Wokingham, Berkshire, UK

Most UK public training courses are available on a monthly basis.

Please see the individual course outlines or our public training schedule for details.

In-house (on-site) training locations

We deliver in-house courses at client premises and/or training facilities in any part of the world which is practically and commercially accessible.

Our In-house training guidelines outline our basic requirements and our UK pricing structure. To estimate costs for training in other countries, simply convert to your local currency and then make a rough calculation of our tutor's costs for travelling to and staying at your location.


West Yorkshire Office

GBdirect Ltd
Training Division
Bradford Design Exchange
34 Peckover Street
BRADFORD
BD1 5BD
West Yorkshire
United Kingdom

training@gbdirect.co.uk

Training: 0800 651 0338
General: +44 (0)870 200 7273
Finance: +44 (0)1353 615 174

Please call between 0900 and 1700 (UK time) on Monday to Friday


South East Regional Office

GBdirect Ltd
Training Division
18 Lynn Rd
ELY
CB6 1DA
Cambridgeshire
United Kingdom

training@gbdirect.co.uk

Training: 0800 651 0338
General: +44 (0)870 200 7273
Finance: +44 (0)1353 615 174

Please call between 0900 and 1700 (UK time) on Monday to Friday


Please note:
Non-training enquiries should be directed, initially, to our UK national office in Bradford (West Yorkshire), even if the enquiry concerns services delivered in London or South/East England. Clients in London and the South East will typically be handled by staff working in the London or Cambridge areas.