.NET news » Performance Performance Rss Feed

download

An O(ND) Difference Algorithm for C#

This article is about comparing text files, and the proven, best, and most famous algorithm to identify the differences between them.
6 Mar 2006, 09:58:00   Source: An O(ND) Difference Algorithm for C#   Tags: Performance

Full-Text Search: Fast, Damn Fast and DotLucene

DotLucene Demo: Search 3.5 GB of text in 0.1 second!
6 Mar 2006, 08:26:00   Source: Full-Text Search: Fast, Damn Fast and DotLucene   Tags: Performance Components

Get Control and Performance with the Real Time Stylus API

The Real Time Stylus API provides an alternate way to receive pen input pen. This high performance API provides a great level of control to developers for a small penalty in added effort.

Xenocode Postbuild 2006 allows .NET applications to run anywhere

Xenocode Postbuild 2006 breakthrough technology allows .NET applications to run on any Windows PC, with or without the Framework, counteracts decompilation and reverse engineering, optimizes application size and performance, and dramatically reduces test and support costs by eliminating "DLL/versioning hell".

Fast/Compact Serialization Framework

A simple and fast way of "serializing objects by value" to compact binary representations.
22 Feb 2006, 15:13:00   Source: Fast/Compact Serialization Framework   Tags: C# Examples Performance

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.