ReSharper 9 is Released along with dotTrace 6, dotCover 3, dotMemory 4.2 and...
Great news from the .NET tools development team here at JetBrains: ReSharper 9.0, dotCover 3.0, dotTrace 6.0, dotMemory 4.2 and dotPeek 1.3 are all released and available for download! As all JetBrains...
View ArticleString Interning: Effective Memory Management with dotMemory
Starting with version 4.1, dotMemory offers the String duplicates inspection. The idea behind it is quite simple: it automatically checks memory for string objects with the same value. After you open a...
View ArticleUnit Testing and Memory Profiling: Can They Be Combined?
Memory profilers can hardly be called an “everyday tool.” Typically, developers start thinking about profiling their product closer to its release. This approach may work fine until some last-minute...
View ArticleMeet ReSharper 9.1, ReSharper C++ 1.0, dotTrace 6.1 and more ReSharper...
We’ve just finalized a joint update to our .NET tools, added the first ever public version of ReSharper for C++, and as a result, the new release of ReSharper Ultimate is now available for download!...
View ArticleAnalyzing ineffective memory usage with dotMemory
Memory issues in .NET apps can be generally divided into 1) leaks, 2) large memory traffic, and 3) ineffective memory usage. In this blog we’ve written extensively about how dotMemory helps you deal...
View ArticleReSharper Unified Installer. Why?
The ReSharper 9 release introduced a special ReSharper Ultimate bundle. In addition to ReSharper and ReSharper C++, this bundle includes our other JetBrains .NET products: dotCover, dotTrace,...
View ArticleWelcome ReSharper 9.2, ReSharper C++ 1.1 and More Ultimate Updates
This is to let you know that a fresh update of ReSharper Ultimate tools is now available for download! This update consists of ReSharper 9.2, ReSharper C++ 1.1, dotTrace 6.2, dotCover 3.2, dotMemory...
View ArticleMemory Testing on a CI Server. dotMemory Unit Standalone Launcher
After we announced the dotMemory Unit framework, the most frequently asked question was, “When will the standalone launcher for CI be available?” Finally, the time has come! Along with dotMemory 4.4,...
View ArticleTaking Memory Snapshots by Condition in dotMemory 4.4
While dotMemory 4.4 is primarily focused on dotMemory Unit 2.0, it also brings a number of useful updates. One such improvement is the ability to take memory snapshots only when a certain condition...
View Article