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 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 2019 Visual Studio Code VSTS Web API XUnit

My latest posts

  • C# 13: Introducing the new escape sequence 2025-03-07
  • C# 13: Introducing System.Threading.Lock 2025-03-05
  • C# 13: Extended params for Method Parameters 2025-03-01
  • ASP.NET Core 9: Discover the new developer Exception page 2025-01-06
  • From .NET 6 to .NET 8, my migration experience: Migrating Durable Functions .NET 8 isolated 2024-12-05
Styled Blog WordPress Theme by Blaze Themes
  • ASP.NET Core
SHARE:

Building a conditional caching middleware instead of an attribute in ASP.NET Core 3.1

2020-05-03 by anthonygiretti

Introduction It was not that long ago that I had to manage the cache to…

Read More
  • 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
    « Previous 1 … 7 8 9 10 11 … 20 Next »
  • Home
  • About me

Anthony Giretti's .NET blog

Ain't no mountain high enough