Introduction To Windows Programming: C# Review Sumarry
Introduction To Windows Programming: C# Review Sumarry
Prepared By: Mohamed Faqi Abdulle, Mohamed Ali Ahmed & Ilyas Abdi Ahmed
C# REVIEW SUMARRY
Prepared By: Mohamed Faqi Abdulle, Mohamed Ali Ahmed & Ilyas Abdi Ahmed
C# REVIEW SUMARRY
Prepared By: Mohamed Faqi Abdulle, Mohamed Ali Ahmed & Ilyas Abdi Ahmed
C# REVIEW SUMARRY
Operator Meaning
Prepared By: Mohamed Faqi Abdulle, Mohamed Ali Ahmed & Ilyas Abdi Ahmed
C# REVIEW SUMARRY
= Equal to
Prepared By: Mohamed Faqi Abdulle, Mohamed Ali Ahmed & Ilyas Abdi Ahmed
C# REVIEW SUMARRY
Prepared By: Mohamed Faqi Abdulle, Mohamed Ali Ahmed & Ilyas Abdi Ahmed
C# REVIEW SUMARRY
Prepared By: Mohamed Faqi Abdulle, Mohamed Ali Ahmed & Ilyas Abdi Ahmed
C# REVIEW SUMARRY
Namespaces Description
It contains the common classes for
connecting, fetching data from database.
System.Data
Classes are like as DataTable, DataSet,
DataView etc.
Contains the classes that are used to
connect to a Microsoft SQL Server
System.Data.SqlClient
database such as SqlCommand,
SqlConnection, SqlDataAdapter.
Contains classes required to connect to
System.Data.Odbc most ODBC drivers. These classes include
OdbcCommand, OdbcConnection.
Contains classes such as
System.Data.OracleClient OracleConnection, OracleCommand
required to connect to an Oracle database.
It contains classes for connecting, fetching
data from any database(like msaccess, db2,
System.Data.OleDb oracle, sqlserver, mysql). Classes are like
as OleDbDataAdapter, OleDbDataReader
etc.
Prepared By: Mohamed Faqi Abdulle, Mohamed Ali Ahmed & Ilyas Abdi Ahmed
C# REVIEW SUMARRY
DataSet DataReader
THE END!
Prepared By: Mohamed Faqi Abdulle, Mohamed Ali Ahmed & Ilyas Abdi Ahmed