Page: Create a decorator
Page: Reorder code without the copy-paste fuss
Page: Inspect the whole solution for naming style compliance
Page: Sort out a mess of possible method signatures when you call it
Page: Detect possible NullReferenceExceptions
Page: Automatically import namespaces
Page: Find dead .NET code
Page: View .NET Framework source code
Page: Quickly internationalize a .NET application
Page: Simplify object creation
Page: Reduce the complexity of an algorithm and promote modularity
Page: Speed up creation of unit tests
Page: Quickly create a type
Page: Get assistance in migrating to new CSharp features
Page: Move classes into separate files in one go
Page: Quickly introduce using statements and try-catch blocks
Page: Review dependencies between projects
Page: Establish automated .NET code review
Page: Deal with a lot of entries in resource files
Page: Fix inconsistent namespace naming
Page: Detect code issues in a build using ReSharper and TeamCity