To run this example, you should do the following:
1) Install PostgreSQL on your machine;
2) Install Npgsql .Net Data Provider for PostgreSQL;
3) In your data base, create a table (named "table1") with two fields in it ("name" and "id"), and populate it with data;
4) In the project, locate the connection string and define the user name and password for the data base.