C# (C Sharp)
free c# source code, sample code for download. let us learn c# together, and show the power of csharps.
We have one project that required us to merge serval microsoft word documents into one single file. To achive this, I made a class library, which is able to merge multiple word documents into one follow some sequence. The source code is:
public class DocMerger
{
...
continue reading »
Sometimes in the development process, it is necessary to run one and only one instance.
Mutex class, known as the body of each split is a synchronization primitive, it is only granted to a thread exclusive access to the shared resource.
When two or more threads simultaneously access a shared resource, the system need to use the synchronization me...
continue reading »