Upgrading from WCF to CoreWCF [17 of 18] Migrating from ASP.NET to ASP.NET Core

preview_player
Показать описание
In this video, Simona Liao talks about upgrading from server-side WCF to CoreWCF as part of a .NET Framework to .NET 7 upgrade and demonstrates how the Upgrade Assistant command line tool can be used to help with a WCF upgrade. Support for upgrading from WCF to CoreWCF in the Visual Studio Upgrade Assistant extension is planned but not yet available.

Series:

Chapters:
00:00 - Intro
02:55 - Introducing Simona to demo CoreWCF
04:00 - Overviewing the sample WCF application
04:50 - Migrating the app using .NET Upgrade Assistant
08:40 - Reviewing migrated app on CoreWCF
11:05 - Running the migrated app
13:40 - Wrap up

Follow Mike:

Links:

#dotnet #upgradeassistant #corewcf
Рекомендации по теме
Комментарии
Автор

Thanks for the demo, but where can I download the tool to port WCF from .NET Framework to CoreWCF? The copy I get now seems doesn't support CoreWCF.

ShaneWang-lg
Автор

Thanks for the demo but…
this demo is a bit like showing how to migrate a “hello world” console app from .NET Framework 4.8. to .NET 6. How about something a bit more realistic such as using:
1) An IIS hosted WCF service, not self hosted.
2) using wsHttpBindings, with security and a UserNamePasswordValidator?
If the upgrade-assitant can upgrade that project, I would be impressed, because that is a large percentage of real world projects.

arak_seemonster
Автор

I want to do the same thing for my WCF project
but have started your program and done it
what is the way for me to do it

RajuKumar-begm