Share via


ASP.NET Performance Engineering - Stress Test Your Architecture, Design, And Code

Field experience proves - the earlier performance is tackled in development lifecycle the better results achieved. Below are most frequent practices that were most helpful in my engagement with the customers.

Architecture/Design phase

Coding phase

Unit testing phase

Performance Sins (performance anti-patterns)

Comments

  • Anonymous
    May 04, 2008
    You've been kicked (a good thing) - Trackback from DotNetKicks.com
  • Anonymous
    May 05, 2008
    Alik :) You're A Best Practicer , Thanks
  • Anonymous
    May 05, 2008
    In one hand - it is good to care about the performance all the time. But writing fast code is expensive. Fast code is more complicated and hard to maintain. Stored procedures are harder to write then code on C#. I would consider approach of writing maintainable code and optimize only when needed?
  • Anonymous
    May 05, 2008
    @YossiThanks, partner!@DavidGood point! Knowing what you are optimizing is key! You must decide upfront - whether to write code fast or write code that is fast ;)Sometimes you cannot (impossible) to optimize code that is written without performance in mind. Sometimes you need to redesign or even to rearchitect it... want to optimize on resources (time and money)? Build your app with perf in mind upfront
  • Anonymous
    May 05, 2008
    .NET A-Star Pathfinding in C# JIT Optimizations Creating portable ASP.NET applications that work on IIS
  • Anonymous
    July 31, 2008
         To achieve best performance you need to make decisions based on trade-off between
  • Anonymous
    July 31, 2008
        In my previous post -  Best ASP.NET Performance Winner For Data Binding - Hands
  • Anonymous
    July 31, 2008
    In my previous post - Best ASP.NET Performance Winner For Data Binding - Hands Up To Response.Write()
  • Anonymous
    September 04, 2008
    原文:http://jayce.clearviewtickets.info/wcftestingtool.html bestvideo:
  • Anonymous
    September 08, 2008
    Es lo que me ha estado diciendo el servidor de pruebas. Esa semana la hemos dedicado a probar toda la
  • Anonymous
    June 03, 2009
    http://www.javaeye.com/news/3022-recommendation-25-to-help-you-net-application-performance-tuning-re...