Three Tier Example 1
-
02 December 2009
Framework: 3.5
Web Application
This sample project demonstrates how to develop a simple three tiered application. Included is a sql server mdf database.
Table Adapter Example
-
01 December 2009
Framework: 3.5
Web Application
This project demonstrates how to use a DataSet and Table Adapters. A sample database is included.
MySql Admin Application
-
17 January 2009
Framework: 3.5
Windows Application
This application is a MySql interface. You can view table schemas and the data in the table. You can aslo select different databases from a treeview control. There is also a insert functionality. This project is incomplete but the main functionalities are implemented. You can use this project as a simple example.
Save Image To Database
-
28 July 2008
Framework: 3.5
Windows Application
This very simple console application demonstrates how to save an image into a database as binary.
Simple ShoutBox Application
-
01 July 2008
Framework: 3.5
Web Application
This is a simple shoutbox application developed in C#. It uses an MS Access database to store the messages. All messages are shown in a scrollable div.
Migrate Date From SQL Server To MySQL
-
30 April 2008
Framework: 2.0
Windows Application
This simple utility demonstrates how to transfer data from a SQL Server database to a MySQL server database. You need to change the server connection settings for both the server class's and build your SQL insert statement.
Connect To MySql Using Connector/Net
-
21 September 2007
Framework: 2.0
Windows Application
This program connects to a MySql database on the localhost using Connector/Net which is a fully-managed ADO.NET driver written in 100% pure C#. This example uses a MySqlDataReader object to fetch the table rows from the database.
MS Access Example
-
16 September 2007
Framework: 2.0
Windows Application
This simple program shows how to get connected to a MS Access database with very little code.
Oracle XE HR Management Application
-
03 September 2007
Framework: 2.0
Windows Application
This is a sample Oracle XE application, which demonstrates how to use Oracle XE using the ODP.Net. This is a full GUI application with many features such as add, edit view.
Oracle XE Simple Example
-
03 September 2007
Framework: 2.0
Windows Application
This is a very simple console application which demonstrates how to use the ODP.Net.
1