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: 84
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

Excel VBA Notes for Professionals

Download free course Excel VBA Notes for Professionals, pdf file on 127 pages by Stack Overflow Community....

Restful Web Services

You've built web sites that can be used by humans. But can you also build web sites that are usable by machines? That's where the future lies, and that's what RESTful Web Services shows you how to do. The World Wide Web is the most popular distributed application in history, and Web services and mas...

HTML, CSS, Bootstrap, Javascript and jQuery in PDF

Free tutorial to download about HTML, CSS, Bootstrap, Javascript and jQuery, pdf document course in 72 pages created by Meher Krishna Patel....

React JS tutorial

Download free React JS tutorial course in PDF, training file in 31 chapters and 110 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

How To Code in Python 3

Download free course How To Code in Python 3, pdf file on 459 pages by Lisa Tagliaferri....

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

Neural Networks and Deep Learning

Neural Networks and Deep Learning currently provide the best solutions to many problems in image recognition, speech recognition, and natural language processing. This book will teach you the core concepts behind neural networks and deep learning. ...

Practices of the Python Pro

Professional developers know the many benefits of writing application code that's clean, well-organized, and easy to maintain. By learning and following established patterns and best practices, you can take your code and your career to a new level....

XML messaging with SOAP

This PDF tutorial gives a hands-on introduction to using the Simple Object Access Protocol (SOAP) for communication between components....

Introduction to VB.NET

This document is a complete PDF tutorial about VB dot NET ,free training courses under 223 pages designated to all level users by Paul Boger....