
Create Framework Project
Project Introduction
A modular development framework built on .NET 10.0, designed for admin systems and high-concurrency scenarios. It provides ready-to-use multi-project template support to help developers quickly build enterprise applications. Developers can use this template to focus on business logic while flexibly handling complex system architecture requirements.
Use Cases
- Rapid development of enterprise admin management system APIs
- Projects that need unified gateway management for multiple module APIs
Install or Upgrade Template
cs
dotnet new install ZhonTai.Template.FrameworkThe upgrade template command is the same as the install template command.
Install Specific Version
cs
dotnet new install ZhonTai.Template.Framework::9.0.1Uninstall Template
cs
dotnet new uninstall ZhonTai.Template.FrameworkCreate Framework Project
cs
dotnet new MyFramework -n MyCompanyName.MyProjectNameSetting Up the Project
Activate VIP membership to access all documentation. If you have already activated the membership,