Telerik blogs
  • Productivity

    Where Did My Extensions Go?

    The next major release of JustCode is fast approaching, and we have included previews of some of its major features in the most recent internal build. To support these, we had to make a change to the way in which JustCode loads extensions.
    May 27, 2021 2 min read
  • Productivity Testing

    Asserting Behavior with JustMock

    JustMock is a great tool for abstracting dependencies in unit tests, and the new automocking feature makes it even faster to develop unit tests.  Another great feature in JustMock and JustMock Lite is the capability to assert the behavior of your system under test.  Traditional TDD (Test Driven Testing) unit testing typically tests for state.  Did the user get logged in? Did the user’s shopping cart get loaded?  Important tests, of course.  But that only tests the end result of the method.  If the user does NOT successfully login, and the cart is not reloaded, is that because the call to the repository was never called? Or because some error happened that didn’t reload the cart in this particular use case?  The state of the application is correct, but is that because it executed the expected behavior, or because we got lucky? 
    May 27, 2021 5 min read
  • Productivity

    Finding and Fixing Performance and Memory Issues Episode I

    Episode I – The Frozen Screen Do you want to test your optimization chops with JustTrace? Does using a guide feel like cheating? Then don’t read this article! Instead, download the JustTraceExamples project and fix the issues. This article will be here if you are stuck.
    May 27, 2021 3 min read
  • People

    Developer Resolutions for 2013

    My friend and coworker Chris Eargle wrote a great post on some resolutions for the New Year.  It made me think about how lucky we were to avoid this particular apocalypse (along with all of the others that I've lived through in my 45 years), so I’ve come up with a few developer centric resolutions of my own.
    May 27, 2021 5 min read
  • Productivity

    Are Roaming Settings Coming in Visual Studio vNext?

    Visual Studio Settings in the Cloud is the star feature of the Q3 2012 release of JustCode, and it appears that Microsoft has taken notice. The Microsoft Visual Studio Core IDE Team kicked off the New Year with a survey to gain community input on a feature called "roaming settings".
    May 27, 2021 1 min read