Vision Technical Education Center
6461 - Windows Communication Foundation
CLASS DATE(s):

The course specified is not currently on the VTEC Schedule.

Contact us to request a class: 1-866-644-8832.


COURSE LENGTH: 3 Days

COURSE COST: $1495*

COURSE TIMES: 8:30am - 4:00pm

Printable version of this course
print

COURSE OVERVIEW

This three-day instructor-led course provides students with the knowledge and skills to build and configure a Windows Communication Foundation (WCF) solution.

After completing this course, students will be able to:
• Build a simple WCF service and client.
• Create and configure a service as a managed application and select an appropriate hosting option.
• Expose a WCF service over different endpoints and add run-time functionality by using behaviors.
• Improve debugging capabilities by examining messages and service activity.
• Define service, operation, and data contracts to meet application requirements.
• Add error handling to a WCF application.
• Address service quality issues such as performance, availability, concurrency, and instance management.
• Implement security in a WCF application.
• Protect data integrity through correct use of transactions.

AUDIENCE AND PREREQUISITES

This course is intended for application developers who know how to build and consume Web services in Microsoft .NET Framework 2.0 and how to use the common features of the base class library. The application developers do not have to understand concepts such advanced WS-*, Web Services Enhancements (WSE), service life cycle management, and diagnostics.

Before attending this course, students should have intermediate experience of developing applications by using previous versions of Microsoft Visual Studio development system.

*Course Cost does not include books. Please contact a VTEC Account Manager for details.

   

COURSE TOPICS:


Getting Started with Windows Communication Foundation
Designing an Application to Be Part of a Service Oriented Architecture
Overview of WCF Architecture
Using a Language-Level Interface As a Service Contract
Implementing a Simple WCF Service in Visual Studio 2008
Consuming a simple WCF service in Visual Studio 2008

Configuring and Hosting WCF Services
Programmatically Configuring a Managed Application to Host a WCF Service
Programmatically Configuring a Managed Application to Call a WCF Service
Defining Client and Service Settings by Using File-Based Configuration
Selecting a Hosting Option for a WCF Service
Deploying a WCF Service

Endpoints and Behaviors
Exposing WCF Services Over Different Endpoints
Adding Behaviors to Services and Endpoints
Interoperating with Non-WCF Web services

Debugging and Diagnostics
Logging Messages
Activity Tracing

Designing and Defining Contracts
Designing a Coherent and Cohesive WCF Service Interface
Defining a Service Contract
Defining Operations on a Service
Defining a Data Contract

Handling Errors
Relating .NET Exceptions to Service-Level Faults
Using Faults in a Service
Handling Faults and Exceptions on Clients

Improving WCF Service Quality
Managing WCF Service Instances
Managing Concurrency Issues
Improving WCF Service Quality

Implementing WCF Security
Overview of Security in WCF
Applying Overall Security Requirements to a Binding
Specifying Required Client and Service Credentials
Working With Security Information

Implementing Transactions
Overview of Transactions in a Service-Oriented Application
Creating Transactional Service Operations
Enabling the Flow of Transactions from Client to Service