BaseLib is a set of libraries designed to provide the foundational components to build a lightweight architecture for backend services in C# for .NET Core.
The BaseLib repository includes:
- BaseLib.Core: The core library for the BaseLib architecture.
- BaseLib.Core.AmazonCloud: Extensions and utilities for Amazon Cloud integration.
- BaseLib.Core.MySql: MySQL support for BaseLib.
BaseLib.Core can be installed using the Nuget package manager or the dotnet CLI:
dotnet add package BaseLib.Core
dotnet add package BaseLib.Core.AmazonCloud
dotnet add package BaseLib.Core.MySql
Contributions to BaseLib are welcome. Please submit your pull requests or open issues for discussion.
BaseLib is licensed under the MIT License. See the LICENSE file in the repository for more details.