I have thousands of JSON objects in my ASP.NET MVC project. I want to quickly save and load them to/from the file system and parse to JSON.
My current implementation is just save all the data into text file (file content is in json format). But sometimes this save takes around a few minutes. Is there a way of optimizing this?