Book your MS6461A Windows Communication Foundation Training Course

This three day course is being run nine times between Monday 13th February 2012 and Monday 11th June 2012 in London, Bath,

Book this course with us today from as little as £1,092.50 + VAT and with our price guarantee you can be confident of getting great value. Our team of experienced independent booking administrators will make the joining process painless and by providing feedback on your experiences you’ll also influence the Coursebookers independent course ratings.

See all courses by the manufacturer Microsoft
See all courses provided by F1 Computing

Expert Help

If you would like
advice, or to book, call
one of our experts on
01920 460232

Open: 9am - 5:30pm
Monday- Friday

Locations/dates for this course
DateLocationRatingPrice
Monday 13 February 2012LondonSave £57.50£1,092.50+VAT
Monday 27 February 2012BathSave £57.50£1,092.50+VAT
Monday 12 March 2012LondonSave £57.50£1,092.50+VAT
Monday 26 March 2012BathSave £57.50£1,092.50+VAT
Wednesday 11 April 2012LondonSave £57.50£1,092.50+VAT
Monday 23 April 2012BathSave £57.50£1,092.50+VAT
Monday 14 May 2012LondonSave £57.50£1,092.50+VAT
Monday 28 May 2012BathSave £57.50£1,092.50+VAT
Monday 11 June 2012LondonSave £57.50£1,092.50+VAT
 

Book your course now with Coursebookers!

Making an enquiry to Coursebookers couldn't be easier, just fill out the form to the left or call 01920 460232 and our team will be in touch within 48 hours.

Remember:

  • Not only are we great value, we can also boast no booking fees
  • Human administrators make booking & coordination simple and painless
  • Coursebookers is vendor neutral we can offer unbiased and independent advice
  • If you have complex booking requirements we're happy to help! Call our team on 01920 460232 to discuss your needs
  • We ensure all our courses meet our high standards, meaning you'll only ever see "the best of the best" on Coursebookers!
Download Course Outline

Summary: 

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

PreRequisites: 

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

Audience: 

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.

Objectives: 

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.

Module 1: Getting Started with Windows Communication Foundation

This module explains how to build a simple WCF service and client.

Lessons

  • 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

After completing this module, students will be able to:

  • Explain how to design an application as part of a Service Oriented Architecture (SOA).
  • Describe the main parts of the WCF architecture.
  • Create a simple service contract for a WCF service.
  • Implement a simple WCF service in Visual Studio 2008.
  • Consume a simple WCF service in Visual Studio 2008.

Module 2: Configuring and Hosting WCF Services

This module explains how to create and configure a WCF service as a managed application and select an appropriate hosting option.

Lessons

  • 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

After completing this module, students will be able to:

  • Create a programmatically-configured managed application that hosts a WCF service.
  • Call a WCF service hosted in a managed application by using programmatic configuration.
  • Define WCF service settings by using external configuration.
  • Select the best hosting option for a WCF service.
  • Deploy a WCF service onto a remote host.

Module 3: Endpoints and Behaviors

This module explains how to expose a WCF service over different endpoints and add run-time functionality by using behaviors.

Lessons

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

After completing this module, students will be able to:

  • Expose WCF services by using different bindings.
  • Add behaviors to services and endpoints.
  • Create WCF clients and services that interoperate with different types of Web services.

Module 4: Debugging and Diagnostics

This module explains how to improve debugging capabilities by examining messages and service activity.

Lessons

  • Logging Messages
  • Activity Tracing

After completing this module, students will be able to:

  • Log WCF messages.
  • Trace WCF service activity.

Module 5: Designing and Defining Contracts

This module explains how to define service, operation, and data contracts to meet application requirements.

Lessons

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

After completing this module, students will be able to:

  • Design a coherent and cohesive service contract.
  • Define a service contract.
  • Define operations on a service.
  • Define a data contract.

Module 6: Handling Errors

This module explains how to add error handling to a WCF application.

Lessons

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

After completing this module, students will be able to:

  • Explain how .NET exceptions relate to service-level faults.
  • Define fault information in a service contract.
  • Handle service exceptions on clients.

Module 7: Improving WCF Service Quality

This module explains how to address service quality issues such as performance, availability, concurrency, and instance management.

Lessons

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

After completing this module, students will be able to:

  • Manage WCF service instances.
  • Manage concurrency issues.
  • Improve WCF service performance.

Module 8: Implementing WCF Security

This module explains how to implement security in a WCF application.

Lessons

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

After completing this module, students will be able to:

  • Explain the process for implementing security in WCF.
  • Apply overall security requirements to a binding.
  • Specify required client and service credentials.
  • Work with security information.

Module 9: Implementing Transactions

This module explains how to protect data integrity through correct use of transactions.

Lessons

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

After completing this module, students will be able to:

  • Explain how transactions work in a service-oriented application.
  • Create transactional service operations.
  • Control transaction flow from client to service
Description: 

This three-day instructor-led course provides students with the knowledge and skills to build and configure a Windows Communication Foundation (WCF) solution. This course is intended for application developers who know how to build and consume Web services with Microsoft.

F1 Computing

F1 Computing have 20 years of experience in developing their CRM product, Pro-ACTION, is now used to build and deploy solutions for customers.
F1 Computing aim to meet the requirements of your company and arm you and your employees with the skills to make your business a success. Through many years of refining their courses, F1 computing have established a name for themselves, as well as a great relationship with their clients.

Want to leave your own testimonial? click Here
No Testimonials have been left for this course.