It is short for 'Object Relational Mapping' which allow us to manipulate and query data from database using object paradigm. ORM generates objects which virtually maps to our tables in the Database. So, as a programmer, you can use these objects to interact with Database. In essence, ORM relieves programmer from writing optimized SQL code, as ORM packages takes care of it
Shweta LodhaPosted Feb 1, 2014, 6:52 AM
Avinash AherPosted Feb 1, 2014, 6:28 AM
This is a Microsoft Technology Framework for DOT.NET Framework.
This is actually work/Map with our Conceptual Entities with actual Database Entities.
It Generates Business Objects and Entities according to the Database tables.