Skip to main content

Recently Updated Pages

Third-Party Integrations

The Standards Shared libraries

SigniFlowUtilities AdobeUtilities QuestionMark Rustici ZoomConnect Sharepoint

Updated 3 years ago by Theuns Pretorius

SignifyHR.Helpers

The Standards Shared libraries

Groups commonly used helpers used across all modules in Signify Helpers available: ApiUti...

Updated 3 years ago by Theuns Pretorius

SignifyControlLibrary

The Standards Shared libraries

This library extends certain controls inheriting from System.Web.UI.WebControls that are used r...

Updated 3 years ago by Theuns Pretorius

SignifyTypeExtensions

The Standards Shared libraries

This library is used to to type casting for primitive types and has built-in error checking whi...

Updated 3 years ago by Theuns Pretorius

Strings

The Standards C#

References Working with Strings Formatting Standard Numeric Format Strings Custom Numeric...

Updated 3 years ago by Theuns Pretorius

General

The Standards JavaScript

Try to follow the AirBnB styling guide as far as possible. Sometimes you might have to deviate fr...

Overview

The Standards

Standards provide a guiding light that we follow while writing code. Standards are born litera...

Updated 3 years ago by Theuns Pretorius

Table of content

The Standards

Overview General C# Shared libraries MVC Entity Framework JavaScript CSS/HTML SASS Rea...

Updated 3 years ago by Theuns Pretorius

Arrays

The Standards C#

References Arrays as Objects Single Dimensional Arrays Jagged Arrays Using foreach with Arr...

Generics

The Standards C#

References Generic Type Parameters Constraints on Type Parameters Generic Classes Gen...

Interfaces

The Standards C#

References Explicit Interface Implementation How to explicitly implement interface members H...

Table of content

The Standards C#

General Statements, expressions and operators Separation of concerns Types Classes and Stru...

EF Core

The Standards Entity Framework

https://docs.microsoft.com/en-us/ef/

Table of contents

The Standards Entity Framework

General Naming conventions Domain conventions LINQ EF Core

Naming conventions

The Standards JavaScript

Use camelCase when naming objects, functions, and instances. // bad const OBJEcttsssss = {}...

Namespaces

The Standards C#

Usage Make use of using directives to enable improved readability and limit coding effort. // N...

Comments

The Standards C#

References Commenting Conventions      

Table of contents

The Standards SQL

General Naming conventions Cursors Common table expressions (CTE's)  Temporary tables Tabl...

Updated 3 years ago by Theuns Pretorius

Versioning

The Standards Web API (REST)

URI versioning is utilised. Refer to below links for more information: Versioning a RESTful web ...

Methods

The Standards Web API (REST)

Related Documentation Define operations in terms of HTTP methods Conform to HTTP semantics   ...