Define the term tracing
Define the term tracing? And also explain that where it can be used?
Expert
Tracing displays details regarding the code that was executed. This refers to collecting information about application when it is running. The tracing information could help us to troubleshoot the application. This enables us to record information in a variety of log files about errors which might occur during run time. We can examine the log files to find cause of the errors.
In .NET, we have objects known as Trace Listeners. The listener is the object which gets a trace output and stores it to different places, like a file on your locale drive, the window, or a SQL Server.
System.Diagnostics namespace contains a classes,predefined interfaces, and structures which are used for the tracing. It provides two classes Debug and Trace that allows us to write errors and logs associated to application execution. Trace listeners are the objects which collect the output of the tracing processes.
Describe managed extensibility framework?
Specify the tools which can be used to develop the .NET applications?
In what way we can auto size the button to fit the text?
List the difference between points, pixels, and em's at the time when fonts are displayed?
Describe the role of the JIT compiler in .NET Framework?
Explain the benefits of using the ADO.NET in .NET 4.0?
In what way we can deploy the ASP.NET Web application?
Why XMLHttpRequest object is used in the AJAX?
Illustrate the terms Persistent cookie as well as Session cookie?
Explain two properties of GridView control which specifies to turn on paging and sorting.
18,76,764
1932180 Asked
3,689
Active Tutors
1429191
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!