News

Terminology and Definitions for Naming Conventions: Camel Case (camelCase): The first letter of the word is lower case and then each first letter of the part of the word is upper case; Pascal Case ...
All code should follow the Microsoft C# code style guide. Try to hard wrap the code at 80th's character. It helps to list the code on the website without scrollbars. The actual examples should be ...