.NET news » Performance 
.NET Performance Testing and Optimization - The Complete Guide
Authors: Paul Glavich, Chris Farrell
Average rating: (4 reviews)
More .NET Performance books
patterns & practices Guidance Explorer
What are the security and performance proven practices for .NET applications? You can use Guidance Explorer to find out. Guidance Explorer is a tool to help you find and use relevant patterns & practices guidance.
14 Jul 2006, 16:36:55 Source: patterns & practices Guidance Explorer
Tags: Software
Security
Performance
HTTP Compression - Quick and Dirty Solution
Use HTTP Compression on ASP.NET 2.0 pages
ViewState Compression
How to compress the ViewState of ASP.NET pages and save bandwidth
A General Fast Method Invoker
Method reflecting invoke is nice, but frequently do it can be too slow. This article describes an alternative method for dynamic method invoke.
Advanced Basics: Monitor Your Apps with System.Diagnostics
The System.Diagnostics namespace provides classes for interacting with event logs, performance counters, and system processes, and can really help when you've got bugs. Find out how.
26 Jun 2006, 13:50:48 Source: Advanced Basics: Monitor Your Apps with System.Diagnostics
Tags: Performance
Debug
Fast Dynamic Property Accessors
Fast run-time access to Property Values using the new (.Net 2.0) DynamicMethod class and a very small amount of Emitted IL code.
A Fast Serialization Technique
Transparently boosting serialization performance and shrinking the serialized object's size.
A Fast CSV Reader
A reader that provides fast, non-cached, forward-only access to CSV data.
Concurrent Affairs: Reader/Writer Locks
The Microsoft .NET Framework Class Library includes a ReaderWriterLock class in the System.Threading namespace. This month Jeffrey Richter explains when to use it and how you can get better threading performance.
Share The Load: Report Visual Studio Team System Load Test Results Via A Configurable Web Site
This article discusses a new load test tool in Visual Studio 2005 Team System for performance and stress testing your Web sites, Web services, and other server components. Combined with its handy reporting capabilities, the load test tool provides some powerful options for sharing and managing test results.
3 May 2006, 19:00:00 Source: Share The Load: Report Visual Studio Team System Load...
Tags: Testing
Performance

