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 |
Where do we use serialization in c#?
directcast(123.34,integer) - should it throw an error? Why or why not?
What is the difference between TypeOf and GetType?
Are constructors inherited c#?
Can an Assembly have multiple versions
Why do we use parameters in c#?
how to implement a web service in .net
Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
Is c# slower than java?
Can you access a hidden base class method in the derived class?
How do you name a variable in c#?
What?s class SortedList underneath?