C#
IEnumerable vs List in C#: The Differences
IEnumerable vs List in C#: Understanding the Basics When working with collections in C#, it’s essential to know the difference between different types of collections… Read More »IEnumerable vs List in C#: The Differences
How to use LINQ in C# for lists
LINQ in C#: How to use LINQ in C# for list. Create, filter, sort, and group. LINQ, which stands for Language Integrated Query, is a… Read More »How to use LINQ in C# for lists
IEnumerable vs IQueryable a High Level Comparison
In this short article, we will take a look at IEnumerable vs IQueryable to understand the essential key differences. IEnumerable and IQueryable are both interface… Read More »IEnumerable vs IQueryable a High Level Comparison
Learning C# by Doing Tiny Projects
Learning C# by Doing Tiny Projects. With Tiny C# Projects by Denis Panjuta and Jafar Jabbarzadeh. Tiny C# Projects: learn with practical, real-world examples If… Read More »Learning C# by Doing Tiny Projects
SQL C#
In this article you will learn how to use SQL in C#. You can use sql in c# by using the System.Data.SqlClient namespace. This namespace… Read More »SQL C#
C# Main method
When you start learning C#, the first thing you will come across is the static void Main method. This method is used to define the… Read More »C# Main method
C# Console WriteLine
Introduction The Console.WriteLine method in c# is a very useful method that allows you to write text to the console. This can be very helpful… Read More »C# Console WriteLine
C# Unit Testing Tutorial For Beginners
Let’s start with our C# Unit Testing tutorial for beginners which leads developers to guide software development by tests. TDD improves software design, code quality,… Read More »C# Unit Testing Tutorial For Beginners
Whole Tomato’s Visual Assist Plugin for Visual Studio
Hello and welcome to a new C# tutorial, lets’s take a look at an amazing Visual Assist for Visual Studio C#! This is going to… Read More »Whole Tomato’s Visual Assist Plugin for Visual Studio