Skip to content

Files

Latest commit

520a63c · Mar 4, 2020

History

History
19 lines (13 loc) · 979 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 979 Bytes

Visual ReCode Examples

This repository contains examples of WCF applications that have been migrated to ASP.NET Core gRPC using Visual ReCode 1.0

The original WCF applications are taken from Microsoft's own WCF Samples.

BasicCalculator

A migration of a very simple request/response service, using the Calculator sample from the Basic\GettingStarted\GettingStarted\CS\GettingStarted.sln folder in the WCF Samples.

This solution demonstrates the generation of the .proto file from a ServiceContract, and the generated gRPC service implementation that maps to a copy of the original service implementation.

It also includes a generated "client wrapper" that matches the interface of the original WCF-generated client, which can be used in client applications to make switching to the new gRPC service easier.