Helpers - HammerheadShark666/jwm-photography GitHub Wiki
Overview
The Photography Site Helpers folder provides a selection of helper classes that can be used throughout the solution.
AutoMapperProfile.cs
Helper to map objects using AutoMapper.
AzureStorageBlobHelper.cs
Helper to save/delete files to Azure storage container.
CacheKeys.cs
Constants for the name of data this cached.
ConstantMessages.cs
Constants for messages used in the project.
Constants.cs
Constants used throughout the project.
Enums.cs
Enums used throughout the project.
EnvironmentVariablesHelper.cs
Functions to get environment variables.
ExifHelper.cs
Helper functions to get Exif data from photo files.
FileHelper.cs
Helper functions for file functionality.
MontageHelper.cs
Helper to add/update monatage plates
PhotoHelper.cs
Helper for photo files.
ValidatorHelper.cs
Helper to validate an object.
Code
The code for Helpers can be found at code