From 3f97475a2b477712127a44bf2c124c81a8e881a1 Mon Sep 17 00:00:00 2001 From: Abhilash Panicker Date: Tue, 6 Dec 2022 14:22:43 +0530 Subject: [PATCH] Add content for ORM (#3060) * Update readme.md * Update content/roadmaps/116-aspnet-core/content/104-orm/readme.md * Update content/roadmaps/116-aspnet-core/content/104-orm/readme.md Co-authored-by: Kamran Ahmed --- content/roadmaps/116-aspnet-core/content/104-orm/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/116-aspnet-core/content/104-orm/readme.md b/content/roadmaps/116-aspnet-core/content/104-orm/readme.md index de9a0a7df..3690c745f 100644 --- a/content/roadmaps/116-aspnet-core/content/104-orm/readme.md +++ b/content/roadmaps/116-aspnet-core/content/104-orm/readme.md @@ -1 +1,5 @@ -# Orm \ No newline at end of file +# ORM + +ORM stands for Object-Relational Mapping, and it is a technique that allows a developer to work with a database using objects. It is a way of abstracting the database so that the developer can think in terms of objects, rather than tables and SQL queries. This can make it easier to write and maintain code, as well as improve the performance of the application. + +ORM (Object Relational Mapping)