CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: FireMyst

Search: Search took 0.05 seconds.

  1. Re: Read Extremely large file efficiently in C#. Currently using StreamReader

    As an update, I was looking for solutions to this kind of situation as well, and came across this blog entry which details reading text files in chunks, and processing in parallel. It's a great read...
  2. Re: [RESOLVED] How to convert integer to string in C#

    For anyone who's curious about the fastest way to convert an int to a string, you can read this webpage (http://cc.davelozinski.com/c-sharp/fastest-way-to-convert-an-int-to-string).

    Basically it's...
Results 1 to 2 of 4





Click Here to Expand Forum to Full Width

Featured