grpc-for-wcf-developers
grpc-for-wcf-developers copied to clipboard
WCF migration
Few questions about the statement "Migrate a WCF solution to gRPC":
- Is it possible to reach gRPC service using a "net.tcp" protocol endpoint?
- Am I correct that any existing client needs at least to change namespace of the old client instance to reach the gRPC migration result?
- May I call a gRPC .Net Core server from a .NET Framework client and which is the way to add the relative Connected Service? Have I to point out the .proto file as for a .Net Core client?