Coding Grounds
Compilation of different programming projects I amuse myself with.
Wednesday, 25 November 2015
Locking and unlocking specific bytes of a file in C#
›
The following code shows a program that can lock and unlock specific bytes of file in C# using FileStream::Lock and FileStream::Unlock in Sy...
Thursday, 12 November 2015
Reading a text file in VB6 and putting the contents into an array
›
VB6 or Visual Basic 6.0 is not used in many new projects, as it is replaced by .NET. But sometimes you are assigned at work to read and fur...
2 comments:
Friday, 30 October 2015
Creating a socket-based echo server and client
›
Sockets in C# are flexible and efficient way of creating communication between a client and server. It supports many protocols and the cod...
‹
›
Home
View web version