Click here to Skip to main content
15,886,019 members

Comments by Ben Daniel (Top 1 by date)

Ben Daniel 7-Apr-13 0:17am View    
Reason for my vote of 3 \n Not bad, good documentation. I would have rated 5 stars if your code:
1. Didn’t contain unnecessary private fields
2. Used using statements in place of manual clean up
3. Didn’t catch the exceptions
4. Conformed to C# naming conventions, specifically TitleCase instead of camelCase for method names. This is C# not Java

But keep up the good work.