Skip to content

Commit dc66f3b

Browse files
committed
edits
1 parent 30212b6 commit dc66f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/profiling/optimize-code-using-profiling-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Our goal is to equip developers with the knowledge to:
2727

2828
By the end of this guide, readers should be able to apply these techniques to their own projects, leading to more efficient and cost-effective applications.
2929

30-
## Summary
30+
## Optimization case study
3131

3232
The sample application discussed in this case study is a .NET application designed to run queries against a database of blogs and associated blog posts. It utilizes the Entity Framework, a popular ORM (Object-Relational Mapping) for .NET, to interact with a SQLite local database. The application is structured to execute a large number of queries, simulating a real-world scenario where a .NET application might be required to handle extensive data retrieval tasks. The sample application is a modified version of the [Entity Framework sample](/ef/core/querying/).
3333

0 commit comments

Comments
 (0)