#csharp
Read more stories on Hashnode
Articles with this tag
Pull requests. A way to have an insight on a new feature, discuss design decisions, and ensure codebase quality. If done with the proper attitude and...
C# is a programming language that provides certain syntactical features that we can use when designing members of our types. One of the probably...
In the last article on static classes in C#, I stated that I am not a big fan of extension methods. In this article, I will try to explain why that is...
C# is a powerful high-level programming language that has tons of features. One of those features is static classes. In this article, I will provide...