Skip to content

Commit

Permalink
Add .NET Performance repo
Browse files Browse the repository at this point in the history
  • Loading branch information
milanm committed Feb 21, 2025
1 parent 4cc2b50 commit 2586b6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,8 @@ Along with tools, you should be aware of different performance best practices fo

- **Use Span<> instead of collections** (spans can represent a contiguous section of memory; this means we can use them to operate over arrays)

Check more about performances in the [Awesome .NET Performance](https://github.com/adamsitnik/awesome-dot-net-performance) repo.

### Security and Cryptography

Security plays an essential role in application development. The most critical aspects of security in the .NET world are:
Expand Down

0 comments on commit 2586b6b

Please sign in to comment.