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

Download free course 50 Ways to Avoid Find and Fix ASP.NET Performance Issues, pdf file on 50 pages by Red Gate.

 

Read the tips and tricks that top developers from the .NET and SQL Server communities use to boost code and query performance in their applications.

50 tips from the .NET and SQL Server communities for boosting performance in your .NET application; Learn the secrets of your fellow developers and read advice from MVPs and other experts; Covers performance problems in .NET code, SQL Server queries, interactions between code and database, and more...


Table of contents

  • Caching is a last resort
  • Remove unused View Engines
  • Use Microsoft's PDBs to debug or profile external assemblies or libraries
  • A selection of tips
  • Make sure paging is conducted at the database layer
  • Always perform validation on the server
  • Review what client scripts you are using
  • Reduce the data sent across the network
  • Avoid running sites in debug mode
  • When in production, carefully consider what you need to log
  • A selection of tips
  • Use the startMode attribute to reduce the load time for your ASP.NET site
  • Don't underestimate the value of the UI when tackling performance problems
  • Throw hardware at the problem, not developers
  • Don't assume that problems can only arise from business logic
  • Before tackling any website performance issue, first verify the problem isn't on the client
  • Static collections
  • Know your loops
  • Seven handy ViewState tips
  • Avoid using session state
  • Take advantage of .NET 4.5 async constructs
  • StringBuilder is NOT the answer for all string concatenation scenarios; String.Join could be
  • ORM Tips
  • T-SQL Tips
  • Index Tips
Pages : 50
Size : 1.6 MB
File type : PDF
Downloads: 78
Created: 2022-01-31
License: For personal or educational use
Author(s): Red Gate
50 Ways to Avoid Find and Fix ASP.NET Performance Issues

Others ASP.NET Tutorials

The Little ASP.NET Core Book

Download ASP.NET tutorial in PDF

Others related eBooks about 50 Ways to Avoid Find and Fix ASP.NET Performance Issues

Julia language tutorial

Download free Julia tutorial course in PDF, training file in 37 chapters and 187 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

TypeScript eBook for professionals

Download free TypeScript tutorial course in PDF, training file in 30 chapters and 97 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

An Introduction to C & GUI Programming

Download free course An Introduction to C & GUI Programming, pdf file on 156 pages by by Simon Long....

JavaScript for impatient programmers

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

Evolve the Monolith to Microservices with Java and Node

Download free course Evolve the Monolith to Microservices with Java and Node, pdf file on 132 pages by Sandro De Santis, Luis Florez, Duy V Nguyen, Eduardo Rosa....

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 va...

Statistics with Julia

Ccurrently many of Julia's users are hard-core developers that contribute to the language'..., download free Julia tutorial in PDF (413 pages) created by Hayden Klok ....

DevOps: WTF?

DevOps" is creating a lot of anxiety amongst the IT professionals of the world. It's also ..., download free DevOps tutorial in PDF (20 pages) created by ....

Csharp Programming Tutorial

Download this C# PDF Tutorial for free, it's consisting of 5 chapters covering all the most important C# concepts. This tutorial is intended for beginner programmers, and we recommend you to go through all the chapters, to get the most out of it as possible....

C# programming tutorial for professionals

Download free C# tutorial course in PDF, training file in 164 chapters and 808 pages. Free unaffiliated ebook created from Stack OverFlow contributor....