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)