Reference Information
- System Namespace.
Exception classes, Math, DateTime, String, Object, and many more.
- String class. (System.String)
- List class. (System.Collections.Generic.List)
- System.Windows.Forms Namespace.
Form, Label, TextBox, Button, ComboBox classes, and many more
(PrintDialog
, OpenFileDialog, SaveFileDialog, FontDialog),
and more, and more...
- System.Drawing Namespace.
Graphics class with DrawRectangle, FillRectangle, DrawEllipse, FillEllipse, etc.,
& Brush, Brushes, Pen, Pens.
- Dr. K's Database Tutorial
- System.Data
DataSet, DataTable, DataColumn, DataRow, CommandType, CommandBehavior
- System.Data.SqlClient
SqlConnection, SqlCommand (one SQL statement or stored procedure), SqlParameter, SqlDataAdapter, SqlDataReader
- SQL Server 2008 Transact-SQL Reference
|