TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Harsh
NA
3
0
Which method is better to use for reading Large file in C# , FileStream or Streamreader
Aug 4 2006 4:09 AM
Hello All,
I am reading very large file containing 20000 rows, So for preformance view what Can I use so I not store file in memory and I read line by line content.
Currenty I am using
StreamReader MyStreamReader = new StreamReader(@"c:\Projects\Testing.txt");
string MyStringReader = MyStreamReader.ReadLine();
{
...
}
So I need your suggetion for it,
Thanks in Advance
Reply
Answers (
0
)
Export encrypted field in sql by c#
how to fill the user/pass fields in the popUp window of the HTACCESS from c#