المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Sorting



C# Programming
02-01-2010, 09:30 AM
I have a large file that I wish to sort. By large, I mean the file is sufficiently large such that
it will not fit into RAM. I would like to do this by writing a C# program. I am wondering if C# has an external sort method. Can I use LINQ?

Thanks

Bob