Telerik blogs

Latest

  • 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...
    February 03, 2012 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 ...
    February 03, 2012 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...
    February 02, 2012 2 min read
  • Productivity

    How to: Add a Custom State

    A common question we get asked is how to add new statuses to work items in TeamPulse.  While the process is not difficult, it is also not immediately obvious and a bit of complexity is added if your project is syncing with TFS.  To help people accomplish this task, we have added a how-to article in the TeamPulse documentation entitled “How to: Add a Custom State”.  This article will walk you through the process of adding a status to a work item in TeamPulse and adding a new state to a work item type definition in TFS.  If ...
    January 19, 2012 1 min read