• Make Some Resolutions!

    Surviving three apocalypses in two years was so exhausting that I managed to miss three others. We supposedly have five more years before the next, but I fully expect a hipster apocalypse or zombie uprising before then. It may even be the same event if a nefarious person discovers NSA back doors in Apple products. 

  • With each new release Telerik JustCode continues to expand in all directions. Following our previous refactorings post, here we’ll show you some new conversions added to the refactorings area for JustCode 2011’s Q3 release.

    Anonymous, Lambda And Named Method Conversions

    Now you can easily alter between those three ways of defining and using a method. Select the method and then choose from the refactorings menu "To Anonymous", "To Lambda" or "To Named Method" (refactorings context menu is shown with the shortcut Alt+Insert or from the VisualAid’s R menu):

     

    Convert Interface To Abstract Class And Vice Versa

    Next we have "Convert Interface To Abstract Class" and vice versa. Place...

  • Hot on the heels of the eagerly anticipated 2011 Q3 release of Telerik JustCode we publish its Service Pack. Our main goal was to improve performance and memory consumption but without forgetting about adding new functionalities and fixing the pending issues, as for example improving the existing code templates. If you want to be up to date with all that is added to JustCode, please visit our What’s New page.

    Test Runner

    With this release we introduce support for NUnit data driven tests. Now you can enhance your unit tests by using these attributes:

    Also you will see that we have made changes to the...

  • Razor and CSS in JustCode

    Friday, October 28, 2011 by Just* Team | Go comment!

    The first service pack for Telerik JustCode Q2 2011 was recently released, but the development team is forging ahead with even more new features to make your life easier. New internal builds brings Razor and CSS support, which is welcome news for web developers using JustCode.

    Razor

    If you have developed applications in ASP.NET MVC 3, you are familiar with the new Razor view engine. It brings code closer to markup, and it’s fitting that its files use the extensions cshtml and vbhtml.

    The JustCode features you are familiar with now work on the C#, VB, JavaScript, and Html code inside Razor files. This includes...

  • JustCode Support for Visual Studio 11

    Thursday, September 22, 2011 by Just* Team | Comments 7

    Last week during the BUILD conference Visual Studio 11 Developer Preview was announced. Soon after that it was made available to the public. Here at Telerik we are committed on providing support for the latest and greatest technologies so we are already working on JustCode for Visual Studio 11. Actually, JustCode is happily running inside VS11 on our own PCs. Now it is a matter of an internal build or two to test and fix some compatibility issues before we can give it to you for test...

  • JustCode Keeps Getting Better

    Monday, September 19, 2011 by Just* Team | Comment 1

    Telerik JustCode Q3 2011 is just around the corner, but we’re not waiting to bring you new features and enhancements for your favorite productivity tool. Telerik JustCode Q2 2011 Service Pack has been launched with a dazzling array of features and enhancements to make development fast and fun.

    Microsoft’s BUILD conference just ended, promising a shift in the way we approach Windows development. One thing is for certain: it will be easier than ever before to write responsive software. With the new asynchronous features in C# and VB.NET, you can create high throughput ASP.NET MVC applications without breaking a sweat. JustCode fully...

  • The internal build 1 of JustCode comes with three new refactorings to easily manipulate method parameters.

    Move to Parameter

    There are times when one has hardcoded a constant value within the body of a method, but the method would have more flexibility if the value were a parameter instead. This refactoring allows you to move the variable to a parameter, and it will automatically update calls to the method with the defined value for the variable.

     

    class Program
    { static void Main(string[] args) { Ninja ninja = new Ninja(); ...
  • Code. Just Code. JustCode.

    Wednesday, November 18, 2009 by Hristo Kosev | Comments 8

    It's my pleasure to announce the youngest member of the Telerik product family - JustCode, a code analysis and refactoring tool. Actually "youngest" is not the most correct word to use because JustCode was born more than 5 years ago but "adopted" by Telerik in March, this year.

    In March Telerik acquired the JustCode product from the German-based company, Omnicore, and the founders of the company (and also the creators of the product) joined Telerik to help us take the tool to the next level.
    A few words about the founders of Omnicore; these are brilliant guys with lots of expertise in...