#dotnet
Read more stories on Hashnode
Articles with this tag
What Is Span? Span is a ref struct in c# that can help you save a lot of memory allocation. Because span is ref struct it can be only allocated on the...
What is Benchmark.NET? Benchmark.NET helps you to transform methods into benchmarks, track their performance, and share reproducible measurement...
Why API Endpoints API Endpoints Is A Way Of Organizing Your Code In An API. In This Approach, You Will Create A Specific Endpoint Class Instead Of A...
Why Use GraphQL GraphQL is used to build APIs, It's like REST, But the reason why to use GraphQL instead of REST is that in GraphQL you can just give...
Prerequisites .NET 6 SDK Has To Be Installed Locally To Start Developing The Server. Docker Should Be Installed. If You Are Using Windows Or Mac...