-
Explain how generics work in C#
-
Explain the concept of delegates in C#
-
How do interfaces work in C#?
-
What operators C# provides to deal with null values?
-
Explain the difference between const and readonly keywords in C#
-
How do arrays work in C#?
-
What are some of the important namespaces in C#? Provide a brief description of each
-
What is the purpose of the StringBuilder class in C#?
-
System.Reflection namespace in C#
-
Explain dependency injection in C#
-
How to check whether the given matrix is a Toeplitz matrix using C#?
-
How to search in a row wise and column wise increased matrix using C#?
-
How to search in a row wise increased matrix using C#?
-
How to find all unique triplets that adds up to sum Zero using C#?
-
How to find the shortest distance to a character in a given string using C#?
-
How to find the longest distance to a character in a given string using C#?
-
How to find the unique triplet that is close to the given target using C#?
-
How to find all the unique quadruplets that is close to zero using C#?
-
How to find the quadruplet that is close to target using C#?
-
How to generate pascals triangle for the given number using C#?