-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Foxtension is a comprehensive .NET utility library designed to streamline common development tasks, providing robust tools for database interaction, system information, file management, security, and logging. Built with efficiency and ease of use in mind, Foxtension aims to simplify your workflow and enhance application development.
Foxtension offers a powerful suite of tools, including:
-
Database Connectivity: Seamlessly connect to and interact with both SQL Server and SQLite databases.
- Utilities for constructing secure and valid connection strings.
- Support for efficient data querying using Dapper.
-
Network Utilities:
- Ping Utility: Easily check network connectivity to specified hosts.
-
System Information:
- Retrieve detailed information about the host operating system.
-
Encryption Services:
- AES Encryption: Securely encrypt and decrypt data using the Advanced Encryption Standard (AES) with controlled input/file size.
- RSA Encryption: Implement public-key cryptography using RSA, suitable for secure key exchange or data signing, also with controlled input/file size.
-
File & Folder Management:
- A versatile set of functions for creating, modifying, deleting, opening, and closing files and directories.
-
Message Logging:
- An easy-to-use logging mechanism with predefined message templates for structured and consistent record-keeping.
Foxtension relies on the following .NET packages:
System.ManagementMicrosoft.Data.SqlClientMicrosoft.Data.SqliteDapper
Ensure these dependencies are installed in your project before using Foxtension.
You can install Foxtension via NuGet Package Manager:
Install-Package Foxtension
# or using .NET CLI
dotnet add package FoxtensionFoxtension is an evolving cross-platform utility framework. The API surface, behavior, and available modules may change across versions.
For the latest updates, documentation improvements, and release notes, please refer to the official repository.
- Project: Foxtension
- Type: Cross-platform .NET utility framework
- License: Apache 2.0
- Maintainer: (cmd_er / Teamemories)
- This documentation reflects the current stable version of Foxtension.
- Some APIs may behave differently across operating systems.
- Experimental features may change or be removed in future releases without prior notice.
|
|
|