Skip to content

Commit

Permalink
Fix typo (#24949)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Jul 1, 2021
1 parent 58e334d commit db0a68a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.date: 12/15/2020

# Comparing WCF to gRPC

The previous chapter gave you a good look at Protobuf and how gRPC handles messages. Before you work through a detailed conversion from Windows Communication Foundation (WCF) to gRPC, it's important know how the features available in WCF are handled in gRPC and what workarounds you can use when there's no gRPC equivalent. In particular, this chapter will cover the following subjects:
The previous chapter gave you a good look at Protobuf and how gRPC handles messages. Before you work through a detailed conversion from Windows Communication Foundation (WCF) to gRPC, it's important to know how the features available in WCF are handled in gRPC and what workarounds you can use when there's no gRPC equivalent. In particular, this chapter will cover the following subjects:

- Operations and methods
- Bindings and transports
Expand Down

0 comments on commit db0a68a

Please sign in to comment.