2019-08-18

0: The Table of Contents of the Series, 'Let Me Understand C#'

| The table of contents of this series | The next article in this series>

Table of Contents


1: Any Windows Service in C#, Without Visual Studio
  Any Visual Studio IDE or any IDE is not necessary at all for creating any C# Windows service.
2: A C# Objects Pipe, Which Conveys Objects Serially
  It has to be serially because otherwise, the memory would be used up. A C# for-objects equivalent of 'java.io.PipedWriter' + 'java.io.PipedReader'.
3: Windows Clipboard with C#: in Multi-Formats
  .NET Framework is used, so applicable to Visual Basic.NET too. Many formats are supported.


| The table of contents of this series | The next article in this series>