Skip to content

Anthony Giretti's .NET blog

Ain't no mountain high enough

Search

Follow me !

Styled Blog WordPress Theme by Blaze Themes
  • C#
SHARE:

Introducing C#11: Newlines in string interpolation expressions

2022-12-04 by anthonygiretti

Introduction C# 11 brings an improvement on string interpolation. Previously it was impossible, apart from…

Read More
  • C#
SHARE:

Introducing C#11: Required properties

2022-12-02 by anthonygiretti

Introduction C# 11 improves the initialization of objects and struct. Marking one or more properties…

Read More
  • C#
SHARE:

Introducing C#11: List Pattern

2022-11-29 by anthonygiretti

Introduction With C# 11, it is possible to match an array or list that matches…

Read More
  • C#
SHARE:

Introducing C#11: Raw string literals

2022-11-29 by anthonygiretti

Introduction C# 11 brings new syntax for writing plain text. Instead of relying on string…

Read More
  • .NET
SHARE:

.NET: Learn LINQ as you never have before

2022-09-29 by anthonygiretti

Introduction Dear developer friends, I wanted to share with you a book that particularly amazed…

Read More
  • C#
SHARE:

Introducing C#11: Auto Default structs

2022-09-28 by anthonygiretti

Introduction C# 11 improves Structs compared to C# 10 (and earlier). Before C# 11, every…

Read More
  • ASP.NET Core
SHARE:

ASP.NET Core 6: Bring your custom compression provider in gRPC

2022-09-21 by anthonygiretti

Introduction The compression of data during their transport on the Internet or a network makes…

Read More
  • ASP.NET Core
SHARE:

ASP.NET Core 6: Handling gRPC exception correctly server side

2022-08-28 by anthonygiretti

Introduction What an interesting subject! When we develop applications, it is necessary to manage errors…

Read More
  • ASP.NET Core
SHARE:

ASP.NET Core 6: Here is the best way to pass a JWT in the headers of a gRPC client

2022-08-15 by anthonygiretti

Introduction Dear developers who love gRPC, I have something here that you might like. You’ve…

Read More
  • .NET
SHARE:

.NET 6: Enhance your gRPC client logs with a generic logging interceptor

2022-08-08 by anthonygiretti

Introduction As you might suspect, logging what is happening in your application is good practice….

Read More
    « Previous 1 … 3 4 5 6 7 … 21 Next »
  • Home
  • About me

Anthony Giretti's .NET blog

Ain't no mountain high enough