Always Developing

always learning | always growing | always paging (21)

Performing a ping programmatically

C# has a Ping class which enables Ping operations programmatically


Read more...


nameof enhancement in C# 11

A look into C# 11 enhancement to the nameof expression


Read more...


Dispose vs Exception handling

Exploring the sequence of event when using a disposable class inside a try-catch block


Read more...


.NET 7 Rate limiting

An introduction into rate limiting coming with .NET 7


Read more...


Entity Framework: IQueryable vs IEnumerable

How different collection types impact Entity Framework queries


Read more...