Performing a ping programmatically
C# has a Ping class which enables Ping operations programmatically
nameof enhancement in C# 11
A look into C# 11 enhancement to the nameof expression
Dispose vs Exception handling
Exploring the sequence of event when using a disposable class inside a try-catch block
Entity Framework: IQueryable vs IEnumerable
How different collection types impact Entity Framework queries