Replies: 1 comment 2 replies
-
Microsoft dropped WCF starting with .NET Core and afaik they don't plan to reimplement it in modern .NET. Fortunately, there's the open-source CoreWCF project, so there's at least some option. I only have time to focus on things that Microsoft ships as part of .NET. If someone were to contribute an OpenWCF data portal channel I would accept that pull request (though only for CSLA 8 in the current Implementing a data portal channel isn't terribly difficult in CSLA 5 and later. For example, here's the CSLA 5 gRPC channel: https://github.com/MarimerLLC/csla/tree/v5.x/Source/Csla.Channels.Grpc Basically there's one file for the client that implements |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm upgrading a WCF project to CoreWCF and I can see there is currently a implementation of IWcfPortal. That interface doesn't seem to be available in .Net Core. What should I use instead?
/Oskar
Beta Was this translation helpful? Give feedback.
All reactions