Wednesday, January 21, 2009

Generics Review

I have had some practical experience with generics. Here is a nice explanation, from ondotnet.com, of the problem generics solves. I particularly like this summary statement, "Generics thus allow you to create type-safe collections without having to duplicate code. "

Tuesday, January 13, 2009

How to find Windows uptime?

From MS Help and Support

1. Go to "Start" -> "Run".

2. Write "CMD" and press on "Enter" key.

3. Write the command "net statistics server" and press on "Enter" key.

4. The line that start with "Statistics since …" provides the time that the server was up from.

  • The command "net stats srv" can be use instead.