On my GitHub Lib https://github.com/LibertyEngineeringMovement/CommonNET
I have added two more libraries that are commonly recoded by many people. So rather than recoding again, I have added here.
- JsonNetResult – for those of use who like the JSon.NET library better than the MS library.
- NoCache – An Attribute that can be added to an MVC function that tells IIS do not cache.
I would like to thank Newtonsoft (Json.NET) and StackOverflow.