How to compare strings in C# for equality
C# interview questions
How to compare strings in C# for equality
16:07
C#'s NaN Explained
C# interview questions
C#'s NaN Explained
8:38
What is the difference between out and ref parameters
C# interview questions
What is the difference between out and ref parameters
8:51
Common mistakes when handling exceptions in C#
C# interview questions
Common mistakes when handling exceptions in C#
16:43
Parallel For vs Parallel ForEach in C#
C# interview questions
Parallel For vs Parallel ForEach in C#
5:59
Concurrent Collections in C#: Understanding Race Conditions and Deadlocks
C# interview questions
Concurrent Collections in C#: Understanding Race Conditions and Deadlocks
19:42
Jagged Arrays vs  Multidimensional Arrays in C#
C# interview questions
Jagged Arrays vs Multidimensional Arrays in C#
10:38
What is a LinkedList in C#
C# interview questions
What is a LinkedList in C#
11:29
Collection was modified; enumeration operation may not execute.
C# interview questions
Collection was modified; enumeration operation may not execute.
11:45
What are indexers in C#?
C# interview questions
What are indexers in C#?
21:23
What is HashSet in C#?
C# interview questions
What is HashSet in C#?
18:05
How to calculate the difference between two dates in C#?
C# interview questions
How to calculate the difference between two dates in C#?
9:06
What is the volatile modifier in C#?
C# interview questions
What is the volatile modifier in C#?
10:11
What are anonymous types in C#
C# interview questions
What are anonymous types in C#
14:20
Why use var in c#?
C# interview questions
Why use var in c#?
8:00
What is operator overloading in C#?
C# interview questions
What is operator overloading in C#?
17:52
How to Pass or Access Command line Arguments in C#
C# interview questions
How to Pass or Access Command line Arguments in C#
14:30
How to Loop Through an Enum in C#
C# interview questions
How to Loop Through an Enum in C#
11:29
String vs string in C#
C# interview questions
String vs string in C#
3:46
Double vs Decimal in C#. Which one should I use and when?
C# interview questions
Double vs Decimal in C#. Which one should I use and when?
8:55
What is StringBuilder in C#?
C# interview questions
What is StringBuilder in C#?
16:03
What is LINQ in C#?
C# interview questions
What is LINQ in C#?
17:29
What are tuples in C#?
C# interview questions
What are tuples in C#?
8:27
Randomize a List in C#
C# interview questions
Randomize a List in C#
10:28
What are generics in c#?
C# interview questions
What are generics in c#?
14:19
What is the difference between method overriding and method overloading in C#?
C# interview questions
What is the difference between method overriding and method overloading in C#?
14:43
How do I encrypt and decrypt a string in C#
C# interview questions
How do I encrypt and decrypt a string in C#
10:04
What is a NullReferenceException and how do I fix it?
C# interview questions
What is a NullReferenceException and how do I fix it?
17:05
Shallow Copy and Deep Copy in C#
C# interview questions
Shallow Copy and Deep Copy in C#
11:32
What is a deadlock in C#
C# interview questions
What is a deadlock in C#
10:09
What are memory leaks in C#
C# interview questions
What are memory leaks in C#
11:28
What is an assembly in C#
C# interview questions
What is an assembly in C#
4:21
What is a Record in C#
C# interview questions
What is a Record in C#
6:29
What is the difference between is and as operators in C#?
C# interview questions
What is the difference between is and as operators in C#?
9:10
What are the differences between .NET Framework, .NET Core, and .NET 7,.NET 8,.NET 9?
C# interview questions
What are the differences between .NET Framework, .NET Core, and .NET 7,.NET 8,.NET 9?
3:40
What is the difference between a virtual method and an abstract method in C#?
C# interview questions
What is the difference between a virtual method and an abstract method in C#?
6:23
What is a delegate in C#
C# interview questions
What is a delegate in C#
5:23
What is the garbage collector, and how does it work in C#?
C# interview questions
What is the garbage collector, and how does it work in C#?
6:50
What is the difference between early binding and late binding in C#
C# interview questions
What is the difference between early binding and late binding in C#
14:38
What is the difference between a sealed class and a static class in C#?
C# interview questions
What is the difference between a sealed class and a static class in C#?
6:36
What is the Singleton Design Pattern in C#?
C# interview questions
What is the Singleton Design Pattern in C#?
4:30
What is the difference between managed and unmanaged code in C#?
C# interview questions
What is the difference between managed and unmanaged code in C#?
7:06
What is the IDisposable interface and how is it used in C#?
C# interview questions
What is the IDisposable interface and how is it used in C#?
4:04
What is the difference between a shallow copy and a deep copy in C#?
C# interview questions
What is the difference between a shallow copy and a deep copy in C#?
4:28
What is the difference between string and StringBuilder in C#?
C# interview questions
What is the difference between string and StringBuilder in C#?
4:36
What is the ThreadPool in C#?
C# interview questions
What is the ThreadPool in C#?
3:27
What is the async and await pattern in C#?
C# interview questions
What is the async and await pattern in C#?
9:10
What is the difference between Task and Thread in C#?
C# interview questions
What is the difference between Task and Thread in C#?
9:24
Tuples in C# explained in 7 minutes
C# interview questions
Tuples in C# explained in 7 minutes
6:59
The difference between IEnumerable and IQueryable in C#?
C# interview questions
The difference between IEnumerable and IQueryable in C#?
4:08
Custom exceptions in C# explained in under 5 minutes, with code examples
C# interview questions
Custom exceptions in C# explained in under 5 minutes, with code examples
4:11
Partial classes in C#  explained in under 3 minutes
C# interview questions
Partial classes in C# explained in under 3 minutes
2:50
Namespaces in C# explained in under 5 minutes
C# interview questions
Namespaces in C# explained in under 5 minutes
4:41
Casting types in C# in under 4 minutes
C# interview questions
Casting types in C# in under 4 minutes
3:14
Expression trees in C# in under 3 minutes
C# interview questions
Expression trees in C# in under 3 minutes
2:28
Lambda expressions in C# in 2 minutes
C# interview questions
Lambda expressions in C# in 2 minutes
2:03
Extensions methods in C# explained in 3 minutes
C# interview questions
Extensions methods in C# explained in 3 minutes
2:57
What is the difference between value types and reference types in C#?
C# interview questions
What is the difference between value types and reference types in C#?
3:48
Nullable types in C# explained in 3 minutes
C# interview questions
Nullable types in C# explained in 3 minutes
3:06
Boxing and unboxing in C# explained in under 3 minutes
C# interview questions
Boxing and unboxing in C# explained in under 3 minutes
2:44
Break and continue statements in C# explained in under 4 minutes
C# interview questions
Break and continue statements in C# explained in under 4 minutes
3:26
Const and readonly in C# explained in under 4 minutes
C# interview questions
Const and readonly in C# explained in under 4 minutes
3:19
Ref and out parameters in C# explained in under 6 minutes
C# interview questions
Ref and out parameters in C# explained in under 6 minutes
5:46
Delegates in C# explained in under 4 minutes
C# interview questions
Delegates in C# explained in under 4 minutes
3:49
Anonymous methods in C# explained in under 4 minutes
C# interview questions
Anonymous methods in C# explained in under 4 minutes
3:38
Static methods and static classes in C# in 4 minutes
C# interview questions
Static methods and static classes in C# in 4 minutes
3:59
Method Overloading in C# and Method Overriding in C# explained in under 5 minutes
C# interview questions
Method Overloading in C# and Method Overriding in C# explained in under 5 minutes
4:11
What is the "this" keyword in C#? The "this" keyword explained in under 3 minutes.
C# interview questions
What is the "this" keyword in C#? The "this" keyword explained in under 3 minutes.
2:30
C# operators explained in under 5 minutes
C# interview questions
C# operators explained in under 5 minutes
4:52
Enums in C# explained in under 4 minutes
C# interview questions
Enums in C# explained in under 4 minutes
3:55
Arrays in C# explained in 2 minutes
C# interview questions
Arrays in C# explained in 2 minutes
2:10
Learn the Looping Statements in C# in less than 4 minutes
C# interview questions
Learn the Looping Statements in C# in less than 4 minutes
4:26
Conditional statements in C# in less than 3 minutes
C# interview questions
Conditional statements in C# in less than 3 minutes
2:30
The C# data types explained in under 4 minutes
C# interview questions
The C# data types explained in under 4 minutes
3:51
The Main method in C# explained in under 2 minutes
C# interview questions
The Main method in C# explained in under 2 minutes
2:15