In-process object-oriented database design for .NET

  • Authors:
  • Yanhao Zhu;James Crouch;Mohammad H. N. Tabrizi

  • Affiliations:
  • East Carolina University, Greenville, NC;East Carolina University, Greenville, NC;East Carolina University, Greenville, NC

  • Venue:
  • Proceedings of the 6th conference on Information technology education
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we introduce the development of an in-process Object-Oriented Database (OODB) design for the .NET platform. Using an OODB design, one simple function call is needed to save, search, delete, or update .NET objects. Also little database setup is required, as opposed to defining the system's schema in relational database systems. In order to validate the efficiency of in-process OODB design, an experiment was conducted involving a relational database system. The results show that the in-process OODB design outperforms Microsoft SQL Server (running locally) for the queries based on the primary key fields.