Skip to main content

Recently Updated Pages

Pathway Preview Tab

Overview of the Preview Tab The Pathway Preview tab is where the Pathway Administrator works t...

Performance Management Reports

Standard Performance Management Reports The following standard Performance Management Reports ar...

Administrator: PM Master Data and Templates

How to setup PM Master Data In the previous chapters we learned how the Performance Management C...

Performance Management Moderation: Getting Started

What is Performance Management Moderation? The Performance Management Moderation process reviews...

Administrator Manage PM Scorecard

Administrator Working with an Employee's Performance Contract In the previous chapters we learne...

Performance Management: Getting Started

What is Performance Management? Performance Management (PM) is the process that identifies, eval...

Appendix A - Definitions and Terminology

Definitions, Abbreviations and Acronyms KPA: Key Performance Area KC:   Key Competency LB:    ...

Appendix B - Performance Contract Calculations

In order to do a Performance Contract's score calculations, the following settings and assumption...

Our Values and AXIOM

Click the image below to view our AXIOM

Exception handling

References Creating and Throwing Exceptions   Catch Ensure the error is logged in a catch.Act...

SCORM vs xAPI

Explaining xAPI to a 5th grader, click the image below Understanding SCORM vs xAPI What is ...

API Conventions

Propagate errors. If an error occurred, return a 500. The status code should tell you what happen...

General

The following list of items indicate coding standards independent of the technology used. Commen...

Supported Browsers

Version 9 Supported Browsers

Table of contents

1. General 2. Naming Conventions 3. Methods 4. Versioning 5. Object Usage

General

This is an extension on C# standards. XML Documentation Commenting Code Documenting Ensure all...

Object Usage

Data Transfer Object - DTO Data Transfer Object is the object returned by an API call.A DTO is u...

Controller

Go To Naming Conventions For information regarding Controllers, click the images below   E...

View

Go To Naming Conventions For information regarding razor views, click the images below Respon...

Extensions and Tools

Logging Using NLog public class HomeViewModel : PortalMasterModel { private static readon...