Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » performance » c#
  • C# und ASP.Net Performance Optimierungen

    Hier mal in Stichworten ein paar Grundsätze die man beim Entwicklen beachten sollte, wenn Laufzeit-Performance eine Rolle spielt:C# Performance Optimierungen: Lieber wenig große wie viel kleine Assemblys„sealed“-Klassen wann immer möglich bei geerbten Typen mit vielen virtuellen Funktionen. Die virtuellen aufrufe werden ...
    Posted to manik.net (Weblog) by manik on April 18, 2008
  • Try Catch Performance in CSharp: A Simple Test Response

    I read an interesting little post about a Try Except Performance Test Using Python written by Patrick Altman. As he mentioned, I have also had discussions with people about this exact topic in the past plenty of times. He was testing the performance issue of whether it is better to use a try catch block to handle possible errors or to check for ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on January 18, 2008
  • Performance Timing mit ‚using’ und delegates mit „Conditional“ Methoden

    Letztens musste ich die (zeitliche) Performance einer sehr CPU/IO lästigen Operation verbessern. Da die Operation in diverse kleinere Vorgänge unterteilt war musste ich die Vorgänge ermitteln, welche am meisten Zeit in Anspruch nahmen und das meiste Optimierungspotential hatten. Dafür hab ich eine Klasse entworfen die mit ...
    Posted to manik.net (Weblog) by manik on December 21, 2007
  • Real World ASP.NET Performance Tuning Experience

    I'm in the midst of wrapping up a multi-year long project to replace the advertising engine used to host sponsored ads on a few dozen .NET web sites.  This system traces its "lineage" back to an old ASP application written in 2001 (it served its first 207 impressions on 31 March 2001), and has since been upgraded to ASP.NET ...
    Posted to Steven Smith (Weblog) by ssmith on August 3, 2007