Runtime: Will you have WCF for .net core? When?

Created on 15 Mar 2019  路  6Comments  路  Source: dotnet/runtime

Will you have WCF for .net core? When?

question

Most helpful comment

That doesn't make any sense.

  • gRPC isn't going to support the existing WS-* standards.
  • gRPC isn't going to support named pipes or MSMQ or any of the other wire formats
  • gRPC doesn't concern itself with things like distributed transactions

Yes, I'm happy that we're going to get a gRPC implementation. But it doesn't solve the same problems that WCF was designed to solve.

All 6 comments

It's already here.

Probably means more like dotnet/wcf#2695. Still waiting on WCF hosting (not client), NetTcp (for .NET/.NET communication) and NamedPipe (for local machine IPC) transports here as well.

It's about WCF hosting, client and about connected services.

The gRPC work that's being done in ASP.NET Core is set to be the "new" WCF. The latest Community Standup even talks about it as such.

Closing since the question has been answered.

That doesn't make any sense.

  • gRPC isn't going to support the existing WS-* standards.
  • gRPC isn't going to support named pipes or MSMQ or any of the other wire formats
  • gRPC doesn't concern itself with things like distributed transactions

Yes, I'm happy that we're going to get a gRPC implementation. But it doesn't solve the same problems that WCF was designed to solve.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chunseoklee picture chunseoklee  路  3Comments

v0l picture v0l  路  3Comments

iCodeWebApps picture iCodeWebApps  路  3Comments

omariom picture omariom  路  3Comments

bencz picture bencz  路  3Comments