Click here to Skip to main content
15,892,199 members
Articles / Programming Languages / C#

Getting Started With Object Databases

Rate me:
Please Sign up or sign in to vote.
3.92/5 (9 votes)
13 Jul 2006CPOL5 min read 44.5K   349   33  
A programmatic introduction to object database storage and a short comparison of ODBMS and RDBMS systems

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "oodb_gettingstarted", "oodb_gettingstarted\oodb_gettingstarted.csproj", "{A465016B-47E8-4FED-96DF-56FB89245154}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A465016B-47E8-4FED-96DF-56FB89245154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A465016B-47E8-4FED-96DF-56FB89245154}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A465016B-47E8-4FED-96DF-56FB89245154}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A465016B-47E8-4FED-96DF-56FB89245154}.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 Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Carlos J. Muentes is an accomplished software engineer with over 11 years of experience building object oriented Desktop and Web applications using various programming languages and technologies on a number of platforms, with a current focus on C#, Java, and Python. Mr. Muentes is a specialist in C# and .NET technologies, having satisfactorily completed Microsoft developer certification exams, achieving Microsoft Certified Professional status.

Carlos is also heavily involved in HIE and HL7/CDA implementations. With a passion for HIE, he hopes to help transform the world, one electronic patient record at a time.

Comments and Discussions