WCF service to .NET core (6.0)

Sushil Kumar 0 Reputation points
2023-08-01T11:06:49.6566667+00:00

We want to migrate an existing WCF service to .NET core (6.0). Is there any nuget package available by Microsoft to upgrade WCF to .Net Core 6.0.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,772 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Samuele Furnari 20 Reputation points
    2023-08-01T13:42:47.8833333+00:00

    Hi,

    I also had the same need as you a few months ago. I've successfully migrated using the CoreWCF package and the Microsoft migration guide.

    Keep in mind that the project is young and that the project I migrated was simple.

    You can find the project on Git here: https://github.com/CoreWCF/CoreWCF and the migration guide here: https://learn.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-wcf

    If your concern is more simple you can think to expose a SOAP service using the SoapCore Nuget package (https://github.com/DigDes/SoapCore).

    Samuele

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.