#csharp
Read more stories on Hashnode
Articles with this tag
For folks starting out with little knowledge of Tuples in C# · Tuples are a very popular data structure in C#. It was first introduced in C# 4.0. Have...
Learn the basics of writing unit test for .NET REST APIs · In the last article we designed a REST API in .NET 5. The REST API was designed to perform...
LINQ stands for Language Integrated Query, it is a built-in language construct that was released as a major part of the .Net Framework 3.5 in 2007....
According to MSDN , Extension Methods enable you to add methods to existing types without creating a new derived type, recompiling, or otherwise...