Skip to content

Anthony Giretti's .NET blog

Ain't no mountain high enough

Search

Follow me !

Tags

.NET .NET 5 .NET 6 .NET 7 .NET Core .NET Core 3 adal-angular5 adal.js Angular 5 ASP.NET Core ASP.NET Core 2.1 ASP.NET Core 2.2 ASP.NET Core 3 ASP.NET Core 5 ASP.NET Core 6 ASP.NET Core 7 Azure Functions C# C# 9 C# 10 C#11 C# 11 C#14 Dapper Entity Framework Core Entity Framework Core 2 ExpectedObjects Google Charts gRPC gRPC Client Javascript Massive minimal APIs NPoco OrmLite Peta POCO Polly SQL SQL SERVER Typescript unit tests Visual Studio Code VSTS Web API XUnit

My latest posts

  • C# 14: User-Defined Compound Assignment Operators 2025-11-23
  • C# 14: Introducing partial constructors and partial events 2025-11-23
  • C# 14: Introducing field-backed auto‐properties via the contextual keyword field 2025-11-23
  • C# 14: Modifiers on simple lambda parameters without explicit parameter types 2025-11-23
  • C# 14: More Implicit Conversions for Span<T> and ReadOnlySpan<T> 2025-11-22
Styled Blog WordPress Theme by Blaze Themes
  • 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
  • .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
    « Previous 1 … 8 9 10 11 12 … 21 Next »
  • Home
  • About me

Anthony Giretti's .NET blog

Ain't no mountain high enough