PDA

View Full Version : What is the use of ORM?



tctsinc8
09-06-2016, 06:28 AM
Hello Friends,

Please suggest me..

What is the use of ORM?

sanjalisharma89
09-06-2016, 08:27 AM
An ORM (Object-Relational Mapping) is a tool that lets you query and manipulate data from a database using an object paradigm.

kasif
09-06-2016, 10:25 AM
The most important reason to use an ORM is so that you can have a rich, object oriented business model and still be able to store it and write effective queries quickly against a relational database.

elenajayden
09-07-2016, 04:21 AM
This is not a benefit of an ORM. Many people use ORM interfaces inexpertly, so when the database structure changes.

alpa
09-07-2016, 08:57 AM
ORM tools provide a host of services thereby allowing developers to focus on the business logic of the application.

RH-Calvin
09-08-2016, 02:33 AM
Online reputation management (ORM) is about improving or restoring your name or your brand's good standing. This is by countering, weakening or eliminating the negative material found in the Internet – defeating it with more positive material to improving your credibility and customers' trust in you.

yuvatha
09-08-2016, 07:16 AM
ORM (Online reputation management) is used to manage one's online reputation. What people talk about you or your company online is your reputation. What they talk about as in what content is available about you online, whether it be search engine or social media.

Are there any negative links in search engine, links that can have a bad impact on your company, which can harm you. Now, this is you online reputation. Now what its management is?

There are many ORM companies who perform this work for you. They clean or lets say manage your negative links like bad reviews, bad information or may be fake information which can harm you.

ORM is necessary, because there is a lot of information about your company online. Information that you might not want to be available on internet.
Today, not only branding but ORM also plays a vital role as a part of branding. Is your branding good or bad?

ahana2607
09-08-2016, 07:17 AM
ORM helps to remove negative results of your website. It stands for Online Reputation Management.

bidaddy
05-08-2017, 12:32 PM
An ORM uses this mapping information to manage the process of converting data between its database and object forms, and generating the SQL for a relational database to insert, update, and delete data in response to changes the application makes to data objects

Sherin
11-30-2020, 02:26 AM
ORM stands for Object-Relational Mapping (ORM) is a programming technique for converting data between relational databases and object oriented programming languages such as Java, C#, etc. Let's business code access objects rather than DB tables. Hides details of SQL queries from OO logic.

jesica
12-04-2020, 06:30 AM
Object-relational-mapping is the idea of being able to write queries like the one above, as well as much more complicated ones, using the object-oriented paradigm of your preferred programming language.

dombowkett
12-09-2020, 07:56 PM
ORM is best way to increase your positive business branding online.

mikecowell
12-30-2020, 06:39 AM
Object-relational mapping (ORM, O/RM, and O/R mapping tool) in computer science is a programming technique for converting data between incompatible type systems using object-oriented programming languages. This creates, in effect, a "virtual object database" that can be used from within the programming language