Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion Projects/Phase08-EFCore/Phase08-EFCore.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,13 @@ ORM مخفف Object Reletional Mapping است که مترجم میان زبان
* [Delete Records in Entity Framework Core
](https://www.yogihosting.com/delete-records-entity-framework-core/)

</div>
### Unit-test
این لینک ها برای تست کلاس هایی که از دیتابیس استفاده می‌کنند مطالعه کنید
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

نیم فاصله و نقطه هم بذار😁

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

این لینک ها را برای
به جای
این لینک ها برای

* [Testing code that uses EF Core
](https://docs.microsoft.com/en-us/ef/core/testing/)
* [EF Core testing sample
](https://docs.microsoft.com/en-us/ef/core/testing/testing-sample)
* [Sharing databases between tests
](https://docs.microsoft.com/en-us/ef/core/testing/sharing-databases)

</div>