Sanjay Irnai
What is ORM?
Posted by Sanjay Irnai in .Net | ASP.NET on Nov 05, 2012
  • 0
  • 3
  • 775
Do you know the answer for this question? Post it below.
Guest
Posted by Yogesh Sharma on Nov 09, 2012
  • 3

Object-relational mapping (ORM) ORM is a mechanism that makes it possible to address, access and manipulate objects without having to consider how those objects relate to their data sources. ORM lets programmers maintain a consistent view of objects over time, even as the sources that deliver them, the sinks that receive them and the applications that access them change. Through abstraction, ORM manages the mapping details between a set of objects and underlying relational databases, XML repositories or other data sources and sinks, while simultaneously hiding the often changing details of related interfaces from developers .

Posted by dinesh maurya on Nov 16, 2012
  • 0

Object-relational mapping (redirect from O-RM) Object-relational mapping (ORM, O/RM, and O/R mapping) in computer software is a programming technique for converting data between ...

Posted by dinesh maurya on Nov 16, 2012
  • 0

Object-relational mapping (redirect from O-RM) Object-relational mapping (ORM, O/RM, and O/R mapping) in computer software is a programming technique for converting data between ...

Related Questions


Join a Chapter
SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
Get Career Advice from Experts
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | ABOUT US | REPORT ABUSE
2013© C# Corner. All contents are copyright of their authors.