- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 51字
- 2021-07-08 09:39:01
Common classes of performance problems
Let's take a look at some common areas of performance problems and see whether they matter or not. We will also learn why we often miss these issues during development. We will look at programming language choice, latency, bandwidth, computation, and when you should consider performance.