#csharp
Read more stories on Hashnode
Articles with this tag
Using Projections - getting related data · In the previous post, we created a simple GraphQL endpoint to server countries to end users using the...
Expose an entity using HotChocolate · This article assumes that you know the basics of working with Entity Framework and that you have a sample...
In .NET, as with many other languages, we use Value types and Reference types. Value types are stored on the stack (if they are not contained inside a...
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...