Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ling921/dotnet-lib
A class library repository for personal use.
https://github.com/ling921/dotnet-lib
Last synced: about 1 month ago
JSON representation
A class library repository for personal use.
- Host: GitHub
- URL: https://github.com/ling921/dotnet-lib
- Owner: ling921
- License: apache-2.0
- Created: 2023-02-17T12:56:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T05:17:33.000Z (4 months ago)
- Last Synced: 2024-10-30T03:37:44.536Z (about 1 month ago)
- Language: C#
- Size: 228 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- RSCG_Examples - https://github.com/ling921/dotnet-lib/
README
## Introduction
This is a dotnet library repository that contains the following public libraries
| Project | Package | Description |
| ---- | ---- | ---- |
| [`Ling.Cache`](src/Ling.Cache) | [![NuGet](https://img.shields.io/nuget/v/Ling.Cache.svg)](https://www.nuget.org/packages/Ling.Cache/) | A cache library that can easily use memory cache or redis cache. |
| [`Ling.Audit`](src/Ling.Audit) | [![NuGet](https://img.shields.io/nuget/v/Ling.Audit.svg)](https://www.nuget.org/packages/Ling.Audit/) | A source generator to generate audit properties. |
| [`Ling.EntityFrameworkCore`](src/Ling.EntityFrameworkCore) | [![NuGet](https://img.shields.io/nuget/v/Ling.EntityFrameworkCore.svg)](https://www.nuget.org/packages/Ling.EntityFrameworkCore/) | An extension library of `Microsoft.EntityFrameworkCore`. |
| [`Ling.EntityFrameworkCore.Audit`](src/Ling.EntityFrameworkCore.Audit) | [![NuGet](https://img.shields.io/nuget/v/Ling.EntityFrameworkCore.Audit.svg)](https://www.nuget.org/packages/Ling.EntityFrameworkCore.Audit/) | An extension library that can automatically record entity changes of `Microsoft.EntityFrameworkCore`. |
| [`Ling.Blazor`](src/Ling.Blazor) | [![NuGet](https://img.shields.io/nuget/v/Ling.Blazor.svg)](https://www.nuget.org/packages/Ling.Blazor/) | A library for Blazor. |
| [`Ling.Blazor.Authentication`](src/Ling.Blazor.Authentication) | [![NuGet](https://img.shields.io/nuget/v/Ling.Blazor.Authentication.svg)](https://www.nuget.org/packages/Ling.Blazor.Authentication/) | A library that provides JWT authentication for Blazor applications. |## License
This project is licensed under the [Apache-2.0](LICENSE.md)