👩💻 Join our community of thousands of amazing developers!
When Microsoft started porting .NET Framework to .NET Core (now simply .NET), some features were to remain on .NET Framework. One such feature was the server-side codebase of WCF preventing WCF from being hosted in .NET Core apps. Although Microsoft has deprecated WCF, I have found many legacy applications rely on WCF for integration. In an ideal world, the integration would be migrated to more modern REST or GraphQL endpoints and the consuming application updated. However, this is often not pos...