Release
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...