ReSharper 4.5 Features and Release Date

Here’s short overview of ReSharper 4.5 features and improvements to expect: Better ReSharper performance and less memory usage (this is really important, since Visual Studio 2008 runs as a 32 bit process and is not capable of leveraging more than 3 Gb of RAM). Improved Solution-Wide analysis that allows to identify: Unused codeĀ – marking class …

How to improve .NET code by integrating hints for ReSharper

As you already know, ReSharper provides a lot of helpful hints and suggestions for your .NET code. Additionally, it has features, that allow it to help you leverage your own code. You just need to add a couple of annotations. Consider the example below. As you can see, Resharper has detected that one of the …