what is the difference between the debug class and trace class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Can you declare a class or a struct as constant?

0 Answers  


What is indexers in C#

4 Answers   Bodhtree,


Why do we write system in c#?

0 Answers  


What does the keyword virtual mean in the method definition?

1 Answers  


What does assert() do in c#?

0 Answers  


Constructor to an arbitrary base constructor?

0 Answers  


What is the use of private constructor in c#?

0 Answers  


What?s a satellite assembly?

2 Answers  


What does exclamation mark mean in access query?

0 Answers  


What is virtual class in C#?

0 Answers   B-Ways TecnoSoft,


What is the difference between disposing of () and finalize() methods in c#?

0 Answers  


I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;

3 Answers  


Categories