Skip to content

Commit 3f97475

Browse files
Add content for ORM (kamranahmedse#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 <kamranahmed.se@gmail.com>
1 parent 7997a41 commit 3f97475

File tree

1 file changed

+5
-1
lines changed
  • content/roadmaps/116-aspnet-core/content/104-orm

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# Orm
1+
# ORM
2+
3+
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.
4+
5+
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.telerik.com/blogs/dotnet-basics-orm-object-relational-mapping'>ORM (Object Relational Mapping)</BadgeLink>

0 commit comments

Comments
 (0)