NCF - NeuCharFramework

NeuCharFramework (hereinafter referred to as NCF) is a comprehensive framework for building foundational projects, including basic caching, database, models, validation, and supporting management backend. It is modular and highly extensible.
The current NCF development baseline targets .NET 10. Frontend/backend separation uses the same module, permission, and dynamic Web API capabilities. When upgrading an older project, verify the SDK, package versions, and frontend API contracts together.
Source Code Address
| GitHub | Gitee | Description | |
|---|---|---|---|
| NCF Template | NCF | NCF | A foundational code framework for direct development; download the project or create one from the template. |
| NcfPackageSources | NcfPackageSources | NcfPackageSources | The foundational library code referenced by the NCF Template project, released as Nuget packages, and referenced by the NCF Template. It is also 100% open-source. Download it for deep development or research into the foundational principles. |
Current fast update branch: Developer