Skip to content

Examples of .NET Core gRPC applications migrated from WCF using Visual ReCode

Notifications You must be signed in to change notification settings

VisualReCode/Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Examples of .NET Core gRPC applications migrated from WCF using Visual ReCode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published