I am fairly new to C# coding. My company has just started using it. In discussions about a program I am working on, the subject of buffering has come up. I need someone who can briefly explain some of this or point me to somewhere that may explain it better.
Some of the questions I have:
1. Does C# have some buffering already builtin to the StreamReader?
2. How much better is the BufferReader class?
3. How would I(if possible) set this up to read the buffer while Im reading the individual records?
Any information you can give me would be a big help
Some of the questions I have:
1. Does C# have some buffering already builtin to the StreamReader?
2. How much better is the BufferReader class?
3. How would I(if possible) set this up to read the buffer while Im reading the individual records?
Any information you can give me would be a big help