Aliasger Jaffer
Aliasger Jaffer's Blog

Aliasger Jaffer's Blog

Follow
Series

.Net

In this series, I will post articles going over the C# language and other .NET related topics

Articles in this series

The ref keyword in C# with Reference and Value types

Jun 17, 20224 min read

The ref keyword in C# can be used when passing a variable that holds a Value or a Reference type to a function. In this article I want to show you how...

The ref keyword in C# with Reference and Value types
Boxing and Unboxing in C#
GraphQL in .NET Core - Part 1
GraphQL in .NET Core - Part 2