Click here to Skip to main content
15,895,746 members
Articles / Programming Languages / SQL

Using PostgreSQL in your C# (.NET) application (An introduction)

Rate me:
Please Sign up or sign in to vote.
4.92/5 (80 votes)
15 Nov 2008BSD4 min read 775.1K   15.9K   112  
In this article, I would like to show you step by step how to use this fantastic database in your C# application.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostgreSQLTEst", "PostgreSQLTEst\PostgreSQLTEst.csproj", "{EDEDCC0F-C883-4EA6-95EB-A14057C9E545}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EDEDCC0F-C883-4EA6-95EB-A14057C9E545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EDEDCC0F-C883-4EA6-95EB-A14057C9E545}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EDEDCC0F-C883-4EA6-95EB-A14057C9E545}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EDEDCC0F-C883-4EA6-95EB-A14057C9E545}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Software Developer Agilion Consulting
Poland Poland
I specialize at C#, developing Enterprise solutions. I have some knowledge of ASP.NET MVC - looking forward to use it together with Typescript.

Comments and Discussions