News

Until REST APIs came along, SOAP (Simple Object Access Protocol) was the de facto standard protocol on which web services were based. When working in ASP.Net Core, you might well encounter the need to ...
gRPC services promise a lot: better performance, more sophisticated messaging, and a contract-based approach to Web Service development. If those sound good to you, here's how to get started. In an ...
Practical ASP.NET Writing the Code for a gRPC Service and Client in ASP.NET Core 3.0 Once you've got a contract that describes a gRPC service, creating the service itself and a client that can call ...
The services that comprise distributed applications must communicate with one another to exchange data or information. You need a common data format for these communications, which narrows the options ...