Introduction
The AF.UtilityServices is an Utility component for Dot net projects. In day to day development, we need some common utility functions, like Encryption/Decryption, Object mapping etc.
This component provide below utilities.
1) Encryption/Decryption of string with/without salt key. (useful for password encryption)
2) Object mapper
3) Xml Serialize/Deserialize object
How to get
AF.UtilityServices is nuget package. Install it from nuget package manager.
To get implementation guide, click
hereIf you have any comments or suggestions, Please write to : skc.chy@gmail.com with subject line : AF.UtilityServices