#csharp
Read more stories on Hashnode
Articles with this tag
Updated: Feb 2025 Key points about async awaits There are two relevant use cases for async awaits I/O-bound: when you are waiting for something,...
Learnings from this article: https://enterprisecraftsmanship.com/2016/01/11/entity-vs-value-object-the-ultimate-list-of-differences/ Definitions Value...
There are multiple ways to declare a property. Here are different ways, which vary the access level of the setter, from the most protected to the most...