Telerik blogs
  • Release

    What’s New in JustDecompile Beta 3

    We release updates to JustDecompile on a regular basis to provide you with the highest quality, decompiled code, but we recently arrived at a milestone with JustDecompile Beta 3. We’re going to take a look at two highly requested features of JustDecompile that were recently added. Remember, you can always make your voice heard at the Telerik JustDecompile User Voice, and perhaps you will find your request featured in our next milestone. Zip File Distribution Telerik JustDecompile can now be downloaded as a zip file. You can put the files on a USB drive for easy access without installation, or you can put...
    May 27, 2021 2 min read
  • Productivity

    Future mocking with #IgnoreInstance

    In my previous post, i showed how JustMock picks mock expectations based on current context without the instance being injected. Based on feedback we found that It’s sometimes confusing and often does not work as intended. However, the context of this post is not to introduce future mocking rather a new feature that allows you to skip mock instance intentionally (when you can’t pass the dependency through a constructor or via method argument) instead the tool is applying it for you on behalf. You can find more on future mocking and some abstract behind it from my previous post: http://weblogs.asp.net/mehfuzh/archive/2011/09/30/future-mocking-revisited.aspx Now moving forward, i...
    May 27, 2021 2 min read
  • Release

    What’s New in JustTrace Q3 2011

    JustTrace is perhaps the friendliest profiler on the market, but you will find that JustTrace Q3 2011 is even further enhanced with polish and enhancements to the user experience to make this a must-have tool for better code. If you’re interested in the detailed improvements we’ve made to JustTrace this release, please take a look at the version notes. This article will focus on two new features: Compare Snapshots for Memory Profiler and Call Tree Navigation. Compare Snapshots Previous editions of JustTrace had the Compare Snapshots feature but were restricted to performance snapshots. This has now been expanded to include memory snapshots. Since drag and...
    May 27, 2021 2 min read
  • Release

    JustCode Q3 2011 is Here

    We are proud to announce the official release of Telerik JustCode Q3 2011. This release contains many features that we have launched over the past few months in internal builds, including Razor and CSS support, Visual Studio 11 support, a key mappings window, and many new refactorings! Razor and CSS JustCode brings blazing fast code analysis, quick fixes, code navigation, refactorings, and formatting to Razor and CSS. Much of this has been covered in the previous article, but razor formatting has been vastly improved in this release. In addition, we have added a new visual aid that did not escape the notice...
    May 27, 2021 2 min read
  • People

    Further Tales of the Keyboard Ninja

    The previous post on using the keyboard shortcuts in Telerik JustCode focused on the new keyboard mappings window. This article will focus on an essential element to all aspiring keyboard ninjas: accessing the Visual Aid without the mouse. You may have already memorized the Show Visual Aid Menu shortcut, or you may have found it from the keyboard mappings window. If not, I will refresh your memory now: Ctrl+`. The backwards apostrophe character is on the same key as ~ on most keyboards. At any point the Visual Aid tag is showing, you can press that shortcut to show the Visual Aid menu. If you’re accustomed...
    May 27, 2021 2 min read