This video by James Kovacs introduces dotPeek - the free-of-charge .NET decompiler and assembly browser from JetBrains.
While dotPeek is a standalone decompiler, two other JetBrains tools also use the underlying decompiling technology: ReSharper and dotTrace Performance.
James highlights Assembly Explorer; different ways to navigate and gain insight of decompiled code; fetching source code from the local machine or a source server (if available); and taking advantage of keyboard shortcuts that are familiar to ReSharper users.
You can download dotPeek as an installer or a zip archive.
»