Questions about OWIN and WCF from a high level.

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • wcf

    This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.

  • WCF is now open source (see github) and works well on .Net core and above. If you configure it with nettcpbinding the performance is on par with gRPC. Self-hosting the service works as before via System.ServiceModel.ServiceHost.

  • CoreWCF

    Main repository for the Core WCF project

  • The ongoing .net core port called CoreWcf plans to realize that goal as a future feature on it's roadmap. Where there's plans on adding new transports that didn't exist on .net framework wcf like Grpc, Azure Service bus, Amazon SQS, rabbitmq etc...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • SoapCore

    SOAP extension for ASP.NET Core

  • If you have a need to still support existing client apps that used a WCF backend then this or SoapCore are both options but I don’t think they have full support for all features that WCF had.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts