How to read file asynchronous with C#?
.NET provides Stream.BeginRead Method with following parameters:
buffer
The buffer to read the data into.
...
Search results for byte
How to read file asynchronous with C#
Posted by CMaster
Endianness is the attribute of a system that indicates whether integers are represented with the most significant byte stored at the lowest address or ...
The task is to sort file of UTF-8 strings in lexicographic order.
Boxing/Unboxing coding task
Posted by aleksin
I often ask this question on the interviews:
Will this code work? What will be the result?
byte b;
int i=300;
byte b=(byte) i;
...
What is serialization?
Posted by Devin
Serialization is a mechanism by which you can save the state of an object by converting it to a byte stream.
[Source: JAGAN MOHAN "Interview question ...
« previous1 next »
