Telerik blogs
  • Productivity

    Slides, Source Code and Video to the “Getting Started with JustMock” Webinar Now Available

    Chris and I wanted to thank you all for attending the “Getting Started with JustMock” webinar. The slides, source code and recorded video are now available for you to explore. If you have any questions, then feel free to leave a comment below or send us an email/tweet. I encourage you to go ahead and download your own copy of JustMock and start experiencing Fast, Fluid Unit Testing for yourself. WEBINAR MATERIALS Slides, Source Code and the Recorded Webinar Video is now available for you to enjoy.
    May 27, 2021 2 min read
  • Productivity

    When Should You Profile Your Application?

    At Raleigh Code Camp, I had an unfortunately familiar conversation with another developer. Me: How often do you profile your application for performance or memory issues? Him: I don’t. Me: Really? How do you know if your app has any issues? Him: Because I write good code.
    May 27, 2021 3 min read
  • Productivity

    The Changing Visuals of the Visual Aid

    Visual Studio received a facelift in 2012, and our tools changed to match its look and feel. It wasn't without some controversy, but there’s nearly universal agreement that the new theming support is cool. If you haven’t experienced it yet, install the Visual Studio 2012 Color Theme Editor. It’s from Microsoft, and it’s free. We modified JustCode well before the official release of Visual Studio 2012 to support the new theming capabilities. Since you use Visual Studio for your development environment, we want to ensure our tools integrate for a seamless experience.
    May 27, 2021 2 min read
  • Productivity

    Future Mocking

    Mocking legacy code is hard. Especially, if it’s a third-party library and you have little control over how it’s written. It is even more difficult to unit test a type that is instantiated internally. One can argue that it should be refactored to accept dependencies via constructor injection.  However, constraints such as time, budget, experience with the offending code, or even access to the source often prevent paying down the technical debt accumulated in these legacy systems.   This post will show you how to mock an external library (concept) where it calls a login service class that cannot be sent...
    May 27, 2021 2 min read
  • Productivity

    JustCode Code Style Settings for C#, Part 1

    In our previous blog posts on the JustCode Formatter, we’ve showed you what it is and how it works. If you haven’t read those yet, please see our post on "Introducing the Formatter" and "Comparing the JustCode Formatter to the Visual Studio Formatter". One of our design goals was to make sure the Formatter is much more customizable than Visual Studio’s, and in this post, we will show you how easy it is to customize it. What are the Code Style settings? When you utilize JustCode’s refactorings, expand code templates, format and/or clean your code, or make other changes to your code, JustCode...
    May 27, 2021 4 min read