Israel Aéce

Microsoft MVP, MCP, MCAD, MCTS, MCPD e MCT

My Links

Blog Stats

Archives

Post Categories

Links

Login

Performance em Aplicações ASP.NET

A Microsoft disponibilizou as apresentações exibidas no TechED neste link. Entre as apresentações, baixei uma chamada:

DEV411 ASP.NET: Best Practices for Performance
Speaker(s): Stephen Walther

Learn how to dramatically improve the performance of your ASP.NET applications by taking advantage of the best practices for caching and database access. Learn methods for accurately measuring the current performance of your applications and identifying performance bottlenecks. Explore a variety of application authoring techniques that will enhance the performance of your applications.
Download Powerpoint Presentation

Entre as comparações realizadas pelo autor, temos:

* DataReaders vs. DataSets
* Utilizando ArrayList em relação aos DataReaders
* OleDbDataReader vs. SqlDataReader
* InLine SQL vs. Stored Procedures
* DataReader Column Reference (Interessante)
* Proper Case vs. Improper Case (Interessante)
* InLine vs. ASP.NET Controls
* ViewState Enabled vs. ViewState Disabled (DataGrid)
* Auto Generate Columns vs. Template Columns (Interessante)

Realmente vale a pena dar uma olhada, principalmente para quem desenvolve aplicações para Web e necessitar uma boa performance (talvez isso seja essencial em qualquer software).

posted on Saturday, June 26, 2004 5:25 PM

Feedback

# re: Performance em Aplicações ASP.NET 8/18/2004 9:10 PM Jeferson Heil

O conteúdo do ppt é fantástico. Surpreendeu-me em alguns aspectos. Resumindo o artigo demonstra que quando geramos da forma mais rápida e prática (wizard´s, templates, builders, etc...) pagamos quase sempre o preço de uma regular/baixa performance.

É isso. Abraço,

Jeferson

Title  
Name  
Url
Box Code
Protected by FormShield
Comments