PhishyScanConsole for Windows Version 0.3.0 Alpha Released

Windows binary builds and C# source of the current release of PhishyScanConsole (the official, free & open-source client for our anti-phishing API, PhishyScan) are now available on the official project page, here (download it under “Assets”). Link: Releases · YottaNext/PhishyScanConsole (github.com) Quick start for the CLI: Optional Switches There’s also a number of options, within the […]


FluentFileSystem (Microsoft .NET)

Overview of Library FluentFileSystem (or FFS) for .NET is an open source (MIT) filesystem abstraction library. FluentFileSystem intends to make dealing with the filesystem easier, by treating each directory and file as an object. Because of its design, custom filesystems can be plugged in to further enhance the library. Code Example of Usage (C#) Get […]


FluentFileSystem for .NET Released on Github

FluentFileSystem (or FFS) for .NET is a filesystem abstraction library. FluentFileSystem intends to make dealing with the filesystem easier, by treating each directory and file as an object. Because of its design, custom filesystems can be plugged in to further enhance the library. Download here: YottaNext/FluentFileSystem (github.com)