10 ASP.NET Performance and Scalability Secrets (www.codeproject.com)

published 2 years ago, submitted by superghostsuperghost(2260) 2 years ago

ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster. Furthermore, ASP.NET Http pipeline can be tweaked to avoid executing unnecessary code that gets hit on each and every request...

2 comments | category: | Views: 47

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 senfosenfo(870) 2 years ago

A lot of thought went into this writeup. People definitely need to read it and understand it before they go hacking away at their stored procs, configuration files and such, but I'd definitely recommend this as essential reading for any ASP.NET developer.

posted by rev4bartrev4bart(420) 2 years ago

@senfo,

I agree that this is an advanced ASP.NET performance guide. Furthermore, I would argue that this would apply mostly to higher-volume internet sites rather than Intranet sites. This is not ur typical (make sure debug is turned off) fluff article. Having said that, the author in of the article is from pageflakes.com and they optimize the crap out of that framework...so I would say that these are not "theory" optimizations and they probably are battle tested.

information Login or create an account to comment on this story