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# 9: Native-sized integers

2020-08-19 by anthonygiretti

Introduction What are native-sized integers ? They are designed to be an integer which size…

Read More
  • C#
SHARE:

Introducing C# 9: Extending Partial Methods

2020-08-10 by anthonygiretti

Introduction C# 8 (and above) has some restrictions regarding partial methods. For example : Partial…

Read More
  • ASP.NET Core
SHARE:

Exposing proto files in a gRPC service over a frameworkless and lightweight API

2020-07-06 by anthonygiretti

Introduction A few days ago I introduced the notion of nano service in ASP.NET Core…

Read More
  • ASP.NET Core
SHARE:

Nano services with ASP.NET Core or how to build a light API

2020-06-29 by anthonygiretti

Introduction This post might seem bizzare at first. In fact the idea of writing this…

Read More
  • C#
SHARE:

Introducing C# 9: Improved pattern matching

2020-06-23 by anthonygiretti

Introduction Pattern matching has been introduced in C# 6 and has well evolved since. The…

Read More
  • C#
SHARE:

Introducing C# 9: Improved target typing

2020-06-21 by anthonygiretti

Introduction C# 9 brings a better target typing: “In C# 9.0 some expressions that weren’t…

Read More
  • C#
SHARE:

Introducing C# 9: Top-level programs

2020-06-21 by anthonygiretti

Introduction C# 9 introduces a super fun feature: Top-level programs. What’s a Top-level program ?…

Read More
  • C#
SHARE:

Introducing C# 9: Questions & answers about Records

2020-06-19 by anthonygiretti

Introduction You have been many to ask me questions about the records in C# 9…

Read More
  • C#
SHARE:

Introducing C# 9: Records

2020-06-17 by anthonygiretti

Introduction C# 9 introduces Init-only properties that allow to make individual properties immutable. C# 9…

Read More
  • C#
SHARE:

Introducing C# 9: Init only properties

2020-06-16 by anthonygiretti

Introduction .NET 5 brings a new version of the C# language: C# 9. In this…

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

Anthony Giretti's .NET blog

Ain't no mountain high enough