Why are there five tracing levels in
System.Diagnostics.TraceSwitcher?
Answer / swapna
The tracing dumps can be quite verbose. For applications
that are constantly running you run the risk of overloading
the machine and the hard drive.
Five levels range from None to Verbose, allowing you to
fine-tune the tracing activities.
| Is This Answer Correct ? | 2 Yes | 1 No |
What are actions in mvc?
Explain the new features added in version 4 of mvc (mvc4)?
What is the 'page life cycle' of an ASP.NET MVC?
What is edm in entity framework?
Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?
Is the lack of deterministic destruction in .NET a problem
How route table has been created in asp.net mvc?
Can we create .DLL file without using the namespace?
Does .NET Framework support SAX?
what is the use of final method
how to maintain the session state? what is Abstract class and interface and inheritence with example?
What are the ways to show data grid inside a data grid for a master details type of tables?