#csharp
Read more stories on Hashnode
Articles with this tag
Minimal API is a feature introduced in .NET 6 that simplifies the process of building APIs. This feature is designed to help developers write less...
Unit testing is a software testing technique that involves testing individual units of source code to ensure that they work as expected. Unit tests...
Tightly coupled code is a common issue in software development, where modules or components are so dependent on each other such that a change in one...
Since the introduction of async/await in C# 5 (2012), new developers still struggle to understand how it works and when to use it. I have conducted...
When records were introduced in C# 9, it reminded me of Pascal's records. Pascal was the first language I programmed in. Despite the existence of VB,...
I was thinking of what I should write as my first post and struggled to narrow down on a subject that will be interesting to me and, hopefully, others...