Tips:
- FunctionNamesShouldLookLikeThis();
- Namespaces should follow this naming: CompanyOrAuthor.ApplicationName.Etc
- Don't use switch to check one value.
- Using String.Empty instead of "" saves memory.

Other than that good job .
Hyperz Reviewed by Hyperz on . My Work in C# Well iv'e started working on some tools to help me manage computers easier at work and heres my code so far, im showing you so that you can become better What this script does is search local area networks for host-names filtered down by an id that is in each computer on our corporate network! This is not completed but thought I would share /*use all System here*/ using System; using System.Text.RegularExpressions; Rating: 5