NCF - NeuCharFramework

NeuCharFramework (hereinafter referred to as NCF) is a complete DDD framework for building foundational projects. It includes basic caching, database, models, validation, and supporting management backend. It supports multiple databases, is highly modular, and has high extensibility.
Source Code Address
| GitHub | Gitee | Description | |
|---|---|---|---|
| NCF Template | NCF | NCF | A basic code framework for direct development; download the project or create one from the template. |
| NcfPackageSources | NcfPackageSources | NcfPackageSources | The basic library code referenced by the NCF Template project, released in the form of Nuget packages, referenced by the NCF Template, also 100% open source. Download if you need in-depth development or research on basic principles. |
Note: The main branch of the above projects is the GitHub project. The Gitee project is a mirror, and updates may be delayed.
Current fast update branch: Developer
NCF evolved from SenparcCore, which the Senparc team has iterated for many years. The current development baseline targets .NET 10 and is continuously validated in a range of medium and large applications. Feedback, documentation, and code contributions are welcome.