You are working on a global application with lots of users. Design this Application in a such way which give information like how many user logons per second.

What should you do?

 Posted by Rajkatie on 8/31/2013 | Category: .NET Framework Interview questions | Views: 4387 | Points: 40
Select from following answers:
  1. Implement a performance counter
  2. Add a TraceSource and write each logon to a text file.
  3. Use the EventLog class to write an event to the event log for each logon
  4. All Above

Show Correct Answer


Source: microsoft book (c#) | | Alert Moderator 

Comments or Responses

Login to post response