Top "Memorystream" questions

A memory stream is a kind of stream that has several methods to access and store data in memory.

Does a Stream get Disposed when returning a File from an Action?

I'm writing a string to a MemoryStream I need to return the stream to the Controller Action so I can …

c# asp.net-core asp.net-core-mvc streamwriter memorystream
BinaryFormatter with MemoryStream Question

I am testing BinaryFormatter to see how it will work for me and I have a simple question: When using …

c# memorystream binaryformatter
Ionic.Zip (DotNetZip) hangs with in save method with IO.MemoryStream

I'll try to create an zip file with the DotNetZip-Libary with 106 Images (675MB) with the following code: Public Function GetZip() …

vb.net memorystream dotnetzip
.net Core Mailkit send attachement from array

I am testing .Net Core MVC, which does not support System.Net.Mail, the only alternative I found is Mailkit, …

c# asp.net-mvc email-attachments memorystream mailkit