Transitioning from WCF

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

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

    Main repository for the Core WCF project

  • RestSharp

    Simple REST and HTTP API Client for .NET

  • This is going to be a pain because adding a service reference handles a lot of the "plumbing" in terms of making your API calls. I suggest you use something like RestSharp to make things easier to make the calls themselves, and potentially look at some code generation for generating similar proxy classes to what service references did. In fact, it should just be partials behind the scene, so maybe making a copy and seeing if you can rip out the WCF guts and replacing them with REST ones might be worth exploring.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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