why you wouldn't want to write into it even if you could
Answer / 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 |
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
what is prototype design pattern in .net
What does stateless mean?
Is .net 4.8 backwards compatible?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
State some of the different languages supported by .net?
How do you generate a strong name?
Which ports are used by virueses?
What are the purposes of using .net?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
What is typical about a windows process in regards to memory allocation in dot net?
explain the states of a window service application?