Project Description
Noctl is a C# library which contains tools to improve production time.
It consists of several parts:
- The main part is a portable dll which work with .net 4.5, Windows Phone 8 and Windows Store applications. It also contains interfaces used by platform specific libraries in order to have a same operating mode on every platforms supported.
- Platform specific libraries which contain implementation of not portable code. There is one for Windows Phone 8 and one for Windows Store applications.
This library is a work in progress, and it grows with the encountered needs.