Skip to content

Explore the usage of .NET 5, gRPC and compare both using BenchmarkDotNet.

Notifications You must be signed in to change notification settings

rmlfernandes/users-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Users Service

An application to explore the usage of .NET 5, gRPC and compare both using BenchmarkDotNet.

alt text

Usage

  1. Run the UsersService.Api

    dotnet run -c Release -p .\UsersService.Api\UsersService.Api.csproj

  2. Run the UsersService.Grpc

    dotnet run -c Release -p .\UsersService.Grpc\UsersService.Grpc.csproj

  3. Run the Benchmark

    dotnet run -c Release -p .\UsersService.Comparison\UsersService.Comparison.csproj

About

Explore the usage of .NET 5, gRPC and compare both using BenchmarkDotNet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages