ForestNET.Lib
1.0.3
See the version list below for details.
dotnet add package ForestNET.Lib --version 1.0.3
NuGet\Install-Package ForestNET.Lib -Version 1.0.3
<PackageReference Include="ForestNET.Lib" Version="1.0.3" />
<PackageVersion Include="ForestNET.Lib" Version="1.0.3" />
<PackageReference Include="ForestNET.Lib" />
paket add ForestNET.Lib --version 1.0.3
#r "nuget: ForestNET.Lib, 1.0.3"
#:package ForestNET.Lib@1.0.3
#addin nuget:?package=ForestNET.Lib&version=1.0.3
#tool nuget:?package=ForestNET.Lib&version=1.0.3
<p align="center"> <a href="https://forestany.net/" target="_blank"> <img alt="forestNET" src="https://forestany.net/pngs/fnet-logo.png" width="400"> </a> </p>
This custom-built forestNET Framework in C#, developed in Visual Studio, is designed to streamline the development of robust applications by providing a comprehensive suite of tools and interfaces.
It offers seamless integration with console applications, efficient file handling solutions, and database management capabilities. Additionally, the framework supports both FTP and SFTP protocols for secure file transfers, and includes advanced features for socket programming, enabling smooth communication across networks. By combining these functionalities, the framework simplifies complex tasks, threading, enhancing developer productivity and application performance.
Following database systems will be supported by forestNET:
- MariaDB/MySQL
- SQLite3
- MSSQL
- OracleDB
- PostgreSQL
- MongoDB
This framework is designed to be in sync with the corresponding forestJ framework in Java, ensuring both platforms offer the same functionality and capabilities. This alignment enables seamless interoperability between .NET and Java applications, allowing for smooth integration and consistent performance across diverse environments.
forestNET framework will be released under the GPLv3 license and the MIT license. Thus it is freely possible to use forestNET in other projects - projects with free software or in commercial projects.
Releases
1.0.3 (stable)
Added functionality for currency handling, date interval and memory observation. 12/2024
1.0.2 (stable)
Added logging functionality within global singleton class of forestNET library. 11/2024
1.0.1 (stable)
Added file handling library functions. 11/2024
1.0.0 (stable)
First release of the forestNET Framework 1.0.0 (stable). Provision of foundation files(Helper) + console application library functions. 10/2024
Tests
- Windows
- Microsoft Windows 11 Pro - OS Version: 10.0.22631 N/A Build 22631
- Microsoft Visual Studio Community 2022 (64-bit) - Version 17.11.5
- .NET 8.0
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.Logging (>= 9.0.3)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on ForestNET.Lib:
Package | Downloads |
---|---|
ForestNET.Lib.Net
Custom-built network library with advanced features for socket programming, enabling smooth communication across networks. |
|
ForestNET.Lib.SQL
Following database systems are supported by forestNET: MariaDB/MySQL, SQLite3, MSSQL, OracleDB, PostgreSQL, MongoDB |
|
ForestNET.Lib.Net.SFTP
Support for both FTP(S) and SFTP protocols for secure file transfers. |
|
ForestNET.Lib.Net.FTP
Support for both FTP(S) and SFTP protocols for secure file transfers. |
|
ForestNET.Lib.AI
Custom-built neural network library to streamline the development of robust applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.15 | 182 | 5/10/2025 |
1.0.14 | 213 | 4/24/2025 |
1.0.13 | 182 | 4/21/2025 |
1.0.12.1 | 232 | 4/18/2025 |
1.0.12 | 163 | 4/18/2025 |
1.0.11 | 155 | 4/13/2025 |
1.0.10 | 164 | 4/6/2025 |
1.0.9 | 98 | 4/5/2025 |
1.0.8 | 115 | 4/4/2025 |
1.0.7 | 176 | 4/3/2025 |
1.0.6 | 168 | 4/2/2025 |
1.0.5 | 156 | 4/2/2025 |
1.0.4 | 160 | 3/31/2025 |
1.0.3 | 145 | 3/30/2025 |
1.0.2 | 135 | 3/27/2025 |
1.0.1 | 475 | 3/25/2025 |
1.0.0 | 275 | 3/23/2025 |
Added functionality for currency handling, date interval and memory observation.