Telerik blogs
  • Productivity

    Create Projects with JustDecompile

    The most requested feature on UserVoice for JustDecompile was the ability to create a Visual Studio project from an assembly, and the latest version gives you that capability. This is useful for exporting lost projects or obtaining multiple classes without the need to copy and paste code. Let’s take a look at how it works. Open JustDecompile. Select the assembly you’re interested in. You can use the Create Project feature in one of two ways: the button on the menu bar or by right-clicking an assembly.   You will then need to select a folder in which to save the project. A dialog will appear and...
    January 23, 2024 1 min read
  • Productivity

    Constructors Made Easy with JustCode

    Constructors are a necessary element of class design that typically involves repetitive work. Language teams try to reduce verbosity by moving patterns into language features. Where this terseness doesn’t exist, tools such as Telerik JustCode can alleviate some of the work to make a smooth coding experience. Today, I will introduce a few features that make creating constructors easier. Blank Slate Let’s start with a simple Employee entity class.   public class Employee { public int Id { get; set; } public string FirstName { get; set; } public string LastName { get; set; } ...
    May 27, 2021 3 min read
  • Productivity

    The commercial launch of JustTrace brings new .NET profiler to the developer's toolset

    It’s only been a few months since we announced the Beta launch of Telerik’s .NET memory and performance profiler, yet JustTrace has gone a long way. Back then we shared with you our core vision for the product – we were not interested in launching just another .NET profiler, but a tool that will help developers build more performance and resource efficient applications and thus increase the business value of their products.  Some of our core objectives include: A profiler that is a stand-alone solution yet a natural fit for Visual Studio Three distinct profilers – Memory, Performance and Tracing – that give...
    May 27, 2021 2 min read