Telerik blogs

Latest

  • Productivity

    How to Create a JustCode Extension

    I wrote about creating JustCode extensions when it was a new feature, and we have improved it based upon our experiences and your feedback. To get started, open the Create New Project dialog and navigate to the Telerik options under Installed. Select C# Visual Studio JustCode Extension. The previous project type, C# JustCode extension, is still available for backwards compatibility. Give your new extensions project a name, choose the location, then press OK. A project is created based on our new template. It has several example extensions included to help guide you. The difference with the old approach is that instead of building...
    May 27, 2021 2 min read
  • Productivity Reporting

    Working with Report Templates in the Report Designer

    The Report templates in Telerik Reporting hold the initial report layout and styling, and allow for creating reports with consistent look and feel. They save time by skipping the repetitive tasks associated with building a new report every time, so that users can focus on the specific requirements of the new report. These tasks may include setting page sizes, connecting to data sources, defining headers and footers (such as adding a logo and page numbers), as well as styling. In Q3 2012 you can create, load, and reuse such report templates in the standalone Report Designer. Creating a Report Template is...
    May 27, 2021 2 min read
  • Productivity

    Execute Database Functions with Telerik OpenAccess ORM Q3 2012

    After implementing the native 1:1 relationships support and database default values support in Q2 2012, for the next official version we are going to continue delivering new features based on your feedback. Currently the most popular item in our Public Issues Tracking System (PITS) is “Database Functions Support” so this is the winner you can expect to see in the product as early as Q3 2012, expected to be out very soon! Furthermore, you should know that we have surpassed the initial expectations for this new feature and decided to add a brand new capability to our Domain Methods - read on and learn how...
    May 27, 2021 3 min read
  • Productivity

    4 Steps to Profile Your Apps

    JustTrace makes profiling your application easy. Just follow these four steps and you will soon be on your way to identifying and removing memory leaks and performance issues. Keep in mind, profiling is best done regularly so you can detect unusual behavior early and avoid problems before they manifest. Follow these four steps to profile your applications with JustTrace: Assess, Acquire, Analyze, and Act.  Step 1: Assess Determine what kind of issue you have. Is your application’s memory continuously growing while running? You have a memory leak. Do some parts of your application take too long to run? You have a performance...
    May 27, 2021 4 min read