adspace


why you wouldn't want to write into it even if you could

Answer Posted / Avdhesh

Writing directly into a read-only memory stream can lead to unexpected issues and errors, as the data may not be saved or may become corrupted. It's generally better to use methods designed for writing data to streams.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143