Rstou wanting to connect a simple C # application to a Postgresql database, what I would like to know is if the procedure is similar to Java, in which I have to create a connection class, a class with the get's and set's of entities to manipulate the data?
I saw in Visual Studio that it has a Connect to Database option and I figured Visual Studio was already automated in this regard.