Essays about: "Object Relational Mapping"

Showing result 1 - 5 of 13 essays containing the words Object Relational Mapping.

  1. 1. An evaluation of .NET Object-Relational Mappers in relational databases : Entity Framework core and Dapper

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Maximilian Myllyaho Forsberg; [2022]
    Keywords : ;

    Abstract : Object-Relational Mapping (ORM) is a method intended to counter the incompatibilities between Object-Oriented programming languages and relational databases. As of today ORM goes further then solving these incompatibilities and often provides a lot of features like tracking and caching data. READ MORE

  2. 2. Are ORMs the end of stored procedures?

    University essay from Linnéuniversitetet/Institutionen för datavetenskap (DV)

    Author : Hatem Houssein; [2017]
    Keywords : ORM; RDBMS; NHibernate; Entity Framework; Querying Performance; Microsoft SQL Server;

    Abstract : Stored procedures are used as the current database logic for SAAB’s data model of the fighter aircraft JAS-39 Gripen electrical schemas. Since the database model was developed in 2000, a research and tests needed to be carried out to decide on whether updating the database to today's technology is applicable. READ MORE

  3. 3. Optimizing Ruby on Rails for performance and scalability

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Kim Persson; [2016]
    Keywords : ;

    Abstract : Web applications are becoming more and more popular as the boundaries of what can be done in a browser are pushed forward. Ruby on Rails is a very popular web application framework for the Ruby programming language. READ MORE

  4. 4. Comparison of performance between Raw SQL and Eloquent ORM in Laravel

    University essay from Blekinge Tekniska Högskola

    Author : Ishaq Jound; Hamed Halimi; [2016]
    Keywords : ORM; Object Relational Mapping; SQL; Database; Relational database;

    Abstract : Context. PHP framework Laravel offers three techniques to interact with databases, Eloquent ORM, Query builder and Raw SQL. It is important to select the right database technique when developing a web application because there are pros and cons with each approach.  Objectives. READ MORE

  5. 5. Code Generation in Java : A modular approach for better cohesion

    University essay from Högskolan i Skövde/Institutionen för informationsteknologi

    Author : Emil Forslund; [2015]
    Keywords : Java; Design; Quality; Model; View; Controller; MVC; Coupling; Cohesion; Maintainability; Reusability; Testability; Modularization; Automated Programming; Object Relational Mapping; Metrics; Code; Generation; ORM;

    Abstract :  This project examines how the quality of a code generator used in an Object-Relational Mapping (ORM) framework can be improved in terms of maintainability, testability and reusability by changing the design from a top-down perspective to a bottom up. The resulting generator is tested in a case study to verify that the new design is more cohesive and less coupled than an existing code generator. READ MORE