Performance

ASP.NET

Explicitly Controlling Cache Dependencies in MVC

Approaches to some advanced caching scenarios in an MVC site.

Read More
Knockout

Paging Lists with Knockout

Knockout can get a little bit slow when trying to render large amounts of data...

Read More
Build

Visual Studio 2010: Massive Build Performance Improvements

The solution that I work on daily within VS2010 has around 70 projects, and over time has begun to take longer and longer and loooonger to build...

Read More
Performance

The Joy of Profiling (part 2)

This is the second in a series of posts about performance enhancements that covers some basic approaches to speeding things up

Read More
Performance

WPF DataGrid Performance

The WPF DataGrid is a fantastic component but it can get pretty slow with a large number of rows or columns.

Read More
Performance

The Joy of Performance Profiling (part 1)

Performance: it's great. It's a feature. Everyone appreciates a fast application. But despite our best efforts, it's not unheard of for software to turn out a little (whisper it)... slow

Read More