Search code examples
Using the "using" statement with StreamWriter/Reader inside loop...


c#usingstreamreaderstreamwriter

Read More
Reading from the same file with two `using` statements and two readers...


c#streamreader

Read More
StreamReader very slow for big files...


c#streamreader

Read More
Parsing standalone if, and if-else statements deterministically and adding to a total count c#...


c#parsingstreamreader

Read More
How to read embedded resource text file...


.netvisual-studiostreamreaderembedded-resource

Read More
Read lines of Txt file, edit specific lines, then write full Txt file to new file - C#...


c#replacestreamreaderreadlines

Read More
Using CsvHelper with a Stream...


csvstreamstreamreaderblazorcsvhelper

Read More
Does disposing a StreamReader close the underlying stream?...


c#streamstreamreader

Read More
checking on whether a streamreader is open gives a warning in VB.net...


vb.netstreamreader

Read More
How to read HttpWebResponse twice...


c#.netstreamreaderwebrequesthttpwebresponse

Read More
How to read a CSV file one line at a time and parse out keywords...


c#csvstreamreader

Read More
How to read and write a txt file outside of project folder (Unity)...


c#unity-game-enginestreamreaderstreamwritertxt

Read More
C# StreamReader.Readline() in while loop giving me nullable to non nullable warning...


c#filestreamreadernullable-reference-types

Read More
Convert file (or byte[]) into ascii, then convert that ascii back into the original file...


c#asciistreamreader

Read More
How to skip number of lines while reading text file using Stream Reader?...


c#linestreamreader

Read More
CsvHelper throws System.ObjectDisposedException on second iteration...


c#streamreadercsvhelper

Read More
Httplistener and file upload...


c#parsingstreamreaderhttplistenerhttplistenerrequest

Read More
Efficient way of Reading a very large text file from a specific line number to the end in C#...


c#.netstreamreader

Read More
Powershell - How to set TCP Send Receive Line End Character? <CR> vs <LF>...


powershelltcpstreamreader

Read More
How do I read next x number of lines after finding a line using streamreader...


c#streamreader

Read More
Getting path to the parent folder of the solution file using C#...


c#filepathiostreamreader

Read More
C# StreamReader throws OutOfMemoryException on last line when splitting large delimited text file...


c#out-of-memorytext-filesstreamreaderstreamwriter

Read More
Memleak using Streamreader...


c#filememory-leaksstreamreader

Read More
How to open a textfile in XNA/monogame(beginner here)?...


c#filexnastreamreaderstreamwriter

Read More
Override StreamReader's ReadLine method...


c#streamreader

Read More
Will closing a FileStream close the StreamReader?...


c#.net-3.5filestreamstreamreader

Read More
is dispose need for using()?...


methodsdisposestreamreaderusing

Read More
Should I call Close() or Dispose() for stream objects?...


c#streamidisposablestreamreaderstreamwriter

Read More
C# Invalid FORMATETC structure when using GetTextAsync...


c#exceptionclipboardstreamreaderstringreader

Read More
My windows service in C# cannot write to file, when at the same time another C# app is trying to rea...


c#streamreaderstreamwriter

Read More
BackNext