Browse by Tags

Related Posts

  • 3-8x ACCELERATOR for ASP.NET is in public beta

    Stimulus Technology is pleased to announce Web Stimulus, the fastest software Accelerator for ASP.NET business applications. Web Stimulus speeds up ASP.NET web forms response times by 3-8x on average, with virtually no coding. Web Stimulus’s key performance improvements: Reduces ASP.NET traffic by 10...
    Posted to Announcements (Forum) by Vadim.Kleyzit on 03-16-2009, 12:00 AM
    Filed under: Session, Testing, ViewState, web application, Web Forms, asp.net, ASP.NET 1.1, ASP.NET 2.0, ASP.NET AJAX, Cache, Compression, Controls, gridview, Performance, ASP.NET 3.5
  • Re: Performance improvement question

    Determining the application bottlenecks helps to focus on performance factors that are material for your situation. For example, if the server is the bottleneck then ASP.NET caching can help in some cases (a good resource on ASP.NET caching is on www.polymorphicpodcast.com/shows/webperformance ). Caching...
    Posted to Architecture (Forum) by Vadim.Kleyzit on 01-30-2009, 12:00 AM
    Filed under: asp.net, performance
  • How to implement "yahoo speeding rules" in ASP.NET??

    Hi, Yahoo provided some best pratices for speeding up the website, http://developer.yahoo.com/performance/rules.html . I'm using ASP.NET 2.0 (C#) , I want to know how to implement the following listed rules in my ASP.NET web app. Gzip Components: http://developer.yahoo.com/performance/rules.html#gzip...
    Posted to Getting Started (Forum) by prashant_victory@hotmail.com on 01-15-2009, 12:00 AM
    Filed under: speed, asp.net, C#, yui, performance
  • Re: ASP.Net data controls seem to have an intrinsic inefficiently. Is this correct?!

    Hey Gary - Not so. If a databound control has viewstate turned off, and then is not rebound on postback, it does not redisplay. Check out this Article on ViewState: This is the best article i have found on the subject. 8bit - thanks for your time and detailed respose. I agree that Ajax is a good way...
    Posted to Web Forms (Forum) by jshallard on 12-24-2008, 12:00 AM
    Filed under: optomization, ASP.NET, inefficiency, performance
  • should i reuse objects?

    here's the situation: in a function, i create a sqlcommand object, and set its properties and datareader and so on, and execute it and get the result. now here's the question, when i want to make another call to the database and execute a different query with different parameters, should i reuse...
    Posted to Data Access and ObjectDataSource Control (Forum) by ScobY9 on 07-26-2008, 12:00 AM
    Filed under: sql, sqlcommand, .net 2.0 c#, ASP.NET, Asp.Net 2.0, Database, .net 2.0, performance
  • Slow Databind & Render performance in .NET 2.0 vs 1.1

    I have an asp.net 1.1 application which extensively uses databound controls and repeaters. After converting to asp.net 2.0, page load times were doubled vs their 1.1 versions. The poor performance seemed to be linked to slow databinding and rendering of repeater controls. In order to test my hypothesis...
    Posted to Data Presentation Controls (Forum) by aweinberg on 10-19-2007, 12:00 AM
    Filed under: Repeater, slow, 1.1, 2.0, ASP.NET, databind, performance
  • Sessions get disconnected

    Hello, The customers keep reporting on disconnected sessions. We have a bit of memory problems on our system. I found two types of message is eventlog. Source: ASP.NET 1.0.3705.6018 Event ID: 1001 Description: aspnet_wp.exe (PID: 6100) was recycled because memory consumption exceeded the 900 MB (22 percent...
    Posted to State Management (Forum) by K_L on 09-19-2007, 12:00 AM
    Filed under: Session, session data lost problem, application restart, asp.net, memory, performance
  • how to drag Multiview and view form in asp.net 2.0

    could you plz explain how to fix the problm tht i am facing. i want to use multiview and view control in asp.net 2.0. The problem i am facing is when i am trying to drag and drop calender control onto the view control it is not sitting inside the view control. Also when i am trying to enlarge view control...
    Posted to Web Forms (Forum) by dilip12 on 07-31-2007, 12:00 AM
    Filed under: Multiple Data Sources, object oriented, ObjectDataSource FormView, OleDbException, Opera, order list, PagerStyle TD TR HorizontalAlign render align, printing, radio button, return value, RowDataBound gridview conditional values, RowUpdating, Ryan Olshan, Scroll Bar, security, share point, SiteMapDataSource, Sort GridView using DropDown DropDownList, Table Object, Template Controls GridView, template field, add, advanced, ASP.NET, asp.net 2.0 DataBinding formview, ASP.NET 2.0 FormView GridView Master/Detail Update, ASP.NET 2.0 GridView databound, asp.net 2.0 gridview dynamic, ASP.net 2.0 GridView with checkboxs, aspose, BottomPagerRow, BoundField, FomView LinkButton, form view, FormatDataValue, FormView, formview Asp.net 2.0 Templates insert update, FORMVIEW Asp.net 2.0 UPDATE, max value in column, grid view, response.redirect, performance
  • Memory allocation

    Can anyone advise as to whether there are any low level functions that allow me to query exactly how much memory an object or set of variables is occupying? Are there any such functions in C#? Or is the best way to use CLRProfiler? The trouble is, I find CLRProfiler a bit complicated to use, so am looking...
    Posted to State Management (Forum) by Mundo on 07-11-2007, 12:00 AM
    Filed under: allocation, application, asp.net, asp.net 2.0, c#, CLRProfiler, memory, performance
  • Re: SQL server Connection pooling and Windows Authentication

    Hi, good question. If you use impersonation, you lose the benefits of connection pooling since pool is also per-user basis. If you use shared account like ASPNET account (e.g no impersonation on every user) connection pooling works. On the other hand if you want other account than ASPNET, you can also...
    Posted to Security (Forum) by joteke on 09-03-2006, 12:00 AM
    Filed under: performance, ASP.NET, connection pooling
Page 1 of 1 (10 items)