Exercises
Expanding on the code you wrote in Listing 7.5, look up the EventLogTraceListener class in the .NET Framework SDK and add a custom listener to the application that writes the debug information to the event log as well as the text file.
Create a new ASP.NET application with a CommandButton and a TextBox. In the code-behind for the Button1_Click event, add a string variable named strTest and an integer variable named intTest. Set a breakpoint on the Page_Load event for WebForm1 and use the Me debugging window and the Immediate debugging window to evaluate the variable values on the form. Change the breakpoint properties to enter break mode when the value of strTest is equal to "Test Break Mode". While in break mode, change the value of ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access