Why are there five tracing levels in
System.Diagnostics.TraceSwitcher?
Answer / mohan kumar e.
0 : Error
1 : Warning
2 : Message
3 : Information
4 : Vebros
Is This Answer Correct ? | 0 Yes | 0 No |
How string definitions will prevent escaping on backslashes in C#?
how to implement singelton in C# & its uses?
Can I use exceptions in c#?
Does c# have a 'throws' clause?
If a child class instance is created, which class constructor is called first - base class or child class?
Can we define a variable with the access modifier private in an interface?
What does the parameter Initial Catalog define inside Connection String?
What is parsing? How to parse a date time string?
Why is it a bad idea to throw your own exceptions?
What is Bubble Event ?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is difference between .net and c#?