Sami Mejri
Simplified Software Engineering

Simplified Software Engineering

Follow
Follow
homeC# & .NetAWS CloudMiscDonatenewsletter
Tag

C#

#csharp

More content

Read more stories on Hashnode


Articles with this tag

Common C# LINQ Mistakes and How to Avoid Them

Jun 16, 20236 min read

How to write LINQ queries like a Pro · Introduction C# LINQ (Language Integrated Query) is a powerful tool that allows developers to query and manipulate...

Common C# LINQ Mistakes and How to Avoid Them

A Comprehensive Guide to C# Threads, Tasks, and Async/Await

May 19, 20234 min read

With Concrete Use Cases · Introduction When it comes to parallel programming in C#, there are multiple options available, but the most common ones are...

A Comprehensive Guide to C# Threads, Tasks, and Async/Await

Unlocking the Power of Code Generation with T4

May 3, 20237 min read

Why This Tool is Underrated · T4 Code generation is a Visual Studio tool developers can use to generate C# classes, SQL stored procedures and many other...

Unlocking the Power of Code Generation with T4

C# Nullable Reference Types

Apr 5, 20233 min read

Quick guide · How many times do you find yourself testing a C# code but you get NullReferenceException because you didn't instantiate an object correctly...

C# Nullable Reference Types

Understanding C# Async methods

Mar 4, 20235 min read

Async/Await explained · `Goal: explain what are async methods and how to properly use them (with code examples). Introduction C# Multithreading is an...

Understanding C# Async methods

C# Garbage Collector

Feb 1, 20236 min read

All you need to know · Goal: Provide the ultimate guide for C# memory management and garbage collection to improve your coding skills and interview...

C# Garbage Collector