Problem I created these functions that will take any object and stringify it, and can then de-stringify it later. function […]
Tag: reference
Writing a class for common block of code used in many other classes
Problem In this I have written the setAnalyticsInfo() method. The code inside this is common to almost all other (30) […]
Getting ready for Nullable Reference Types
Problem Looking forward for C# Nullable Reference Types in C# 8.0. I do not like to use the preview implementation […]