Maximizing.ASP.dot.NET.Real.World.ObjectOriented.Development [Electronic resources]

Jeffrey Putz

نسخه متنی -صفحه : 146/ 9
نمايش فراداده

Conventions

Whenever there is a bit of code to show you, it will look like this:

C#

public class ThisIsAGreatClass
{
// lots of code here
}

VB.NET

Public Class ThisIsAGreatClass
' lots of code here
End Class

Special points, sidebars, important notes, and other tangents will be separated from the rest of the text like this:

This is something you should take into consideration.