Skip to content

Anthony Giretti's .NET blog

Ain't no mountain high enough

Search

Follow me !

Styled Blog WordPress Theme by Blaze Themes
  • .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
  • .NET
SHARE:

Tips & tricks for unit testing in .NET Core 3: Mocking IHttpContextAccessor

2020-02-03 by anthonygiretti

Introduction I wanted to write this article because I recently came across an interesting test…

Read More
  • ASP.NET Core
SHARE:

Check and log multiple registrations of a same service in ASP.NET Core 3.1

2020-01-20 by anthonygiretti

Introduction Sometimes, the same service is registered in the ASP.NET Core dependency injection system. Sometimes…

Read More
  • ASP.NET Core
SHARE:

Remove unwanted instances from ServiceCollection in ASP.NET Core 3.1

2020-01-20 by anthonygiretti

Introduction At first glance this article sounds strange or has no sense. Well, this is…

Read More
  • .NET
SHARE:

Building a Windows service with Worker Services and .NET Core 3.1, part 2: Migrate a timed service built with TopShelf

2020-01-03 by anthonygiretti

Building a Windows service with Worker Services and .NET Core 3.1, part 1: Introduction Building…

Read More
  • .NET
SHARE:

Building a Windows service with Worker Services and .NET Core 3.1, part 1: Introduction

2020-01-02 by anthonygiretti

Building a Windows service with Worker Services and .NET Core 3.1, part 1: Introduction Building…

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