25 Secrets for Faster ASP.NET Applications

Download free course 25 Secrets for Faster ASP.NET Applications, pdf file on 38 pages by Red Gate.../images/

Read the tips and tricks recommended by some of the smartest minds in the ASP.NET community.

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
File type : PDF
Downloads: 96
Created: 2022-01-31
License: For personal or educational use
Author(s): Red Gate
25 Secrets for Faster ASP.NET Applications

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others .NET Tutorials

VB.NET Quick Guide

Exploring .NET Core with Microservices, ASP.NET Core, and Entity Framework Core

.NET Framework Notes for Professionals

.NET Microservices

50 Ways to Avoid Find and Fix ASP.NET Performance Issues

Others related eBooks about 25 Secrets for Faster ASP.NET Applications

JavaScript for impatient programmers

Download free course JavaScript for impatient programmers, pdf file on 526 pages by Axel Rauschmayer....

Modern Perl

Modern Perl is one way to describe how experienced and effective Perl 5 programmers work. They use language idioms. They take advantage of the CPAN. They're recognizably Perlish, and they show good taste and craftsmanship and a full understanding of Perl. ...

Programming Persistent Memory

Download free course Programming Persistent Memory, pdf file on 438 pages by Steve Scargall....

Learning C Language eBook in PDF

This is a free and comprehensive tutorial on C language,whether you are an experienced programmer or not, this tutorial is intended for all those who wish to learn the programming language C. Document in PDF on 465 pages created by StackOverFlow....

C# Notes for Professionals

The C# Notes for Professionals book is compiled from Stack Overflow Documentation. Text content is released under , the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA. See credits at the end of this book whom contributed to the var...

Free Algorithms eBook

Download free Algorithm tutorial course in PDF, training file in 65 chapters and 327 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

How To Code in Go

This book is designed to introduce you to writing programs with the Go programming languag..., download free Go tutorial in PDF (447 pages) created by Cory LaNou ....

Reverse Engineering for Beginners

Download free ebook about Reverse Engineering for Beginners. A PDF tutorial on 942 pages by Dennis Yurichev....

Advanced Android Programming Tutorial

This Android PDF Tutorial is created from Stack Overflow Documentation, the content is written by the developer at Stack Overflow. Free PDF training course in 1329 pages for professionals developers....

An Introduction to Machine Learning

Download free course An Introduction to Machine Learning, pdf file on 348 pages by by Miroslav Kubat....