This library originally contained all classes that I used in my projects more than once. I made them universal instead of being hardcoded for the project in question and added them to the library in order to reuse them whenever needed. With time the library grew and not all aspects were needed in every project. That's when I decided to split them into organized individual pieces and also publish them on github as well as nuget.org.
The windows library contains features related to the platform as well as WinForms and WPF related features.
On the other hand the pipes library only contains a server-client model for windows pipes designed for interprocess-communication.
The installation can be simply done via installing the nuget package or by downloading the latest release here from github and referencing it in your project.
The installation can be simply done via installing the nuget package or by downloading the latest release here from github and referencing it in your project.