.NET news » Performance 
Performance Testing Microsoft .NET Web Applications (Pro-Developer)
Author: MICROSOFT ACE TEAM
Average rating: (6 reviews)
More .NET Performance books
Power to the People
Software can have a huge effect on the life span of a battery; scaling down functionality is an easy way to drastically increase the lifetime of mobile PC battery. Do your users a favor and find out how to optimize your applications' power requirements.
ASP.NET Best Practices for High Performance Applications
This article lists the techniques that you can use to maximize the performance of your ASP.NET applications. It provides common issues, design guidelines, and coding tips to build optimal and robust solutions.
17 Feb 2006, 17:02:00 Source: ASP.NET Best Practices for High Performance Applications
Tags: ASP.NET
Performance
High-Performance .NET Application Development & Architecture
This article demonstrates the art of creating and architecting high-performance and scalable .NET applications, covering all stages, from planning to development and their perspective best practices.
15 Feb 2006, 09:25:00 Source: High-Performance .NET Application Development & Architecture
Tags: Performance
Winning Forms: Practical Tips For Boosting The Performance Of Windows Forms Apps
This article discusses techniques you can use to ensure that Windows Forms-based apps provide optimal performance to match the rich UI responsiveness they're known to provide.
How to write friendlier code for the Garbage Collector and to gain performance boost
Learn how to create objects in a way that diminishes the GC performance cost.
9 Feb 2006, 21:46:00 Source: How to write friendlier code for the Garbage Collector...
Tags: Performance
Using custom attributes to add performance counters to your application
A brief overview of what performance counters are and a library that makes their use a bit easier.
8 Feb 2006, 17:31:00 Source: Using custom attributes to add performance counters to...
Tags: Performance
Examples
VB.NET
NCache 2.0
NCache is a high performance in-memory object caching solution for mission critical .NET applications with real-time data access needs. NCache not only lets you cache read-only data but also complex transactional data with relationships. As a result, your application can cache most of its data and dramatically improve performance.
.NET Framework: Introducing Generics in the CLR
Generics are a shipping feature of the .NET Framework 2.0, and managed code is faster, more maintainable, and more robust because of it. Jason Clark provides an in-depth look.
Exceptions and Performance in .NET
Almost every time exceptions are mentioned in mailing lists and newsgroups, people say they're really expensive, and should be avoided in almost all situations. Jon Skeet examines the claim.
CLR Inside Out: Improving Application Startup Time
Client application startup time is really important to users. In this month's CLR Inside Out column, the CLR team provides valuable tips on improving startup speeds.
11 Jan 2006, 01:24:42 Source: CLR Inside Out: Improving Application Startup Time
Tags: Performance
C#

