The latest updates on all JetBrains products and topics
We are excited to announce the launch of the Early Access Program (EAP) for the next major release of ReSharper and the .NET Tools! This initial EAP build is now available for download and offers a preview of the upcoming features and enhancements. Your feedback is crucial in helping us refine these…
dotCover 2024.3, dotMemory 2024.3, dotPeek 2024.3, and dotTrace 2024.3 have been released and are ready for download! Let’s take a look at what’s new with these .NET tools. dotMemory 2024.3 Unified UI across all operating systems for a consistent experience. Reintroduced Creat…
dotCover 2024.2, dotMemory 2024.2, dotPeek 2024.2, and dotTrace 2024.2 have been released and are ready for download! Let’s take a look at what’s new with these .NET tools. dotMemory 2024.2 Improved instance search with new filtering options. The following features are now ava…
Get a preview of all the latest features and improvements set to be shipped with the next major ReSharper and .NET tools releases by downloading the Release Candidate builds that have just landed. Here are the major improvements in each of the new builds: The ReSharper 2024.2 Release Can…
dotCover 2024.1, dotMemory 2024.1, dotPeek 2024.1, and dotTrace 2024.1 have been released and are ready for download! Let’s take a look at what’s new with these .NET tools. dotMemory 2024.1 Support for desktop MAUI applications on Windows Support for Frozen Objects Heap (FOH)&…
With the latest release, Rider gets an integrated monitoring tool that provides real-time tracking of your .NET application's behavior as it runs. (more…)…
dotCover 2023.3, dotMemory 2023.3, dotPeek 2023.3, and dotTrace 2023.3 have been released and are ready for download! Let’s take a look at what’s new with these .NET tools. dotMemory 2023.3 dotMemory Standalone is now available on Linux and macOS. dotMemor…
dotCover 2023.1, dotMemory 2023.1, dotPeek 2023.1, and dotTrace 2023.1 have been released and are ready for download! Let’s take a look at the most important updates for these tools. dotTrace The standalone version of dotTrace is now available on Linux and macOS as Beta. You can p…
It’s that time, again! The software development industry at large starts the new year with a retrospective of the previous. Just like during our software development projects. We at JetBrains run the Developer Ecosystem Survey yearly to capture the zeitgeist of the development world. While the su…
The compound effect is when small changes executed consistently over time lead to dramatic results. It can go both ways, either enhancing the positives or aggravating the problems. Regular profiling, or lack thereof, is a good example of the compound effect. If you invest a little bit of time in …
Some memory issues are non-critical, but rather annoying. They occur once every couple of months and then disappear again. Of course, these annoying bugs only show up once an application is operating under production conditions. However, such problems can often be solved using a profiler. Shyam Sund…
dotMemory is a .NET memory profiler by JetBrains. My name is Ilya and I help develop the tool. I'd like to tell you a classical dogfooding story of how we optimized one of dotMemory's algorithms by using our own tools – dotMemory and dotTrace. We then improved it some more using dotTrace, and fin…