Skip to content

Anthony Giretti's .NET blog

Ain't no mountain high enough

Search

Follow me !

Styled Blog WordPress Theme by Blaze Themes
  • Visual Studio
SHARE:

Did you know ? Easy and custom debugging with DebuggerDisplay and DebuggerTypeProxy attributes on Visual Studio

2020-04-27 by anthonygiretti

Introduction If like me you want to become more efficient in debugging, I have here…

Read More
  • .NET
SHARE:

gRPC & ASP.NET Core 3.1: Resiliency with Polly

2020-03-31 by anthonygiretti

What is Polly ? Polly is a .NET resilience and transient-fault-handling library that allows developers to…

Read More
  • ASP.NET Core
SHARE:

gRPC & ASP.NET Core 3.1: Global error Handling in gRPC & gRPC status codes

2020-03-31 by anthonygiretti

Global error Handling server side Microsoft has implemented Interceptors, they are similar to Filters or…

Read More
  • Angular
SHARE:

gRPC & ASP.NET Core 3.1: How to create a gRPC-web client ? Examples with Angular 8 and HttpClient

2020-03-29 by anthonygiretti

Create gRPC-web app with Angular 8 on Windows I chose to make a demo with…

Read More
  • ASP.NET Core
SHARE:

gRPC & ASP.NET Core 3.1: What’s gRPC-web & how to create a gRPC-web service ?

2020-03-29 by anthonygiretti

What’s gRPC-web ? In the summer of 2016, both a team at Google and  Improbable…

Read More
  • .NET
SHARE:

gRPC & ASP.NET Core 3.1: How to create a gRPC client ?

2020-03-27 by anthonygiretti

Creating a gRPC client In this example we will create a .NET Core 3.1 console…

Read More
  • ASP.NET Core
SHARE:

gRPC & ASP.NET Core 3.1: How to create a gRPC service ?

2020-03-25 by anthonygiretti

Creating a gRPC service You’ll need to open Visual Studio 2019 and select “gRPC service”…

Read More
  • ASP.NET Core
SHARE:

gRPC & ASP.NET Core 3.1: What’s gRPC ? (introduction)

2020-03-23 by anthonygiretti

What’s gRPC? gRPC is an RPC (Remote procedure call) framework and not a Microsoft framework….

Read More
  • .NET
SHARE:

Tips & tricks for unit testing in .NET Core 3: Checking matching and non matching arguments on ILogger

2020-02-05 by anthonygiretti

Introduction You must have been like me for a long time unable to do one…

Read More
  • .NET
SHARE:

Tips & tricks for unit testing in .NET Core 3: Using and mocking ISystemClock instead of using DateTime

2020-02-04 by anthonygiretti

Introduction I discovered not long ago that a way to inject DateTime by dependency in…

Read More
    « Previous 1 … 9 10 11 12 13 … 22 Next »
  • Home
  • About me

Anthony Giretti's .NET blog

Ain't no mountain high enough