HOME > Development > Mastering WCF 4.0 From Scratch Using C#

Mastering WCF 4.0 From Scratch Using C#

  • Development
  • Mar 14, 2025
SynopsisMastering WCF 4.0 From Scratch Using C#, available at $59.99,...
Mastering WCF 4.0 From Scratch Using C#  No.1

Mastering WCF 4.0 From Scratch Using C#, available at $59.99, has an average rating of 4.31, with 53 lectures, based on 452 reviews, and has 2424 subscribers.

You will learn about Learn How to Develop a Simple WCF Service Application Learn How to Develop and Host a WCF Service Onto IIS Learn How to Self Host a Service Learn How to Self Host Multiple WCF Services Learn How to Self Host a WCF Service Using Config Files Learn How to Host a WCF Service Using Windows Services Learn How to Self Host a WCF Service Using a Service Reference Learn How to Host a WCF Service Using WAS Learning Message Exchange Patterns of WCF Learn How to Implement Exception Handling for WCF Services Learn How to Implement Session Management in WCF Services Learn How to Implement Transactions in WCF Services Learn to Implement Session Management and Transactions together in WCF Services This course is ideal for individuals who are This course is designed for individuals with an intermediate knowledge of Visual C#. It is particularly useful for This course is designed for individuals with an intermediate knowledge of Visual C#.

Enroll now: Mastering WCF 4.0 From Scratch Using C#

Summary

Title: Mastering WCF 4.0 From Scratch Using C#

Price: $59.99

Average Rating: 4.31

Number of Lectures: 53

Number of Published Lectures: 53

Number of Curriculum Items: 53

Number of Published Curriculum Objects: 53

Original Price: $39.99

Quality Status: approved

Status: Live

What You Will Learn

  • Learn How to Develop a Simple WCF Service Application
  • Learn How to Develop and Host a WCF Service Onto IIS
  • Learn How to Self Host a Service
  • Learn How to Self Host Multiple WCF Services
  • Learn How to Self Host a WCF Service Using Config Files
  • Learn How to Host a WCF Service Using Windows Services
  • Learn How to Self Host a WCF Service Using a Service Reference
  • Learn How to Host a WCF Service Using WAS
  • Learning Message Exchange Patterns of WCF
  • Learn How to Implement Exception Handling for WCF Services
  • Learn How to Implement Session Management in WCF Services
  • Learn How to Implement Transactions in WCF Services
  • Learn to Implement Session Management and Transactions together in WCF Services
  • Who Should Attend

  • This course is designed for individuals with an intermediate knowledge of Visual C#.
  • Target Audiences

  • This course is designed for individuals with an intermediate knowledge of Visual C#.
  • Windows Communication Foundation (WCF), which was released as part of the .NET Framework (3.0 and 3.5), is a platform developers can use to build Service-Oriented Applications.

    This course provides developers with a thorough knowledge in developing WCF Services using C#.

    In this course by development expert Kameswara Sarma Uppuluri, you’ll learn essential concepts that you need to know to get started building WCF Services using C#.

    This course provides step-by-step walk-throughs and coding demos that you’re encouraged to code along with to enhance the learning process.

    This course is broken down into 13 Modules with each module providing source code so that you can follow along with Kameswara Sarma Uppuluri. Some of the modules can be seen in the below list.

    Section 1 :
    Developing a Simple WCF Service Application

    Section 2 :
    Developing and Hosting a WCF Service Onto IIS

    Section 3 :
    Learn How to Self Host a Service

    Section 4 :
    Learn How to Self Host Multiple WCF Services

    Section 5 :
    Learn How to Self Host a WCF Service Using Config Files

    Section 6:
    Learn How to Host a WCF Service Using Windows Services

    Section 7 :
    Learn How to Self Host a WCF Service Using a Service Reference

    Section 8 :
    Learn How to Host a WCF Service Using WAS

    Section 9 : Learning Message Exchange Patterns of WCF

    Section 10 : Learn How to Implement Exception Handling for WCF Services

    Section 11 : Learn How to Implement Session Management in WCF Services

    Section 12 : Learn How to Implement Transactions in WCF Services

    Section 13 :Learn to Implement Session Management and Transactions together in WCF Services

    Course Curriculum

    Chapter 1: Introduction to Windows Communication Foundation (WCF)

    Lecture 1: Introduction to Course Outline

    Lecture 2: Evolution of WCF

    Lecture 3: What is WCF?

    Lecture 4: Overview of Different Types of Contracts in WCF

    Lecture 5: Introduction to SOA

    Lecture 6: Steps Involved in Developing,Hosting and Consuming a WCF Service

    Lecture 7: COMPLETE COURSE EXERCISE FILES

    Chapter 2: Developing a Simple WCF Service

    Lecture 1: Creating a WCF Service Application

    Lecture 2: Creating a WinForms Client for our WCF Service

    Lecture 3: Overview of App.Config File

    Chapter 3: Developing and Hosting a WCF Service onto IIS

    Lecture 1: Creating a Simple WCF Service Library

    Lecture 2: Performing Web Hosting of our WCF Service

    Lecture 3: Developing a Winforms Client for our WCF Service

    Chapter 4: Learn How to Self Host a WCF Service

    Lecture 1: Developing a WCF Service Library and Self Host Application

    Lecture 2: Developing a Winforms Client for our WCF Service

    Lecture 3: Testing the Winforms Client

    Chapter 5: Learn How to Self Host Multiple WCF Services

    Lecture 1: Developing Multiple WCF Libraries and a Single Self Host Application

    Lecture 2: Developing and Testing a Winforms Client for our multiple WCF Services

    Chapter 6: Learn How to Self Host a WCF Service Using Config Files

    Lecture 1: Developing a WCF Service Library

    Lecture 2: Working with App.Config

    Lecture 3: Working with Configuration Editor

    Lecture 4: Developing a Winforms Client for our WCF Service using a Configuration File

    Chapter 7: Learn How to Host a WCF Service Using Windows Services

    Lecture 1: Developing a WCF Service Library

    Lecture 2: Developing a Windows Service To Host Our WCF Service

    Lecture 3: Developing a Winforms Client for our WCF Service

    Chapter 8: Learn How to Self Host a WCF Service Using a Service Reference

    Lecture 1: Developing a WCF Service Library

    Lecture 2: Developing a Self Host Application using a Service Reference

    Lecture 3: Developing a Winforms Client for our WCF Service

    Chapter 9: Learn How to Host a WCF Service Using WAS

    Lecture 1: Developing a WCF Service Library

    Lecture 2: Install Required Roles and Features using Server Manager

    Lecture 3: Develop a Web Host Service on IIS

    Lecture 4: Working with AppCmd to Enable NetTcp Binding

    Lecture 5: Developing a Winforms Client for our WCF Service

    Chapter 10: Learning Message Exchange Patterns in WCF

    Lecture 1: Developing a WCF Service Library

    Lecture 2: Implement One Way Methods in a WCF Service and Test

    Lecture 3: Implement Duplex Methods in a WCF Service and Test – Part I

    Lecture 4: Implement Duplex Methods in a WCF Service and Test – Part II

    Chapter 11: Learn How to Implement Exception Handling for WCF Services

    Lecture 1: Throwing .NET CLR Errors from a WCF Service Method

    Lecture 2: Throwing .NET CLR Errors from a WCF Service IsOneWay Method

    Lecture 3: Throwing Fault Exceptions from a WCF Service

    Lecture 4: Throwing Strongly Typed Fault Exceptions

    Chapter 12: Learn How to Implement Session Management in WCF Services

    Lecture 1: Developing a WCF Service Library

    Lecture 2: Working with PerSession InstanceContextMode

    Lecture 3: Working with PerCall InstanceContextMode

    Lecture 4: Working with Single InstanceContextMode

    Chapter 13: Learn How to Implement Transactions in WCF Services

    Lecture 1: Developing a WCF Service Library with Transaction Support

    Lecture 2: Developing a Web Host Application

    Lecture 3: Developing a Winforms Client To Test out Transaction Support

    Chapter 14: Learn to Implement Session Management and Transactions together in WCF Services

    Lecture 1: Developing a WCF Service Library with Sessions and Transactions Support

    Lecture 2: Developing a Winforms Client for WCF Service to test Sessions and Transactions

    Chapter 15: Learn to Implement Session Concurrency in WCF Service

    Lecture 1: Developing a WCF Service Library with Session Concurrency Support

    Lecture 2: Developing a Host Application

    Lecture 3: Developing a Winforms Client to test Session Concurrency Effect

    Instructors

  • Mastering WCF 4.0 From Scratch Using C#  No.2
    Kameswara Sarma Uppuluri | 25+ Years Of Experienced Corporate Trainer
    Microsoft Certified Trainer
  • Rating Distribution

  • 1 stars: 4 votes
  • 2 stars: 20 votes
  • 3 stars: 81 votes
  • 4 stars: 164 votes
  • 5 stars: 183 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!