.NET news » Performance Performance Rss Feed

download
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.
18 Feb 2006, 01:05:56   Source: Power to the People   Tags: Mobile Performance
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.
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.
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.
13 Feb 2006, 23:01:31   Source: Winning Forms: Practical Tips For Boosting The...   Tags: Performance
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.
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.
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.
30 Jan 2006, 11:27:23   Source: NCache 2.0   Tags: Components 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.
24 Jan 2006, 21:21:37   Source: .NET Framework: Introducing Generics in the CLR   Tags: Performance
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.
19 Jan 2006, 12:49:00   Source: Exceptions and Performance in .NET   Tags: Performance
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#