Click here to Skip to main content
15,884,472 members

Comments by Đỗ Hồng Ngọc (Top 6 by date)

Đỗ Hồng Ngọc 26-Jul-11 0:08am View    
Deleted
Reason for my vote of 2
It's not really good example. If the inherited class can access to "_Company_Id", why do we have to declare Company_Id property?
Đỗ Hồng Ngọc 17-Mar-11 8:09am View    
Deleted
Yes. The ReadStruct<t> function may help me for some situation. Anyway, thanks for sharing.
Đỗ Hồng Ngọc 15-Mar-11 11:18am View    
Deleted
Hi Olivier,

I don't think your class is faster. For FileStream, we can define the buffer size by use other constructor. For example:

public FileStream(string path, FileMode mode, FileAccess access, FileShare share, int bufferSize);
Đỗ Hồng Ngọc 29-Nov-10 8:26am View    
Deleted
Reason for my vote of 5
nice tip. thanks!
Đỗ Hồng Ngọc 9-Oct-10 12:11pm View    
Deleted
I updated my alternate. it should works with all types