|
When changes are made to the code in an application, the way to be able to view
how those changes have changed the way of execution is Break
Mode.............
The applications consist of various activities which need to be performed
during the execution................
Using Breakpoints you can break or pause the execution of an application at a
certain point................
Debug Class (System.Diagnostics)
It provides a set of methods and properties that help debug your code. This
class cannot be inherited.................
Trace switches are used to enable, disable and filter the tracing
output................
Switches are configured using the .config file.
Trace switches can be configured in an application and the trace output can be
enabled or disabled..............
Also read
Here you can learn about break mode, options to step through code in .Net, Debug
Vs Trace in .Net, trace class, listeners collection of Trace and Debug objects
and Trace Switches.
Here you have details about session state, its modes and advantages and
disadvantages of using session state management in ASP.NET.
This article describes state management in ASP.NET. It explains client-side
state management and server-side state management.
DataSet object can contain multiple rowsets from the same data source as well as
from the relationships between them.......
CommandBuilder builds “Parameter” objects automatically.........
|