Download free course 25 Secrets for Faster ASP.NET Applications, pdf file on 38 pages by Red Gate.../images/
25 tips from the ASP.NET community for boosting performance in your web applications; Learn the secrets of your fellow developers and read advice from MVPs and other experts; Covers async/await, Web API, ORMs, interactions between your code and your database, and more...
Table of contents
- Want to build scalable websites and services? Work asynchronously
- Where are your custom performance counters?
- RavenDB
- Don't call AsEnumerable on a collection before using LINQ
- Never call .Wait() or .Result on a Task
- Throwing HttpResponseExceptions
- Web API tracing
- Message Handlers
- Database access
- When you're profiling, prefer accuracy to detail
- Make the most of connection pooling by closing SQLConnection as soon as possible
- OutputCache
- Use ConfigureAwait to avoid thread hopping, especially in library code
- Be careful of variable allocations
- How to stress test your public facing web application using the cloud (or without it)
- Using the keyword await doesn't make the work asynchronous
- Don't use async/await for short methods
- Turn off Change Tracking in Entity Framework
- Always use compiled queries in Entity Framework
- Diagnosing JavaScript memory leaks with Chrome Dev tools
- Monitoring memory consumption
Pages : | 38 |
Size : | 1.8 MB |
Downloads: | 100 |
Created: | 2022-01-31 |
License: | For personal or educational use |
Author(s): | Red Gate |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about 25 Secrets for Faster ASP.NET Applications
Download free course 50 Ways to Avoid Find and Fix ASP.NET Performance Issues, pdf file on 50 pages by Red Gate.
This document is a VB.NET training tutorial for beginners who wants to learn the dot net platform with Visual Basic ,it's a free courses in PDF under 243 pages for download.
The .NET Framework Notes for Professionals book is compiled from Stack Overflow Documentat..., download free .NET tutorial in PDF (192 pages) created by .
Download free course Application Security in .NET Succinctly, pdf file on 103 pages by by Stan Drapkin.
Download free course Using .NET Core, Docker, and Kubernetes Succinctly, pdf file on 91 pages by Michele Aponte.