Skip to content

Commit

Permalink
Update Post.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leonkosak authored May 2, 2024
1 parent 9f022df commit 9e8b07f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Best Practices is part of [Microsoft ASP.NET Core Performance](https://learn.mic

* [Reduce memory allocations](https://learn.microsoft.com/en-us/dotnet/csharp/advanced-topics/performance/) wherever possible.

* [Discover StringBuilder](https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder) performance benefits
* [Discover StringBuilder](https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder) performance benefits.
[This article](https://www.meziantou.net/stringbuilder-performance-pitfalls.htm) shows performance benefits using StringBuilder.

* Build deployment packages in **Release** mode (and with additional optimization possibilities (AoT,...)).
Expand Down

0 comments on commit 9e8b07f

Please sign in to comment.