Conventions
Whenever there is a bit of code to show you, it will look like this:C#
VB.NET
public class ThisIsAGreatClass
{
// lots of code here
}
Special points, sidebars, important notes, and other tangents will be separated from the rest of the text like this:
Public Class ThisIsAGreatClass
' lots of code here
End Class
This is something you should take into consideration. |