[
  {
    "Id": "1495175",
    "ThreadId": "662415",
    "Html": "I have an .NET C# application which request some information from database and store records in a list structure.\r<br />\n<br />\npublic Class Record {\r<br />\n<br />\n   public string name { get; set; }\r<br />\n   public string surname { get; set; }\r<br />\n}\r<br />\n<br />\nList&lt;Record&gt; lst = new List&lt;Record&gt;();\r<br />\n<br />\nI would like to iterate over this list and adding each record to the zip file. I do not want to create a txt file containing all these records (a record by line) and then once file saved on disk, create the zip file from that file, I mean, I do not want to create an intermediate file on disk in order to create the zip file from that.\r<br />\n<br />\nHow can I do this?<br />\n",
    "PostedDate": "2017-04-05T11:57:38.823-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]