Select from following answers:- Implement a performance counter

- Add a TraceSource and write each logon to a text file.
- Use the EventLog class to write an event to the event log for each logon
- All Above
Performance counter will help the developer to see exactly what
happens every second.
Show Correct Answer
Source: microsoft book (c#) | |
Alert Moderator