Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
Narumikazuchi edited this page Sep 17, 2021 · 2 revisions

Logo

Utility Library

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.

Windows

The windows library contains features related to the platform as well as WinForms and WPF related features.

Pipes

On the other hand the pipes library only contains a server-client model for windows pipes designed for interprocess-communication.

Clone this wiki locally