Performance

Fun With the ?? Operator in C#: if { } or ?? – Which is Faster?

Yesterday evening at work a team member and I were pair programming.  We had a disagreement about how to code a few lines.  The question was around whether...

3 replies - 1846 views - 08/07/09 by Keith Elder in News

Improving Cold Startup Performance (Prefetch)

A few months ago, Alon, Dima and I have visited a customer with a client application experiencing very slow cold startup times. In this post (and...

0 replies - 876 views - 07/22/09 by sashag in News

Getting Started with Parallel Programming

Multi-core computers have shifted the burden of software performance from chip designers to software architects and developers. In order to gain the full...

6 replies - 9812 views - 06/23/09 by HFadeel in Articles

How to improve the performances of ASP.NET MVC web applications

Today I stumbled upon a nice presentation that Rudi Benkovic gave last week at the Slovenian DotNet User Group, about ASP.NET MVC Performances. The Big...

0 replies - 1052 views - 04/17/09 by Simone Chiaretta in News

ASP.NET Caching - Improving Performance - Output Cache

What is ASP.NET caching mechanism? When to use caching? and how can I use it in order to improve my site performance? are the questions this post series is...

2 replies - 10429 views - 09/08/08 by gilf in News

Low-Latency GC in .NET 3.5

GC flavors are a static performance optimization for the .NET garbage collector.  Under various circumstances, applications can opt-in (before runtime) to a...

0 replies - 2758 views - 08/14/08 by sashag in News