Directly throw Exception as an Expression – Throw expressions in C# 7.0
In one of our previous post, Expression – Bodied Members in C# 7.0 , we have seen how C# 7.0…
In one of our previous post, Expression – Bodied Members in C# 7.0 , we have seen how C# 7.0…
Exception filters are not new. Its been there for a long time (at least for than a year) as it…
Write a C# code that count the occurrences of a word in a given sentence or string – yet another…
What is the difference between int.Parse() and int.TryParse() ? Or how the int.parse() is differ from int.TryParse() ? – yet…
This is one of my favorite question during interview as a part of .NET Framework fundamental, and I generally received very…
How to call base class constructor from derived class ? Another frequently asked question in interview for the beginners, and…
One of the frequent question that comes during the .NET interview is “What is the difference between string and String?”…
A delegate person is someone who represent an organization or set of people. In C# world a delegate is a reference type variable that…