.NET news » Performance Performance Rss Feed

.NET Performance Testing and Optimization - The Complete Guide
Authors: Paul Glavich, Chris Farrell
Average rating: 4.0 / 4
(4 reviews)
More .NET Performance books
download

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
11 Jul 2006, 13:03:00   Source: HTTP Compression - Quick and Dirty Solution   Tags: ASP.NET Performance

ViewState Compression

How to compress the ViewState of ASP.NET pages and save bandwidth
10 Jul 2006, 05:42:00   Source: ViewState Compression   Tags: ASP.NET Performance

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.
27 Jun 2006, 21:49:00   Source: A General Fast Method Invoker   Tags: Performance

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.

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.
23 Jun 2006, 22:48:00   Source: Fast Dynamic Property Accessors   Tags: C# Performance

A Fast Serialization Technique

Transparently boosting serialization performance and shrinking the serialized object's size.
19 May 2006, 12:54:00   Source: A Fast Serialization Technique   Tags: Performance

A Fast CSV Reader

A reader that provides fast, non-cached, forward-only access to CSV data.
18 May 2006, 16:03:00   Source: A Fast CSV Reader   Tags: Components Performance

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.
3 May 2006, 19:00:00   Source: Concurrent Affairs: Reader/Writer Locks   Tags: 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.