Telerik blogs
  • Release

    Improved Navigation in JustCode

    One of Telerik JustCode’s most valuable features – its quick code navigation, recently got even better. We decided to re-think the way our Camel Case Searcher works. Our main priorities were to deliver more than expected, show you what’s expected on top ASAP, and greatly improve searching flexibility – we did all that. Camel Case Searching allows you to quickly find entities by typing either their acronyms or parts of the words that are contained in it. When you use capital letters, or separating symbols, JustCode will try to match them with the word beginnings; splitting your search text with spaces...
    June 21, 2012
  • Productivity

    Killer .NET Ninja Skills

    The right knowledge and the right tools differentiate the .NET ninjas from the .NET laborers, and the ninja’s choice of Visual Studio productivity tools bestows to those who wield it more power than ever before. The Telerik JustCode Q2 2012 release is leading the way with features such as cloud synchronization and WinRT / Metro support. Last week, I hinted at three powers of the .NET Ninja you will obtain in this release. I will now reveal them, but there is much more. Be sure to attend next week’s webinar to see everything in action! The Cleaner – Prototype Cleaning The Sorcerer – Getting Started Wizard...
    June 14, 2012
  • People

    We Need Developer Tools, Not Platform Development Tools

    A blog by Doug Seven, Executive Vice President at Telerik. (Original post here) It’s been almost a year since I left my role at Microsoft as Director of Product Management for Visual Studio. Ever since I left, I’ve had lots of people asking what I am working on now, and I’ve been pretty quiet about it (the running joke is that I am the VP of Black Ops). The truth is that my team and I have been very busy solving what we believe to be one of the biggest challenges facing developers today and building a new product that I...
    June 08, 2012
  • People

    The .NET Ninja–Three New Powers

    The mysterious figure in black performing super human feats. The cunning warrior defeating enemies with insightful tactics. The software developer who has mastered .NET development with elevated techniques. These are all examples of the ninja; from legend to today. I once wrote that Telerik JustCode will transform you into a .NET ninja, and then gave examples of how it would do so. Telerik JustCode Q2 2012 grants you three more powers of the .NET Ninja, to be revealed on Monday, June 11th. Here’s a little hint of what’s to come… The Cleaner JustCode enables you to clean a file far beyond the capabilities of...
    June 06, 2012
  • Productivity

    Fakes, Stubs, and Mocks

    In Doing Your First Mock, Mehfuz Hossain explained why you should use mocking to improve your unit tests and then used a real world example to demonstrate this technique. In this post, I will take you down a different path using other forms of stand-ins.