Telerik blogs

Latest

  • Productivity Reporting

    Reset PageNumber per Report Group

    Download Telerik_Reporting_Reset_PageNumber_per_Group (C#) - 4.72 KB In Telerik Reporting, the PageNumber object can only be used in the page header and page footer sections. It contains the current page number and its value is increased with one for every new page. In some scenarios, it is useful to alter the page number based on a condition and the most frequent scenario being asked is resetting the PageNumber after each group. The powerful expression engine of Telerik Reporting allows you to accomplish this easily with the help of page aggregates and tiny bit of code. Basically the idea is to check what is the last group on a page and if it...
    May 27, 2021 2 min read
  • Productivity

    Telerik OpenAccess ORM – MVC Video Tutorials

    We believe that the fastest way to learn how to use an OpenAccess model in your ASP.NET MVC 3 application is to watch a video tutorial. Therefore we have prepared some videos, guiding your OpenAccess ORM integration in an MVC project step by step.   Of course, there are different approaches to that based on your needs and personal preferences – you might want to use the strong capabilities of our Visual Designer Database-First scenario to create your Domain Model or you can map everything using our Fluent Mapping API. In any case, each of the dedicated video series will guide you through the...
    May 27, 2021 1 min read
  • Productivity

    Scope, Schedule, and Resources – You can’t have them all

    Imagine the scene.  You are starting a new project.  At the kickoff meeting the stakeholder introduces the mission of the project, the business analyst hands out the requirements document, the project manager hands out the project plan, and the development manager gives his best “Do it for the Gipper” speech.  You look through the project plan and see that it specifies a release date (several months in the future), the resources that will be involved, major milestones to be met, and everyone’s assignments. The team looks over the stack of paper in front of them, and roll their eyes. “Here we...
    May 27, 2021 6 min read
  • Productivity

    Scope, Schedule, and Resources – You can’t have them all

    Imagine the scene.  You are starting a new project.  At the kickoff meeting the stakeholder introduces the mission of the project, the business analyst hands out the requirements document, the project manager hands out the project plan, and the development manager gives his best “Do it for the Gipper” speech.  You look through the project plan and see that it specifies a release date (several months in the future), the resources that will be involved, major milestones to be met, and everyone’s assignments. The team looks over the stack of paper in front of them, and roll their eyes. “Here ...
    May 27, 2021 6 min read
  • Productivity

    Naming Conventions in JustCode

    Choosing appropriate identifiers for the constructs in your code provides better readability and maintainability. With the latest build of Telerik JustCode you can now easily set naming conventions for all your code elements. Configuration and Supported languages These rules can be set for C# and VB.NET and are part of the Code Style section of the JustCode options dialog: These options are part of the shared settings so you can share them per solution as well. Naming Rules There are seven types of rules that a user can choose from: camelCase PascalCase UPPER_UNDERSCORE lower_underscore Sentence_underscore PascalCase_Underscore camelCase_Underscore You can also disable the naming convention for a specific construct. Just choose “Disabled” from the rules...
    May 27, 2021 2 min read