Telerik blogs

Latest

  • Productivity

    Parameter Refactorings in JustCode

    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(); ...
    May 27, 2021 2 min read
  • Productivity

    The Query Result Cache

    Quite some time ago we touched upon the details of the caches maintained by Telerik OpenAccess ORM in the these 2 blog posts – First Level Cache, Second Level Cache.  In this post we will provide some more information about the ‘Query result cache’ which is held as a part of the 2nd Level Cache.   What is the Query Results Cache ? When you execute a LINQ query to fetch some objects from the database there are quite a few things that take place in the background before you actually get back the result. Let’s list some basic actions that are...
    May 27, 2021 4 min read
  • Productivity

    Twitter Chat on JustDecompile – Join the Beta Conversation!

    At TechEd North America 2011 yesterday, we officially announced the Beta launch of JustDecompile – a powerful .NET decompiler, which we are committed to keeping free, forever, for everyone. Since the pre-launch two weeks ago, when we unveiled the very first Beta version, we have witnessed enormous interest in JustDecompile as the community has acclaimed Telerik for stepping up and providing a free .NET decompiler to fill a very conspicuous market gap. Naturally, with enormous interest, come a lot of questions, too. Thus, due to popular demand, we have organized a Twitter chat to get all of your questions answered. Join the...
    May 27, 2021 2 min read
  • Productivity

    Migrating Reflector’s Lists to JustDecompile ones

    If you (like me) were a heavy Reflector user you will probably like the tool that I’m going to share with you today. It is a very simple WPF application that allows you to migrate your existing Reflector's list to their JustDecompile equivalents. Usage is pretty straight forward. You just™ point the app to your Reflector’s installation folder and it will take care of the rest. You can download the tool here. Any feedback: bugs and feature requests is more than welcome. Let's finish with a rhyme: Let the force of a freely decompiled source guide you in your course. ...
    May 27, 2021 1 min read