Shuffle lines in a file in .NET
        Posted  
        
            by pragadheesh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pragadheesh
        
        
        
        Published on 2010-01-28T10:51:20Z
        Indexed on 
            2010/04/28
            4:13 UTC
        
        
        Read the original article
        Hit count: 422
        
Consider I have a file "new.txt" like,
asdfg
qwerty
zcx
poi
Now i need to shuffle the lines of this text file. How can i do this in C#.?
© Stack Overflow or respective owner