Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Microsoft 10263 Develop Windows Communication Foundation Solutions with MS Visual Studio 2010

Price
2,500 AUD
3 Days
000885-DD
Online Training...

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.
 

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

This three-day instructor-led course provides participants with the knowledge and skills to develop distributed applications using WCF 4 and Microsoft Visual Studio 2010.
 

Objectives

After completing this course, students will be able to:

  • Implement Service-Oriented Architecture tenets in WCF services
  • Host WCF services in a variety of Windows hosts
  • Define and implement WCF service contracts, data contracts, and message contracts
  • Use multiple endpoints with various messaging patterns
  • Test, troubleshoot, monitor, and diagnose WCF services
  • Ensure service reliability using transactions and message queues
  • Secure WCF services using message and transport security
  • Extend WCF using behaviors, dispatchers, inspectors, and formatters

 

Audience

This course is intended for professional .NET programmers who use Microsoft Visual Studio in a team-based, medium-sized to large development environment. Students should have experience consuming services within their Web and/or Windows client applications and be interested in learning to develop service-oriented applications (SOA) using WCF. Students should be experienced users of Microsoft Visual Studio 2008 SP1, as well as cursory familiarity with Microsoft Visual Studio 2010 for Windows client or Web application development.

We can also deliver and customise this training course for larger groups - saving your organisation time, money and resources. For more information, please contact us on 1800 853 276.


 

Prerequisites

    Before attending this course, students must have:

    • Understanding of the problem-solving techniques that apply to software development.
    • General understanding of the purpose, function, and features of the .NET Framework.
    • Experience developing software using Visual Studio 2008 or Visual Studio 2010.
    • Experience in object-oriented design and development using the C# programming language.
    • Experience in n-tier application design and development.

     

Topics

Module 1: Service-Oriented Architecture

This module explains how to design SOAs, how to adhere to SOA tenets, and how to leverage the benefits of SOA scenarios using WCF.

Lessons

  • What Is SOA?
  • The Benefits of SOA
  • Scenarios and Standards
  • Introduction to WCF

Lab : Service-Oriented Architecture

  • Practicing the SOA Tenets
  • Implementing Service Agility and Scalability
  • Interoperating with Other SOA Technologies
  • Using REST Services 

 

Module 2: Getting Started with Microsoft Windows Communication Foundation Development

This module describes how to implement a WCF service from the beginning, including defining a contract, implementing the contract, hosting the service, configuring endpoints, and configuring bindings. It also explains how to create a proxy to a WCF service using a channel factory, and using the Add Service Reference dialog box in Visual Studio 2010.

Lessons

  • Service Contract and Implementation
  • Hosting WCF Services
  • WCF Behaviors
  • Consuming WCF Services

Lab : Service Development Life Cycle

  • Defining Service and Data Contracts
  • Creating a Service Implementation
  • Configuring the Service
  • Consuming the Service Using Channel Factories
  • Consuming the Service Using Service References

 

Module 3: Hosting Microsoft Windows Communication Foundation Services

This module explains how to host WCF services using Windows Services, Internet Information Services (IIS) and Windows Process Activation Service (WAS), and Windows Server AppFabric. This module describes how to choose the appropriate host, and how to configure it properly for your service's optimal operation.

Lessons

  • WCF Service Hosts
  • ServiceHost
  • Hosting WCF Services in Windows Services
  • IIS, WAS, and AppFabric
  • Configuring WCF Hosts
  • Service Hosting Best Practices

Lab : Hosting WCF Services

  • Using Windows Server AppFabric
  • Using Windows Services
  • Hosting Services in a Windows Application
  • Using Performance Counters for Service Monitoring

 

Module 4: Defining and Implementing Microsoft Windows Communication Foundation Contracts

This module describes how to define WCF service contracts, data contracts, and message contracts. This module explains how to design WCF contracts appropriately, and how to modify WCF contracts according to the selected messaging pattern.

  • Lessons
  • What Is a Contract?
  • Contract Types
  • Messaging Patterns
  • Designing WCF Contracts

Lab : Contract Design and Implementation

  • Creating Service Contracts
  • Creating Data Contracts
  • Implementing Message Exchange 

 

Module 5: Endpoints and Behaviors

This module describes how to expose multiple endpoints from a WCF service, how to automatically discover services and make services discoverable, how to configure instancing and concurrency modes for services, and how to improve service reliability with transactions and message queues.

Lessons

  • Multiple Endpoints and Interoperability
  • WCF Discovery
  • WCF Default Endpoints
  • Instancing and Concurrency
  • Reliability

Lab : WCF Endpoints and Behaviors

  • Exposing Multiple Endpoints
  • Using Queued Services
  • Using Transactions
  • Using Reliable Messaging
  • Configuring Instancing and Concurrency
  • Using WCF Discovery
  • Verifying MSMQ Topology

 

Module 6: Testing and Troubleshooting Microsoft Windows Communication Foundation Services

This module describes how to diagnose errors and problem root causes in WCF services, and how to configure services to expose fault information. It also explains how to use tracing, message logging, and other diagnostic and governance tools for monitoring services at runtime.

Lessons

  • Errors and Symptoms
  • WCF Faults
  • Debugging and Diagnostics Tools
  • Runtime Governance

Lab : Testing and Troubleshooting WCF Services

  • Viewing Unplanned SOAP Faults
  • Using Fault Contracts
  • Using Error Handlers and Handling Faults
  • Using WCF Message Logging and Tracing
  • Supporting Large Messages

 

Module 7: Security

This module explains how to design secure applications, how to implement WCF security on both the message level and the transport level, how to integrate authentication and authorization into service code, and how to apply claim-based identity management in federated scenarios.

Lessons

  • Introduction to Application Security
  • The WCF Security Model
  • Transport and Message Security
  • Authentication and Authorization
  • Claim-Based Identity

Lab : Implementing WCF Security

  • Implementing Security Policy
  • Configuring Client
  • Verifying Security 

 

Module 8: Introduction to Advanced Microsoft Windows Communication Foundation Topics

This module explains how to improve service throughput and responsiveness using the asynchronous invocation pattern, and how to extend WCF services using inspectors, behaviors, and host extensions. It also describes how to use the WCF routing service for improving service reliability, and how to use Workflow Services to orchestrate long-running, durable, service work.

Lessons

  • The Asynchronous Invocation Pattern
  • Extending WCF
  • Routing
  • Workflow Services

Lab : Advanced Topics

  • Using Message Inspectors and Behaviors
  • Attaching and Access Host Extensions
  • Configuring and Use Routing
  • Implementing Asynchronous Invocation
  • Implementing Workflow Services A

 
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH MAY 31, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.