Two ASP.NET/VS 2008 Performance Tricks That Even Microsoft Didn't Know(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 4 months ago

Two interesting ASP.NET with Visual Studio 2008 performance tips that were not documented and discovered by chance

2 comments |category: |Views: 700

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by dotnetchrisdotnetchris(157) 3 years, 4 months ago 0

This sounds dubious at best, it's most likely the age old saying "the watched pot doesn't boil" and it only seems to take longer while you are waiting idly.

Reply

posted by gantwwgantww(80) 3 years, 4 months ago 0

Could it have something to do with the way messages are processed by the window. For instance, I've seen cases where a lengthy process was undertaken, and the application developer used a progress bar to indicate the current progress. However, they were updating it far too often, which was causing a WM_PAINT to be fired over and over. In this case, you could speed the app up significantly by clicking and holding on the window title bar, which would keep it from wasting time on the redraw by plugging the queue. Again though, this was back in the bad old VB days with a bad old VB programmer.

Reply

information Login or create an account to comment on this story