Is it possible to use DevForce with new .NET5, NET6?

154 Views Asked by At

As I know DevForce use WCF for the communications between client and server.
But in newer version of .NET (Core 3.1, .NET5, .NET6 etc) WCF services not supported.
Is it possible to configure DevForce to use endpoints based on GRPC\WebApi instead of WCF?

1

There are 1 best solutions below

7
Jiayao On

As a trend for the future, you can try using gRPC, CoreWCF, and ASP.NET Core MVC instead of WCF. With the.NET upgrade, some technologies have been fully ported, but not WCF, and the replacement for WCF is the technology mentioned above.

The following article lists some of their characteristics for your reference, I hope it can help you.