Schlagwort-Archive: anonymous

Crash course: anonymous types

In C# it is possible to create a class instance by using compiler-generated types. This concept was introduced with .NET 3 and is called: anonymous types. If you use such an anonymous type, the compiler will automatically create a type … Weiterlesen

Veröffentlicht unter .NET, C#, Crashkurs | Verschlagwortet mit , | Kommentar hinterlassen

Inter-Process Communication with anonymous pipes, Part 01: transfer a byte stream

Inter-Process Communication is used by different processes to interact and share data with each other. Several possible ways exist to implement such an Inter-Process Communication. I have shown one possibility in a previous article: memory mapped files. Within this article … Weiterlesen

Veröffentlicht unter .NET, C# | Verschlagwortet mit , , , | 2 Kommentare